Home
last modified time | relevance | path

Searched refs:ReadRaw (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc333 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize)); in TEST_F()
338 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize)); in TEST_F()
640 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize)); in TEST_F()
646 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize)); in TEST_F()
Dcoded_stream.cc241 bool CodedInputStream::ReadRaw(void* buffer, int size) { in ReadRaw() function in google::protobuf::io::CodedInputStream
321 if (!ReadRaw(bytes, sizeof(*value))) return false; in ReadLittleEndian32Fallback()
338 if (!ReadRaw(bytes, sizeof(*value))) return false; in ReadLittleEndian64Fallback()
Dcoded_stream_unittest.cc262 coded_input.ReadRaw(&dummy, 1); in TEST_1D()
665 TEST_1D(CodedStreamTest, ReadRaw, kBlockSizes) { in TEST_1D() argument
673 EXPECT_TRUE(coded_input.ReadRaw(read_buffer, sizeof(kRawBytes))); in TEST_1D()
Dcoded_stream.h221 bool ReadRaw(void* buffer, int size);
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h1189 if (!input->ReadRaw(dest, new_bytes)) { in ReadPackedFixedSizePrimitive()
1838 if (!input->ReadRaw(ptr, length)) return false; in ParseMessageSetItemImpl()
/third_party/protobuf/
Dlibprotobuf_lite.map332 "google::protobuf::io::CodedInputStream::ReadRaw(void*, int)";