Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc292 static const string retained_names[] = {"new", "alloc", "copy", in IsRetainedName() local
294 return IsSpecialName(name, retained_names, in IsRetainedName()
295 sizeof(retained_names) / sizeof(retained_names[0])); in IsRetainedName()