/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 99 void AddFile(const string& name, const char* contents) { in AddFile() function in google::protobuf::compiler::__anon5cd70b830111::MockSourceTree 128 void AddFile(const string& filename, const char* text) { in AddFile() function in google::protobuf::compiler::__anon5cd70b830111::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::__anon5cd70b830111::DiskSourceTreeTest [all …]
|
/external/protobuf/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()
|
/external/protobuf/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::__anonf1b54d040111::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()
|
/external/v8/tools/clang/translation_unit/ |
D | TranslationUnitGenerator.cpp | 55 void AddFile(const string& path); 134 void IncludeFinderPPCallbacks::AddFile(const string& path) { in AddFile() function in __anonf2a529c60111::IncludeFinderPPCallbacks 184 AddFile(last_inclusion_directive_); in InclusionDirective() 204 AddFile(main_file->getName()); in EndOfMainFile()
|
/external/google-breakpad/src/common/linux/ |
D | google_crashdump_uploader_test.cc | 48 MOCK_METHOD2(AddFile, bool(const string& upload_file_path, 88 EXPECT_CALL(m, AddFile(tempfn, _)).WillOnce(Return(true)); in TEST_F()
|
D | libcurl_wrapper.h | 50 virtual bool AddFile(const string& upload_file_path,
|
D | google_crashdump_uploader.cc | 191 if (!http_layer_->AddFile(minidump_pathname_, in Upload()
|
D | libcurl_wrapper.cc | 84 bool LibcurlWrapper::AddFile(const string& upload_file_path, in AddFile() function in google_breakpad::LibcurlWrapper
|
/external/protobuf/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 3900 if (!tables_->AddFile(result)) { in BuildFileImpl()
|
/external/libmojo/build/android/gyp/util/ |
D | md5_check.py | 63 new_metadata.AddFile(path, _Md5ForPath(path)) 282 def AddFile(self, path, tag): member in _Metadata
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.h | 222 void AddFile(const CFileItem &file, const CFileItem2 &file2, const UString &name);
|
D | 7zUpdate.cpp | 1029 newDatabase.AddFile(file, file2, name); in Update() 1184 newDatabase.AddFile(file, file2, name); in Update() 1317 newDatabase.AddFile(file, file2, name); in Update()
|
D | 7zOut.cpp | 890 void CArchiveDatabaseOut::AddFile(const CFileItem &file, const CFileItem2 &file2, const UString &na… in AddFile() function in NArchive::N7z::CArchiveDatabaseOut
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 1242 bool AddFile(const string& filename, const void* desc, string* error) { in AddFile() function in google::protobuf::compiler::js::__anonc705c4210111::FileDeduplicator 1337 if (!dedup.AddFile(GetMessageFileName(options, desc), desc, error)) { in GenerateJspbAllowedSet() 1343 if (!dedup.AddFile(GetEnumFileName(options, desc), desc, error)) { in GenerateJspbAllowedSet() 1358 if (!dedup.AddFile(GetExtensionFileName(options, files_ordered[i]), in GenerateJspbAllowedSet()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6513 bool AddFile(FileDef* file, Status* s); 6582 inline bool SymbolTable::AddFile(FileDef* file, Status* s) {
|