Home
last modified time | relevance | path

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

/external/flatbuffers/docs/source/
DFlexBuffers.md76 fbb.IndirectFloat(4.0f);
96 `IndirectFloat` is an interesting feature that allows you to store values
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h985 void IndirectFloat(float f) { in IndirectFloat() function
988 void IndirectFloat(const char *key, float f) { in IndirectFloat() function
990 IndirectFloat(f); in IndirectFloat()
/external/flatbuffers/tests/
Dtest.cpp2764 slb.IndirectFloat(4.0f); in FlexBuffersTest()
2789 slb3.IndirectFloat(4.0f); in FlexBuffersTest()