Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
Dproto_reflection_descriptor_database.py135 def FindAllExtensionNumbers(self, extendee_name: str) -> Iterable[int]: member in ProtoReflectionDescriptorDatabase
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.h86 virtual bool FindAllExtensionNumbers(const std::string& /* extendee_type */, in FindAllExtensionNumbers() function
Ddescriptor_database.cc303 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
361 bool SimpleDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::SimpleDescriptorDatabase
609 bool EncodedDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::EncodedDescriptorDatabase
814 bool EncodedDescriptorDatabase::DescriptorIndex::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
931 bool DescriptorPoolDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::DescriptorPoolDatabase
1012 bool MergedDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::MergedDescriptorDatabase
Ddescriptor_database_unittest.cc359 TEST_P(DescriptorDatabaseTest, FindAllExtensionNumbers) { in TEST_P() argument
824 TEST_F(MergedDescriptorDatabaseTest, FindAllExtensionNumbers) { in TEST_F() argument
/third_party/protobuf/python/google/protobuf/
Ddescriptor_database.py124 def FindAllExtensionNumbers(self, extendee_name): member in DescriptorDatabase
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc132 bool PyDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::python::PyDescriptorDatabase
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc207 bool ProtoReflectionDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in grpc::ProtoReflectionDescriptorDatabase