Home
last modified time | relevance | path

Searched defs:FindAllExtensionNumbers (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.h105 virtual bool FindAllExtensionNumbers(const std::string& /* extendee_type */, in FindAllExtensionNumbers() function
Ddescriptor_database.cc316 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
371 bool SimpleDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::SimpleDescriptorDatabase
621 bool EncodedDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::EncodedDescriptorDatabase
824 bool EncodedDescriptorDatabase::DescriptorIndex::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
929 bool DescriptorPoolDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::DescriptorPoolDatabase
1010 bool MergedDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::MergedDescriptorDatabase
Ddescriptor_database_unittest.cc386 TEST_P(DescriptorDatabaseTest, FindAllExtensionNumbers) { in TEST_P() argument
759 TEST_F(MergedDescriptorDatabaseTest, FindAllExtensionNumbers) { in TEST_F() argument
/third_party/protobuf/python/google/protobuf/
Ddescriptor_database.py147 def FindAllExtensionNumbers(self, extendee_name): member in DescriptorDatabase
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc150 bool PyDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::python::PyDescriptorDatabase
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc219 bool ProtoReflectionDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in grpc::ProtoReflectionDescriptorDatabase