Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc1048 const Message* value_prototype = factory.GetPrototype(value_descriptor); in ConsumeAnyValue() local
1049 if (value_prototype == NULL) { in ConsumeAnyValue()
1052 google::protobuf::scoped_ptr<Message> value(value_prototype->New()); in ConsumeAnyValue()