| /third_party/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_2_0_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 | 463 type Monster struct { struct 464 _tab flatbuffers.Table 481 func (rcv *Monster) Init(buf []byte, i flatbuffers.UOffsetT) { 486 func (rcv *Monster) Table() flatbuffers.Table { 490 func (rcv *Monster) Pos(obj *Vec3) *Vec3 { 503 func (rcv *Monster) Mana() int16 { 511 func (rcv *Monster) MutateMana(n int16) bool { 515 func (rcv *Monster) Hp() int16 { 523 func (rcv *Monster) MutateHp(n int16) bool { 527 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
|
| /third_party/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 46 func (rcv *Monster) Init(buf []byte, i flatbuffers.UOffsetT) { 51 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
|
| /third_party/flatbuffers/samples/ |
| D | sample_flexbuffers_serde.rs | 31 struct Monster { struct 43 let monster = Monster { in main() argument
|
| D | monster_generated.rs | 431 pub struct Monster<'a> { struct 432 pub _tab: flatbuffers::Table<'a>, 435 impl<'a> flatbuffers::Follow<'a> for Monster<'a> { implementation 443 impl<'a> Monster<'a> { impl 569 impl flatbuffers::Verifiable for Monster<'_> { implementation 683 impl std::fmt::Debug for Monster<'_> { implementation 940 pub fn root_as_monster(buf: &[u8]) -> Result<Monster, flatbuffers::InvalidFlatbuffer> { in root_as_monster() 950 pub fn size_prefixed_root_as_monster(buf: &[u8]) -> Result<Monster, flatbuffers::InvalidFlatbuffer>… in size_prefixed_root_as_monster() 983 pub unsafe fn root_as_monster_unchecked(buf: &[u8]) -> Monster { in root_as_monster_unchecked() 990 pub unsafe fn size_prefixed_root_as_monster_unchecked(buf: &[u8]) -> Monster { in size_prefixed_root_as_monster_unchecked()
|
| D | sample_binary.swift | 19 typealias Monster = MyGame_Sample_Monster typealias
|
| /third_party/flatbuffers/tests/my-game/example/ |
| D | any.ts | 10 Monster = 1, enumerator
|
| /third_party/flatbuffers/tests/my-game/example2/ |
| D | monster.ts | 7 export class Monster { class
|
| D | monster.js | 3 export class Monster { class
|
| /third_party/flatbuffers/grpc/tests/ |
| D | grpctest.py | 11 import MyGame.Example.Monster as Monster namespace
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | proxy_set.js | 20 function Monster() { class
|
| /third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
| D | monster_test_generated.h | 165 Monster = 1, enumerator
|
| /third_party/flatbuffers/tests/ |
| D | monster_test_generated.rs | 141 pub struct Monster<'a> { struct 142 pub _tab: flatbuffers::Table<'a>, 145 impl<'a> flatbuffers::Follow<'a> for Monster<'a> { implementation 153 impl<'a> Monster<'a> { impl 176 impl flatbuffers::Verifiable for Monster<'_> { implementation 216 impl std::fmt::Debug for Monster<'_> { implementation 429 pub const Monster: Self = Self(1); constant 511 Monster(Box<MonsterT>), enumerator 2114 pub struct Monster<'a> { struct 2115 pub _tab: flatbuffers::Table<'a>, [all …]
|
| /third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
| D | FlatBuffersMonsterWriterTests.swift | 22 typealias Monster = MyGame_Example_Monster typealias
|
| D | FlatBuffersUnionTests.swift | 192 struct Monster: FlatBufferObject { struct
|