Home
last modified time | relevance | path

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

/external/flatbuffers/docs/source/
DFlexBuffers.md78 fbb.IndirectFloat(4.0f);
98 `IndirectFloat` is an interesting feature that allows you to store values
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h781 void IndirectFloat(float f) { in IndirectFloat() function
784 void IndirectFloat(const char *key, float f) { in IndirectFloat() function
786 IndirectFloat(f); in IndirectFloat()
/external/flatbuffers/tests/
Dtest.cpp1373 slb.IndirectFloat(4.0f); in FlexBuffersTest()