HomeSort by relevance Sort by last modified time
    Searched refs:AddFile (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 81 void AddFile(const string& name, const char* contents) {
106 void AddFile(const string& filename, const char* text) {
107 source_tree_.AddFile(filename, text);
120 AddFile("foo.proto",
137 AddFile("foo.proto",
143 AddFile("bar.proto",
182 AddFile("foo.proto",
195 AddFile("recursive1.proto",
198 AddFile("recursive2.proto",
216 AddFile(
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile(
264 return index_.AddFile(*file, file);
312 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
descriptor_database.h 164 bool AddFile(const FileDescriptorProto& file,
descriptor.cc 367 bool AddFile(const FileDescriptor* file);
653 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) {
    [all...]
  /cts/tools/utils/
buildCts.py 270 def AddFile(sources, folder, names):
274 os.path.walk(os.path.join(android_root, source_root), AddFile, sources)

Completed in 42 milliseconds