Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_oneof.h66 string HasIndexAsString(void) const;
Dobjectivec_oneof.cc131 string OneofGenerator::HasIndexAsString(void) const { in HasIndexAsString() function in google::protobuf::compiler::objectivec::OneofGenerator
Dobjectivec_message.cc534 "first_has_index", oneof_generators_[0]->HasIndexAsString()); in GenerateSource()