Searched defs:ScalarStuff (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/ |
H A D | ScalarStuff.cs | 12 public struct ScalarStuff : IFlatbufferObject struct 14 private Table __p; 15 public ByteBuffer ByteBuffer { get { return __p.bb; } } 16 public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_2_0_0(); } in ValidateVersion() 17 …Stuff GetRootAsScalarStuff(ByteBuffer _bb) { return GetRootAsScalarStuff(_bb, new ScalarStuff()); } in GetRootAsScalarStuff() 18 …ffer _bb, ScalarStuff obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsScalarStuff() 19 …bool ScalarStuffBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb, "NULL"); } in ScalarStuffBufferHasIdentifier() 20 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init() 21 public ScalarStuff __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() 23 …I8 { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetSbyte(o + __p.bb_pos) : (sbyte)0; } } [all …]
|
H A D | ScalarStuff.go | 160 type ScalarStuff struct { struct 161 _tab flatbuffers.Table 178 func (rcv *ScalarStuff) Init(buf []byte, i flatbuffers.UOffsetT) { 183 func (rcv *ScalarStuff) Table() flatbuffers.Table { 187 func (rcv *ScalarStuff) JustI8() int8 { 195 func (rcv *ScalarStuff) MutateJustI8(n int8) bool { 199 func (rcv *ScalarStuff) MaybeI8() *int8 { 208 func (rcv *ScalarStuff) MutateMaybeI8(n int8) bool { 212 func (rcv *ScalarStuff) DefaultI8() int8 { 220 func (rcv *ScalarStuff) MutateDefaultI8(n int8) bool { [all …]
|
H A D | ScalarStuff.kt | 10 class ScalarStuff : Table() { class
|
H A D | scalar-stuff.ts | 8 export class ScalarStuff { class
|
H A D | scalar-stuff.js | 4 export class ScalarStuff { class
|
H A D | ScalarStuff.java | 11 public final class ScalarStuff extends Table { class
|
H A D | ScalarStuff.py | 9 class ScalarStuff(object): class
|
/aosp_15_r20/external/flatbuffers/tests/optional_scalars/optional_scalars/ |
H A D | scalar_stuff_generated.rs | 15 pub struct ScalarStuff<'a> { struct 19 impl<'a> flatbuffers::Follow<'a> for ScalarStuff<'a> { argument 27 impl<'a> ScalarStuff<'a> { impl 341 impl flatbuffers::Verifiable for ScalarStuff<'_> { implementation 634 impl core::fmt::Debug for ScalarStuff<'_> { implementation 858 pub fn root_as_scalar_stuff(buf: &[u8]) -> Result<ScalarStuff, flatbuffers::InvalidFlatbuffer> { in root_as_scalar_stuff() 868 pub fn size_prefixed_root_as_scalar_stuff(buf: &[u8]) -> Result<ScalarStuff, flatbuffers::InvalidFl… in size_prefixed_root_as_scalar_stuff() 901 pub unsafe fn root_as_scalar_stuff_unchecked(buf: &[u8]) -> ScalarStuff { in root_as_scalar_stuff_unchecked() 908 pub unsafe fn size_prefixed_root_as_scalar_stuff_unchecked(buf: &[u8]) -> ScalarStuff { in size_prefixed_root_as_scalar_stuff_unchecked()
|
/aosp_15_r20/external/flatbuffers/tests/optional-scalars/ |
H A D | scalar-stuff.ts | 8 export class ScalarStuff { class
|