Home
last modified time | relevance | path

Searched refs:voffset_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflatbuffers.h1045 inline voffset_t FieldIndexToOffset(voffset_t field_id) {
1048 return static_cast<voffset_t>((field_id + fixed_fields) * sizeof(voffset_t));
1380 (std::max)(static_cast<voffset_t>(max_voffset_ + sizeof(voffset_t)),
1386 WriteScalar<voffset_t>(buf_.data() + sizeof(voffset_t),
2039 voffset_t id;
2049 voffset_t max_voffset_;
2284 VerifyAlignment<voffset_t>(ReadScalar<voffset_t>(buf_ + vtableo)) &&
2442 voffset_t GetOptionalFieldOffset(voffset_t field) const {
2502 uint8_t *GetAddressOf(voffset_t field) {
2564 voffset_t field) const {
[all …]
A Dbase.h161 #define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t
318 typedef uint16_t voffset_t; typedef

Completed in 7 milliseconds