Searched refs:allowed_proto3_extendees_ (Results 1 – 1 of 1) sorted by relevance
351 set<string>* allowed_proto3_extendees_ = NULL; variable355 delete allowed_proto3_extendees_; in DeleteAllowedProto3Extendee()359 allowed_proto3_extendees_ = new set<string>; in InitAllowedProto3Extendee()367 allowed_proto3_extendees_->insert(string("google.protobuf.") + in InitAllowedProto3Extendee()371 allowed_proto3_extendees_->insert(string("proto") + "2." + kOptionNames[i]); in InitAllowedProto3Extendee()383 return allowed_proto3_extendees_->find(name) != in AllowedExtendeeInProto3()384 allowed_proto3_extendees_->end(); in AllowedExtendeeInProto3()