Searched defs:IndirectInt (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/ |
H A D | lib.rs | 109 pub struct IndirectInt(pub i64); struct
|
H A D | flexbuffer_type.rs | 57 IndirectInt = 6, enumerator
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | flexbuffers.h | 971 void IndirectInt(int64_t i) { PushIndirect(i, FBT_INDIRECT_INT, WidthI(i)); } in IndirectInt() function 972 void IndirectInt(const char *key, int64_t i) { in IndirectInt() function
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flexbuffers.h | 997 void IndirectInt(int64_t i) { PushIndirect(i, FBT_INDIRECT_INT, WidthI(i)); } in IndirectInt() function 998 void IndirectInt(const char *key, int64_t i) { in IndirectInt() function
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | flexbuffers.h | 997 void IndirectInt(int64_t i) { PushIndirect(i, FBT_INDIRECT_INT, WidthI(i)); } in IndirectInt() function 998 void IndirectInt(const char *key, int64_t i) { in IndirectInt() function
|
/aosp_15_r20/external/flatbuffers/python/flatbuffers/ |
H A D | flexbuffers.py | 1242 def IndirectInt(self, value, byte_width=0): member in Builder
|