Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc360 const char* kOptionNames[] = { in InitAllowedProto3Extendee() local
363 for (int i = 0; i < GOOGLE_ARRAYSIZE(kOptionNames); ++i) { in InitAllowedProto3Extendee()
368 kOptionNames[i]); in InitAllowedProto3Extendee()
371 allowed_proto3_extendees_->insert(string("proto") + "2." + kOptionNames[i]); in InitAllowedProto3Extendee()