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.h76 virtual bool RuntimeUsesHasBit(void) const = 0;
116 virtual bool RuntimeUsesHasBit(void) const;
152 virtual bool RuntimeUsesHasBit(void) const;
Dobjectivec_field.cc299 bool SingleFieldGenerator::RuntimeUsesHasBit(void) const { in RuntimeUsesHasBit() function in google::protobuf::compiler::objectivec::SingleFieldGenerator
405 bool RepeatedFieldGenerator::RuntimeUsesHasBit(void) const { in RuntimeUsesHasBit() function in google::protobuf::compiler::objectivec::RepeatedFieldGenerator
440 if (field_generators_[i]->RuntimeUsesHasBit()) { in CalculateHasBits()