Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc470 auto allowed_proto3_extendees = new std::set<std::string>; in NewAllowedProto3Extendee() local
478 allowed_proto3_extendees->insert(std::string("google.protobuf.") + in NewAllowedProto3Extendee()
482 allowed_proto3_extendees->insert(std::string("proto") + "2." + in NewAllowedProto3Extendee()
485 return allowed_proto3_extendees; in NewAllowedProto3Extendee()
493 static auto allowed_proto3_extendees = in AllowedExtendeeInProto3() local
495 return allowed_proto3_extendees->find(name) != in AllowedExtendeeInProto3()
496 allowed_proto3_extendees->end(); in AllowedExtendeeInProto3()