Home
last modified time | relevance | path

Searched refs:GetExtensionPool (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set_heavy.cc316 if (input->GetExtensionPool() == NULL) { in ParseField()
320 DescriptorPoolExtensionFinder finder(input->GetExtensionPool(), in ParseField()
331 if (input->GetExtensionPool() == NULL) { in ParseMessageSet()
335 DescriptorPoolExtensionFinder finder(input->GetExtensionPool(), in ParseMessageSet()
Dwire_format.cc407 if (input->GetExtensionPool() == NULL) { in ParseAndMergePartial()
410 field = input->GetExtensionPool() in ParseAndMergePartial()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h514 const DescriptorPool* GetExtensionPool();
1300 inline const DescriptorPool* CodedInputStream::GetExtensionPool() { in GetExtensionPool() function