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.h887 void IndirectFloat(float f) { in IndirectFloat() function
890 void IndirectFloat(const char *key, float f) { in IndirectFloat() function
892 IndirectFloat(f); in IndirectFloat()
/external/flatbuffers/tests/
Dtest.cpp1645 slb.IndirectFloat(4.0f); in FlexBuffersTest()
1668 slb3.IndirectFloat(4.0f); in FlexBuffersTest()