OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadPackedPrimitive
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
wire_format_lite_inl.h
323
inline bool WireFormatLite::
ReadPackedPrimitive
(io::CodedInputStream* input,
340
return
ReadPackedPrimitive
<CType, DeclaredType>(input, values);
wire_format_lite.h
277
static inline bool
ReadPackedPrimitive
(input,
280
// Identical to
ReadPackedPrimitive
, except will not inline the
Completed in 188 milliseconds