Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc249 inline bool is_prototype() const { in is_prototype() function in google::protobuf::DynamicMessage
333 if (is_prototype()) { in DynamicMessage()
451 if (!is_prototype()) { in ~DynamicMessage()
463 GOOGLE_CHECK(is_prototype()); in CrossLinkPrototypes()