Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc340 if (IsInitName(variables_.find("name")->second)) { in GeneratePropertyDeclaration()
391 if (IsInitName(variables_.find("name")->second)) { in GeneratePropertyDeclaration()
Dobjectivec_helpers.h73 bool PROTOC_EXPORT IsInitName(const string& name);
Dobjectivec_helpers.cc386 bool IsInitName(const string& name) { in IsInitName() function