Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A 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
619 bool EncodedDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::EncodedDescriptorDatabase
822 bool EncodedDescriptorDatabase::DescriptorIndex::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
927 bool DescriptorPoolDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::DescriptorPoolDatabase
1008 bool MergedDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::MergedDescriptorDatabase
H A Ddescriptor_database_unittest.cc386 TEST_P(DescriptorDatabaseTest, FindAllExtensionNumbers) { in TEST_P() argument
759 TEST_F(MergedDescriptorDatabaseTest, FindAllExtensionNumbers) { in TEST_F() argument
H A Ddescriptor_database.h108 virtual bool FindAllExtensionNumbers(const std::string& /* extendee_type */, in FindAllExtensionNumbers() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A 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
619 bool EncodedDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::EncodedDescriptorDatabase
822 bool EncodedDescriptorDatabase::DescriptorIndex::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
927 bool DescriptorPoolDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::DescriptorPoolDatabase
1008 bool MergedDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::MergedDescriptorDatabase
H A Ddescriptor_database_unittest.cc386 TEST_P(DescriptorDatabaseTest, FindAllExtensionNumbers) { in TEST_P() argument
759 TEST_F(MergedDescriptorDatabaseTest, FindAllExtensionNumbers) { in TEST_F() argument
H A Ddescriptor_database.h108 virtual bool FindAllExtensionNumbers(const std::string& /* extendee_type */, in FindAllExtensionNumbers() function
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
H A Dproto_reflection_descriptor_database.py135 def FindAllExtensionNumbers(self, extendee_name: str) -> Iterable[int]: member in ProtoReflectionDescriptorDatabase
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor_database.py147 def FindAllExtensionNumbers(self, extendee_name): member in DescriptorDatabase
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_database.py147 def FindAllExtensionNumbers(self, extendee_name): member in DescriptorDatabase
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_database.cc152 bool PyDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::python::PyDescriptorDatabase
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_database.cc152 bool PyDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in google::protobuf::python::PyDescriptorDatabase
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dproto_reflection_descriptor_database.cc221 bool ProtoReflectionDescriptorDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers() function in grpc::ProtoReflectionDescriptorDatabase