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.cc1124 const Message* value_prototype = factory.GetPrototype(value_descriptor); in ConsumeAnyValue() local
1125 if (value_prototype == nullptr) { in ConsumeAnyValue()
1128 std::unique_ptr<Message> value(value_prototype->New()); in ConsumeAnyValue()