Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc346 if (IsInitName(variables_.find("name")->second)) { in GeneratePropertyDeclaration()
397 if (IsInitName(variables_.find("name")->second)) { in GeneratePropertyDeclaration()
Dobjectivec_helpers.h74 bool PROTOC_EXPORT IsInitName(const string& name);
Dobjectivec_helpers.cc387 bool IsInitName(const string& name) { in IsInitName() function