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

  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 421 int16_t AsInt16() const { return static_cast<int16_t>(AsInt64()); }
721 template<> inline int16_t Reference::As<int16_t>() const { return AsInt16(); }
    [all...]
  /external/flatbuffers/tests/
test.cpp 348 TEST_EQ(monster->flex_flexbuffer_root().AsInt16(), 1234);
    [all...]

Completed in 67 milliseconds