Home
last modified time | relevance | path

Searched refs:FindAllExtensions (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
Dreflection.py94 for extension in self._pool.FindAllExtensions(
/external/grpc-grpc/src/cpp/ext/
Dproto_server_reflection.cc184 descriptor_pool_->FindAllExtensions(desc, &extensions); in GetAllExtensionNumbers()
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc439 pool_.FindAllExtensions(extendee, &extensions); in FindAllExtensionNumbers()
Ddescriptor.h1430 void FindAllExtensions(const Descriptor* extendee,
Ddescriptor.cc474 inline void FindAllExtensions(const Descriptor* extendee,
902 inline void DescriptorPool::Tables::FindAllExtensions( in FindAllExtensions() function in google::protobuf::DescriptorPool::Tables
1291 void DescriptorPool::FindAllExtensions( in FindAllExtensions() function in google::protobuf::DescriptorPool
1314 tables_->FindAllExtensions(extendee, out); in FindAllExtensions()
1316 underlay_->FindAllExtensions(extendee, out); in FindAllExtensions()
Ddescriptor_unittest.cc1854 TEST_F(ExtensionDescriptorTest, FindAllExtensions) { in TEST_F() argument
1856 pool_.FindAllExtensions(foo_, &extensions); in TEST_F()
6079 TEST_F(DatabaseBackedPoolTest, FindAllExtensions) { in TEST_F() argument
6088 pool.FindAllExtensions(foo, &extensions); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc644 desc_pool->FindAllExtensions(message_desc, &exts); in DecodeProtoOp()
/external/protobuf/
DCHANGES.txt954 * DescriptorPool::FindAllExtensions() and corresponding
955 DescriptorDatabase::FindAllExtensions() can be used to enumerate all