Searched defs:FindAllExtensionNumbers (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.h99 virtual bool FindAllExtensionNumbers(const string& /* extendee_type */, function in class:google::protobuf::DescriptorDatabase
152 bool FindAllExtensionNumbers(const string& extendee_type,
177 bool FindAllExtensionNumbers(const string& containing_type,
297 bool FindAllExtensionNumbers(const string& extendee_type,
326 bool FindAllExtensionNumbers(const string& extendee_type,
357 bool FindAllExtensionNumbers(const string& extendee_type,
H A Ddescriptor_database.cc197 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::FindAllExtensionNumbers( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
285 bool SimpleDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::SimpleDescriptorDatabase
288 return index_.FindAllExtensionNumbers(extendee_type, output);
377 bool EncodedDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::EncodedDescriptorDatabase
380 return index_.FindAllExtensionNumbers(extendee_type, output);
432 bool DescriptorPoolDatabase::FindAllExtensionNumbers( function in class:google::protobuf::DescriptorPoolDatabase
518 bool MergedDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::MergedDescriptorDatabase
526 if (sources_[i]->FindAllExtensionNumbers(extendee_type, &results)) {

Completed in 1075 milliseconds