Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddynamic_message.h134 const Message* GetPrototypeNoLock(const Descriptor* type);
Ddynamic_message.cc408 type_info_->factory->GetPrototypeNoLock(field->message_type())); in SharedCtor()
556 factory->GetPrototypeNoLock(field->message_type()); in CrossLinkPrototypes()
634 return GetPrototypeNoLock(type); in GetPrototype()
637 const Message* DynamicMessageFactory::GetPrototypeNoLock( in GetPrototypeNoLock() function in google::protobuf::DynamicMessageFactory