Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format.cc1027 const Message* value_prototype = factory.GetPrototype(value_descriptor); in ConsumeAnyValue() local
1028 if (value_prototype == NULL) { in ConsumeAnyValue()
1031 google::protobuf::scoped_ptr<Message> value(value_prototype->New()); in ConsumeAnyValue()