HomeSort by relevance Sort by last modified time
    Searched refs:AsUInt8 (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 428 uint8_t AsUInt8() const { return static_cast<uint8_t> (AsUInt64()); }
701 template<> inline uint8_t Reference::As<uint8_t>() { return AsUInt8(); }
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]

Completed in 92 milliseconds