Home
last modified time | relevance | path

Searched defs:IndirectUInt (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/
Dlib.rs102 pub struct IndirectUInt(pub u64); struct
Dflexbuffer_type.rs60 IndirectUInt = 7, enumerator
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h983 void IndirectUInt(uint64_t u) { in IndirectUInt() function
986 void IndirectUInt(const char *key, uint64_t u) { in IndirectUInt() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py1264 def IndirectUInt(self, value, byte_width=0): member in Builder