Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc202 inline bool is_prototype() const { in is_prototype() function in google::protobuf::DynamicMessage
277 if (is_prototype()) { in DynamicMessage()
372 !is_prototype()) { in ~DynamicMessage()
383 GOOGLE_CHECK(is_prototype()); in CrossLinkPrototypes()
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc214 inline bool is_prototype() const { in is_prototype() function in google::protobuf::DynamicMessage
289 if (is_prototype()) { in DynamicMessage()
384 if (!is_prototype()) { in ~DynamicMessage()
396 GOOGLE_CHECK(is_prototype()); in CrossLinkPrototypes()
/external/chromium_org/v8/src/
Dtype-info.cc347 SmallMapList* receiver_types, bool* is_prototype) { in PropertyReceiverTypes() argument
350 *is_prototype = LoadIsStub(id, &proto_stub); in PropertyReceiverTypes()
351 if (!*is_prototype) { in PropertyReceiverTypes()
Dtyping.cc451 bool is_prototype; in VisitProperty() local
453 id, name, expr->GetReceiverTypes(), &is_prototype); in VisitProperty()
454 expr->set_is_function_prototype(is_prototype); in VisitProperty()
Dtype-info.h258 bool* is_prototype);