Searched refs:AsUInt8 (Results 1 – 3 of 3) sorted by relevance
120 map["foo"].AsUInt8(); // 100
1406 TEST_EQ(map["foo"].AsUInt8(), 100); in FlexBuffersTest()
409 uint8_t AsUInt8() const { return static_cast<uint8_t> (AsUInt64()); } in AsUInt8() function