Home
last modified time | relevance | path

Searched refs:InternalReadRawInline (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_inl.h70 inline bool CodedInputStream::InternalReadRawInline(void* buffer, int size) { in InternalReadRawInline() function
Dcoded_stream.cc260 return InternalReadRawInline(buffer, size); in ReadRaw()
Dcoded_stream.h203 GOOGLE_ATTRIBUTE_ALWAYS_INLINE bool InternalReadRawInline(void* buffer, int size);