Searched defs:ReadRaw (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc199 bool CodedInputStream::ReadRaw(void* buffer, int size) { function in class:google::protobuf::io::CodedInputStream
257 if (!ReadRaw(bytes, sizeof(*value))) return false;
274 if (!ReadRaw(bytes, sizeof(*value))) return false;

Completed in 42 milliseconds