Home
last modified time | relevance | path

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

/system/nvram/messages/tests/
Dio_test.cpp84 EXPECT_TRUE(buf.ReadByte(&byte)); in TEST()
99 EXPECT_FALSE(buf.ReadByte(&byte)); in TEST()
117 EXPECT_TRUE(buf.ReadByte(&byte)); in TEST()
121 EXPECT_TRUE(buf.ReadByte(&byte)); in TEST()
/system/nvram/messages/
Dio.cpp61 if (!stream_buffer->ReadByte(&byte)) { in DecodeVarint()
105 bool InputStreamBuffer::ReadByte(uint8_t* byte) { in ReadByte() function in nvram::InputStreamBuffer
/system/nvram/messages/include/nvram/messages/
Dio.h53 bool ReadByte(uint8_t* byte);