Home
last modified time | relevance | path

Searched defs:IndirectInt (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h917 void IndirectInt(int64_t i) { PushIndirect(i, FBT_INDIRECT_INT, WidthI(i)); } in IndirectInt() function
918 void IndirectInt(const char *key, int64_t i) { in IndirectInt() function