Searched defs:ScalarStuff (Results 1 – 6 of 6) sorted by relevance
| /third_party/flatbuffers/tests/optional_scalars/ |
| 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 …]
|
| D | ScalarStuff.kt | 11 class ScalarStuff : Table() { class
|
| D | scalar-stuff.ts | 8 export class ScalarStuff { class
|
| D | scalar-stuff.js | 4 export class ScalarStuff { class
|
| D | ScalarStuff.java | 11 public final class ScalarStuff extends Table { class
|
| /third_party/flatbuffers/tests/ |
| D | optional_scalars_generated.rs | 114 pub struct ScalarStuff<'a> { struct 115 pub _tab: flatbuffers::Table<'a>, 118 impl<'a> flatbuffers::Follow<'a> for ScalarStuff<'a> { implementation 126 impl<'a> ScalarStuff<'a> { impl 434 impl flatbuffers::Verifiable for ScalarStuff<'_> { implementation 726 impl std::fmt::Debug for ScalarStuff<'_> { implementation 950 pub fn root_as_scalar_stuff(buf: &[u8]) -> Result<ScalarStuff, flatbuffers::InvalidFlatbuffer> { in root_as_scalar_stuff() 960 pub fn size_prefixed_root_as_scalar_stuff(buf: &[u8]) -> Result<ScalarStuff, flatbuffers::InvalidFl… in size_prefixed_root_as_scalar_stuff() 993 pub unsafe fn root_as_scalar_stuff_unchecked(buf: &[u8]) -> ScalarStuff { in root_as_scalar_stuff_unchecked() 1000 pub unsafe fn size_prefixed_root_as_scalar_stuff_unchecked(buf: &[u8]) -> ScalarStuff { in size_prefixed_root_as_scalar_stuff_unchecked()
|