Home
last modified time | relevance | path

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

/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java88 public static final int FBT_VECTOR_INT3 = 19; // Typed triple = no type table; no size field). field in FlexBuffers
141 case 3: return type - FBT_INT + FBT_VECTOR_INT3; in toTypedVector()
614 case FBT_VECTOR_INT3: in toString()
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h74 FBT_VECTOR_INT3 = 19, // Typed triple (no type table, no size field). enumerator
106 case 3: return static_cast<Type>(t - FBT_INT + FBT_VECTOR_INT3);