Searched refs:PushIndirect (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 872 PushIndirect(i, TYPE_INDIRECT_INT, WidthI(i)); in IndirectInt() 880 PushIndirect(u, TYPE_INDIRECT_UINT, WidthU(u)); in IndirectUInt() 888 PushIndirect(f, TYPE_INDIRECT_FLOAT, BIT_WIDTH_32); in IndirectFloat() 896 PushIndirect(f, TYPE_INDIRECT_FLOAT, WidthF(f)); in IndirectDouble() 1250 template<typename T> void PushIndirect(T val, Type type, BitWidth bit_width) { in PushIndirect() function
|