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

  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 402 int8_t AsInt8() const { return static_cast<int8_t> (AsInt64()); }
696 template<> inline int8_t Reference::As<int8_t>() { return AsInt8(); }
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]

Completed in 77 milliseconds