Searched refs:is_prototype (Results 1 – 5 of 5) sorted by relevance
202 inline bool is_prototype() const { in is_prototype() function in google::protobuf::DynamicMessage277 if (is_prototype()) { in DynamicMessage()372 !is_prototype()) { in ~DynamicMessage()383 GOOGLE_CHECK(is_prototype()); in CrossLinkPrototypes()
214 inline bool is_prototype() const { in is_prototype() function in google::protobuf::DynamicMessage289 if (is_prototype()) { in DynamicMessage()384 if (!is_prototype()) { in ~DynamicMessage()396 GOOGLE_CHECK(is_prototype()); in CrossLinkPrototypes()
347 SmallMapList* receiver_types, bool* is_prototype) { in PropertyReceiverTypes() argument350 *is_prototype = LoadIsStub(id, &proto_stub); in PropertyReceiverTypes()351 if (!*is_prototype) { in PropertyReceiverTypes()
451 bool is_prototype; in VisitProperty() local453 id, name, expr->GetReceiverTypes(), &is_prototype); in VisitProperty()454 expr->set_is_function_prototype(is_prototype); in VisitProperty()
258 bool* is_prototype);