/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 99 void AddFile(const string& name, const char* contents) { in AddFile() function in google::protobuf::compiler::__anond549af4c0111::MockSourceTree 128 void AddFile(const string& filename, const char* text) { in AddFile() function in google::protobuf::compiler::__anond549af4c0111::ImporterTest 129 source_tree_.AddFile(filename, text); in AddFile() 143 AddFile("foo.proto", in TEST_F() 160 AddFile("foo.proto", in TEST_F() 166 AddFile("bar.proto", in TEST_F() 205 AddFile("foo.proto", in TEST_F() 218 AddFile("recursive1.proto", in TEST_F() 221 AddFile("recursive2.proto", in TEST_F() 261 void AddFile(const string& filename, const char* contents) { in AddFile() function in google::protobuf::compiler::__anond549af4c0111::DiskSourceTreeTest [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | TypeRegistry.cs | 98 builder.AddFile(file); in FromFiles() 149 internal void AddFile(FileDescriptor fileDescriptor) in AddFile() method in Google.Protobuf.Reflection.TypeRegistry.Builder 157 AddFile(dependency); in AddFile()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | metadata_test.cc | 76 void AddFile(const string& filename, const string& data) { in AddFile() function in google::protobuf::compiler::cpp::__anon6a27f0cd0111::CppMetadataTest 196 AddFile("test.proto", kSmallTestFile); in TEST_F() 213 AddFile("test.proto", kSmallTestFile); in TEST_F() 225 AddFile("test.proto", kSmallTestFile); in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_file.cc | 65 void AddFile(const FileGenerator* file); 92 void ImportWriter::AddFile(const FileGenerator* file) { in AddFile() function in google::protobuf::compiler::objectivec::__anone59eeb250111::ImportWriter 308 import_writer.AddFile(*iter); in GenerateHeader() 411 import_writer.AddFile(this); in GenerateSource() 421 import_writer.AddFile(*iter); in GenerateSource()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor_database.cc | 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile( in AddFile() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex 263 return index_.AddFile(*file, file); in AddAndOwn() 312 return index_.AddFile(file, std::make_pair(encoded_file_descriptor, size)); in Add()
|
D | descriptor_database.h | 166 bool AddFile(const FileDescriptorProto& file,
|
D | descriptor.cc | 485 bool AddFile(const FileDescriptor* file); 929 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) { in AddFile() function in google::protobuf::DescriptorPool::Tables 3906 if (!tables_->AddFile(result)) { in BuildFileImpl()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 1309 bool AddFile(const string& filename, const void* desc, string* error) { in AddFile() function in google::protobuf::compiler::js::__anonbdbae1aa0111::FileDeduplicator 1404 if (!dedup.AddFile(GetMessageFileName(options, desc), desc, error)) { in GenerateJspbAllowedSet() 1410 if (!dedup.AddFile(GetEnumFileName(options, desc), desc, error)) { in GenerateJspbAllowedSet() 1425 if (!dedup.AddFile(GetExtensionFileName(options, files_ordered[i]), in GenerateJspbAllowedSet()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 6513 bool AddFile(FileDef* file, Status* s); 6582 inline bool SymbolTable::AddFile(FileDef* file, Status* s) {
|