HomeSort by relevance Sort by last modified time
    Searched refs:ReadPackedPrimitive (Results 1 - 13 of 13) 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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/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
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 322 inline bool WireFormatLite::ReadPackedPrimitive(io::CodedInputStream* input,
339 return ReadPackedPrimitive<CType, DeclaredType>(input, values);
    [all...]
wire_format_lite.h 275 static inline bool ReadPackedPrimitive(input,
278 // Identical to ReadPackedPrimitive, except will not inline the
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 322 inline bool WireFormatLite::ReadPackedPrimitive(io::CodedInputStream* input,
339 return ReadPackedPrimitive<CType, DeclaredType>(input, values);
    [all...]
wire_format_lite.h 275 static inline bool ReadPackedPrimitive(input,
278 // Identical to ReadPackedPrimitive, except will not inline the
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 322 inline bool WireFormatLite::ReadPackedPrimitive(io::CodedInputStream* input,
339 return ReadPackedPrimitive<CType, DeclaredType>(input, values);
    [all...]
wire_format_lite.h 275 static inline bool ReadPackedPrimitive(input,
278 // Identical to ReadPackedPrimitive, except will not inline the
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 322 inline bool WireFormatLite::ReadPackedPrimitive(io::CodedInputStream* input,
339 return ReadPackedPrimitive<CType, DeclaredType>(input, values);
    [all...]
wire_format_lite.h 275 static inline bool ReadPackedPrimitive(input,
278 // Identical to ReadPackedPrimitive, except will not inline the

Completed in 94 milliseconds