Searched refs:allowed_proto3_extendees (Results 1 – 1 of 1) sorted by relevance
470 auto allowed_proto3_extendees = new std::set<std::string>; in NewAllowedProto3Extendee() local478 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() local495 return allowed_proto3_extendees->find(name) != in AllowedExtendeeInProto3()496 allowed_proto3_extendees->end(); in AllowedExtendeeInProto3()