Home | History | Annotate | Download | only in protobuf

Lines Matching refs:ReadPackedPrimitive

330 inline bool WireFormatLite::ReadPackedPrimitive(io::CodedInputStream* input,
403 // Specializations of ReadPackedPrimitive for the fixed size types, which use
407 inline bool WireFormatLite::ReadPackedPrimitive< \
427 return ReadPackedPrimitive<CType, DeclaredType>(input, values);