Searched refs:ReadUInt24 (Results 1 – 20 of 20) sorted by relevance
61 bool ReadUInt24(uint32* result);
78 bool SpdyFrameReader::ReadUInt24(uint32* result) { in ReadUInt24() function in net::SpdyFrameReader
585 successful_read = reader->ReadUInt24(&length_field); in ProcessCommonHeader()
80 virtual int32_t ReadUInt24();
107 int32_t FontInputStream::ReadUInt24() { in ReadUInt24() function in sfntly::FontInputStream
117 virtual int32_t ReadUInt24(int32_t index);
101 int32_t ReadableFontData::ReadUInt24(int32_t index) { in ReadUInt24() function in sfntly::ReadableFontData
51 bool ReadUInt24(uint32* val);
86 bool ByteBuffer::ReadUInt24(uint32* val) { in ReadUInt24() function in talk_base::ByteBuffer
49 EXPECT_EQ(rfd->ReadUInt24(12), 24); in TestEndian()
39 EXPECT_EQ(16711937, data->ReadUInt24(0)); in TestOTFRead()
159 EXPECT_TRUE(buffer.ReadUInt24(&ru24)); in TEST()218 EXPECT_TRUE(buffer.ReadUInt24(&ru24)); in TEST()
66 bool ReadUInt24(uint32* val);
99 bool ByteBuffer::ReadUInt24(uint32* val) { in ReadUInt24() function in talk_base::ByteBuffer