Home
last modified time | relevance | path

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

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