Home
last modified time | relevance | path

Searched defs:FindFileContainingSymbol (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor_database.py99 def FindFileContainingSymbol(self, symbol): member in DescriptorDatabase
Ddescriptor_pool.py208 def FindFileContainingSymbol(self, symbol): member in DescriptorPool
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_database.cc272 bool SimpleDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::SimpleDescriptorDatabase
334 bool EncodedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::EncodedDescriptorDatabase
406 bool DescriptorPoolDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPoolDatabase
472 bool MergedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::MergedDescriptorDatabase
Ddescriptor_database_unittest.cc216 TEST_P(DescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_P() argument
606 TEST_F(MergedDescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_F() argument
Ddescriptor_unittest.cc5916 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase
5951 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
5981 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
6045 TEST_F(DatabaseBackedPoolTest, FindFileContainingSymbol) { in TEST_F() argument
6273 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
Ddescriptor.cc1191 const FileDescriptor* DescriptorPool::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPool
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_database.cc119 bool PyDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::python::PyDescriptorDatabase
Ddescriptor_pool.cc342 PyObject* FindFileContainingSymbol(PyDescriptorPool* self, PyObject* arg) { in FindFileContainingSymbol() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dimporter.cc155 bool SourceTreeDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::compiler::SourceTreeDescriptorDatabase