HomeSort by relevance Sort by last modified time
    Searched refs:ReadPackedPrimitive (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 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);
    [all...]
wire_format_lite.h 285 static bool ReadPackedPrimitive(input, RepeatedField<CType>* value);
287 // Identical to ReadPackedPrimitive, except will not inline the
descriptor.pb.cc     [all...]

Completed in 1523 milliseconds