Home
last modified time | relevance | path

Searched refs:ReadInt16 (Results 1 – 8 of 8) sorted by relevance

/external/cronet/base/debug/
Dbuffered_dwarf_reader.cc123 if (!ReadInt16(tmp)) in ReadAddress()
159 if (!ReadInt16(version)) { in ReadCommonHeader()
Dbuffered_dwarf_reader.h40 bool ReadInt16(uint16_t& value) { return ReadInt(value); } in ReadInt16() function
Ddwarf_line_no.cc432 if (!reader.ReadInt16(value)) in EvaluateLineNumberProgram()
594 if (!reader.ReadInt16(version)) { in ReadProgramInfo()
877 if (!reader.ReadInt16(data)) { in GetCompileUnitName()
990 if (!reader.ReadInt16(dummy)) { in GetCompileUnitName()
/external/openthread/tests/unit/
Dtest_spinel_decoder.cpp135 SuccessOrQuit(decoder.ReadInt16(i16)); in TestDecoder()
208 SuccessOrQuit(decoder.ReadInt16(i16)); in TestDecoder()
317 SuccessOrQuit(decoder.ReadInt16(i16)); in TestDecoder()
342 SuccessOrQuit(decoder.ReadInt16(i16)); in TestDecoder()
389 SuccessOrQuit(decoder.ReadInt16(i16)); in TestDecoder()
/external/openthread/src/lib/spinel/
Dspinel_decoder.hpp173 otError ReadInt16(int16_t &aInt16);
Dspinel_decoder.cpp133 otError Decoder::ReadInt16(int16_t &aInt16) in ReadInt16() function in ot::Spinel::Decoder
/external/pigweed/pw_bytes/public/pw_bytes/
Dbyte_builder.h165 int16_t ReadInt16(endian order = endian::little) {
/external/pigweed/pw_bytes/
Dbyte_builder_test.cc842 EXPECT_EQ(it.ReadInt16(), int16_t(0xA7F1)); in TEST()