Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_table_driven.h231 return WireFormatLite::ReadMessageNoVirtual(input, &parser); in ParseMap()
Dmap_type_handler.h416 return WireFormatLite::ReadMessageNoVirtual(input, value);
Dstruct.pb.cc322 DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessageNoVirtual( in MergePartialFromCodedStream()
Dwire_format_lite.h340 static inline bool ReadMessageNoVirtual(io::CodedInputStream* input, in ReadMessageNoVirtual() function