Home
last modified time | relevance | path

Searched refs:IndirectUInt (Results 1 – 12 of 12) sorted by relevance

/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dbinary_format.rs321 v.push(IndirectUInt(u64::max_value())); in indirect_numbers()
488 v.push(IndirectUInt(42)); in align_8byte()
503 v.push(IndirectUInt(42)); in align_4byte()
518 v.push(IndirectUInt(42)); in align_2byte()
533 v.push(IndirectUInt(42)); in align_1byte()
Dother_api.rs169 (FlexBufferType::IndirectUInt as u8) << 2 | BitWidth::W64 as u8, in get_root_deref_u64()
Drwyw.rs353 v.push(IndirectUInt(9000)); in store_indirects()
/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs60 IndirectUInt = 7, enumerator
179 IndirectUInt => Some(UInt), in to_direct()
201 is_ty!(is_indirect_uint, IndirectUInt);
Dlib.rs102 pub struct IndirectUInt(pub u64); struct
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dpush.rs17 use crate::{Blob, Buffer, IndirectFloat, IndirectInt, IndirectUInt};
118 impl_indirects!(IndirectUInt, push_indirect_uint);
Dmod.rs258 push_indirect!(push_indirect_uint, u64, UInt, IndirectUInt);
/third_party/flatbuffers/dart/lib/src/
Dtypes.dart70 Key, String, IndirectInt, IndirectUInt, IndirectFloat,
Dreference.dart76 if (_valueType == ValueType.IndirectUInt) {
/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
988 IndirectUInt(u); in IndirectUInt()
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py1264 def IndirectUInt(self, value, byte_width=0): member in Builder
1465 Type.INDIRECT_UINT: self.IndirectUInt,
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py1363 fbb.IndirectUInt('iu', 540)