Home | History | Annotate | Download | only in protobuf

Lines Matching defs:Read

143   // Enum type cannot be used for MapTypeHandler::Read. Define a type which will
163 static inline bool Read(io::CodedInputStream* input,
219 static inline bool Read(io::CodedInputStream* input, \
404 inline bool MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::Read(
410 inline bool MapTypeHandler<WireFormatLite::TYPE_STRING, Type>::Read(
416 inline bool MapTypeHandler<WireFormatLite::TYPE_BYTES, Type>::Read(
423 inline bool MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::Read( \