Home
last modified time | relevance | path

Searched refs:RuntimeUsesHasBit (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.h78 virtual bool RuntimeUsesHasBit(void) const = 0;
118 virtual bool RuntimeUsesHasBit(void) const;
154 virtual bool RuntimeUsesHasBit(void) const;
Dobjectivec_field.cc300 bool SingleFieldGenerator::RuntimeUsesHasBit(void) const { in RuntimeUsesHasBit() function in google::protobuf::compiler::objectivec::SingleFieldGenerator
406 bool RepeatedFieldGenerator::RuntimeUsesHasBit(void) const { in RuntimeUsesHasBit() function in google::protobuf::compiler::objectivec::RepeatedFieldGenerator
443 if (field_generators_[i]->RuntimeUsesHasBit()) { in CalculateHasBits()