/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.cs | 13 public struct Monster : IFlatbufferObject struct 15 private Table __p; 16 public ByteBuffer ByteBuffer { get { return __p.bb; } } 17 public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_1_12_0(); } in ValidateVersion() 18 …ic static Monster GetRootAsMonster(ByteBuffer _bb) { return GetRootAsMonster(_bb, new Monster()); } in GetRootAsMonster() 19 …teBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsMonster() 20 …tic bool MonsterBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb, "MONS"); } in MonsterBufferHasIdentifier() 21 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init() 22 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() 24 … 0 ? (MyGame.Example.Vec3?)(new MyGame.Example.Vec3()).__assign(o + __p.bb_pos, __p.bb) : null; } } [all …]
|
D | Monster.go | 434 type Monster struct { struct 435 _tab flatbuffers.Table 445 func (rcv *Monster) Init(buf []byte, i flatbuffers.UOffsetT) { 450 func (rcv *Monster) Table() flatbuffers.Table { 454 func (rcv *Monster) Pos(obj *Vec3) *Vec3 { 467 func (rcv *Monster) Mana() int16 { 475 func (rcv *Monster) MutateMana(n int16) bool { 479 func (rcv *Monster) Hp() int16 { 487 func (rcv *Monster) MutateHp(n int16) bool { 491 func (rcv *Monster) Name() []byte { [all …]
|
D | Any.py | 7 Monster = 1 variable in Any
|
D | Any.php | 9 const Monster = 1; define in MyGame\\Example\\Any
|
D | Any.java | 8 public static final byte Monster = 1; field in Any
|
D | Any.kt | 10 const val Monster: UByte = 1u constant
|
D | Any.cs | 12 Monster = 1, enumerator
|
D | MonsterStorage_grpc.go | 126 Store(context.Context, *Monster) (*flatbuffers.Builder, error)
|
/external/flatbuffers/tests/MyGame/Example2/ |
D | Monster.cs | 12 public struct Monster : IFlatbufferObject struct 24 public static Offset<MyGame.Example2.Monster> EndMonster(FlatBufferBuilder builder) { in EndMonster() 35 public static Offset<MyGame.Example2.Monster> Pack(FlatBufferBuilder builder, MonsterT _o) { in Pack()
|
D | Monster.go | 28 type Monster struct { struct 29 _tab flatbuffers.Table 39 func (rcv *Monster) Init(buf []byte, i flatbuffers.UOffsetT) { 44 func (rcv *Monster) Table() flatbuffers.Table {
|
D | Monster.kt | 11 class Monster : Table() { class
|
D | Monster.php | 11 class Monster extends Table class
|
D | Monster.java | 11 public final class Monster extends Table { class
|
D | Monster.py | 9 class Monster(object): class
|
/external/rust/crates/tokio-stream/tests/ |
D | stream_merge.rs | 63 struct Monster; in size_overflow() struct 65 impl tokio_stream::Stream for Monster { in size_overflow() implementation
|
D | stream_chain.rs | 80 struct Monster; in size_overflow() struct 82 impl tokio_stream::Stream for Monster { in size_overflow() implementation
|
/external/flatbuffers/samples/ |
D | sample_binary.swift | 4 typealias Monster = MyGame.Sample.Monster typealias
|
D | monster_generated.rs | 217 pub struct Monster<'a> { struct 218 pub _tab: flatbuffers::Table<'a>, 221 impl<'a> flatbuffers::Follow<'a> for Monster<'a> { implementation 231 impl<'a> Monster<'a> { impl
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersUnionTests.swift | 117 struct Monster: FlatBufferObject { struct 165 struct Monster { struct
|
D | monster_test_generated.swift | 191 public struct Monster: FlatBufferObject { struct 329 public struct Monster: FlatBufferObject { struct
|
/external/flatbuffers/grpc/tests/ |
D | grpctest.py | 11 import MyGame.Example.Monster as Monster namespace
|
/external/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 161 Monster = 1, enumerator
|
/external/flatbuffers/tests/ |
D | monster_test_generated.rs | 105 pub struct Monster<'a> { struct 106 pub _tab: flatbuffers::Table<'a>, 109 impl<'a> flatbuffers::Follow<'a> for Monster<'a> { implementation 119 impl<'a> Monster<'a> { impl 325 Monster = 1, enumerator 1032 pub struct Monster<'a> { struct 1033 pub _tab: flatbuffers::Table<'a>, 1036 impl<'a> flatbuffers::Follow<'a> for Monster<'a> { implementation 1046 impl<'a> Monster<'a> { impl
|
D | monster_test_generated.ts | 41 Monster= 1, enumerator 132 export class Monster { class 846 export class Monster { class
|
D | monster_test_generated.js | 92 Monster: 1, property 220 MyGame.Example2.Monster = function() { class in MyGame.Example2 992 MyGame.Example.Monster = function() { class in MyGame.Example
|