|  | @@ -143,6 +143,7 @@ void InitDefaults() {
 | 
	
		
			
				|  |  |    static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
 | 
	
		
			
				|  |  |    ::google::protobuf::GoogleOnceInit(&once, &TableStruct::InitDefaultsImpl);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +namespace {
 | 
	
		
			
				|  |  |  void AddDescriptorsImpl() {
 | 
	
		
			
				|  |  |    InitDefaults();
 | 
	
		
			
				|  |  |    static const char descriptor[] = {
 | 
	
	
		
			
				|  | @@ -162,6 +163,7 @@ void AddDescriptorsImpl() {
 | 
	
		
			
				|  |  |      "google/protobuf/compiler/profile.proto", &protobuf_RegisterTypes);
 | 
	
		
			
				|  |  |    ::google::protobuf::internal::OnShutdown(&TableStruct::Shutdown);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +} // anonymous namespace
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  void AddDescriptors() {
 | 
	
		
			
				|  |  |    static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
 |