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

  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 199 bool CodedInputStream::ReadRaw(void* buffer, int size) {
257 if (!ReadRaw(bytes, sizeof(*value))) return false;
274 if (!ReadRaw(bytes, sizeof(*value))) return false;
coded_stream_unittest.cc 224 coded_input.ReadRaw(&dummy, 1);
577 TEST_1D(CodedStreamTest, ReadRaw, kBlockSizes) {
585 EXPECT_TRUE(coded_input.ReadRaw(read_buffer, sizeof(kRawBytes)));
    [all...]
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
180 bool ReadRaw(void* buffer, int size);
182 // Like ReadRaw, but reads into a string.
    [all...]

Completed in 16 milliseconds