Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc380 static const string retained_names[] = {"new", "alloc", "copy", in IsRetainedName() local
382 return IsSpecialName(name, retained_names, in IsRetainedName()
383 sizeof(retained_names) / sizeof(retained_names[0])); in IsRetainedName()