Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/
H A Dlib.rs102 pub struct IndirectUInt(pub u64); struct
H A Dflexbuffer_type.rs60 IndirectUInt = 7, enumerator
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflexbuffers.h977 void IndirectUInt(uint64_t u) { in IndirectUInt() function
980 void IndirectUInt(const char *key, uint64_t u) { in IndirectUInt() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflexbuffers.h1003 void IndirectUInt(uint64_t u) { in IndirectUInt() function
1006 void IndirectUInt(const char *key, uint64_t u) { in IndirectUInt() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h1003 void IndirectUInt(uint64_t u) { in IndirectUInt() function
1006 void IndirectUInt(const char *key, uint64_t u) { in IndirectUInt() function
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dflexbuffers.py1264 def IndirectUInt(self, value, byte_width=0): member in Builder