Searched defs:FindFileByName (Results 1 – 9 of 9) sorted by relevance
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
| D | descriptor_database.py | 80 def FindFileByName(self, name): member in DescriptorDatabase
|
| D | descriptor_pool.py | 179 def FindFileByName(self, file_name): member in DescriptorPool
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
| D | descriptor_database.cc | 266 bool SimpleDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::SimpleDescriptorDatabase 328 bool EncodedDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::EncodedDescriptorDatabase 396 bool DescriptorPoolDatabase::FindFileByName( in FindFileByName() function in google::protobuf::DescriptorPoolDatabase 461 bool MergedDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::MergedDescriptorDatabase
|
| D | descriptor_database_unittest.cc | 187 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument 566 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
|
| D | descriptor_unittest.cc | 5899 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase 5946 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase 5977 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase 5993 TEST_F(DatabaseBackedPoolTest, FindFileByName) { in TEST_F() argument 6263 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
|
| D | descriptor.cc | 1174 const FileDescriptor* DescriptorPool::FindFileByName(const string& name) const { in FindFileByName() function in google::protobuf::DescriptorPool
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
| D | descriptor_database.cc | 111 bool PyDescriptorDatabase::FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
|
| D | descriptor_pool.cc | 221 PyObject* FindFileByName(PyDescriptorPool* self, PyObject* arg) { in FindFileByName() function
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
| D | importer.cc | 126 bool SourceTreeDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
|