Home
last modified time | relevance | path

Searched refs:MyGame_Example_Vec3 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A DFlatBuffersMonsterWriterTests.swift23 typealias Vec3 = MyGame_Example_Vec3
82 pos: MyGame_Example_Vec3( in testCreateMonsterUsingCreateMonsterMethodWithPosX()
178 pos: MyGame_Example_Vec3( in createMonster()
H A Dmonster_test_generated.swift319 public struct MyGame_Example_Vec3: NativeStruct, Verifiable, FlatbuffersInitializable, NativeObject… struct
379 try verifier.inBuffer(position: position, of: MyGame_Example_Vec3.self) in verify<T>()
383 extension MyGame_Example_Vec3: Encodable { extension
435 public mutating func unpack() -> MyGame_Example_Vec3 { in unpack()
436 return MyGame_Example_Vec3(&self) in unpack()
438 …public static func pack(_ builder: inout FlatBufferBuilder, obj: inout MyGame_Example_Vec3?) -> Of… in pack()
443 …public static func pack(_ builder: inout FlatBufferBuilder, obj: inout MyGame_Example_Vec3) -> Off… in pack()
1191 …c var pos: MyGame_Example_Vec3? { let o = _accessor.offset(VTOFFSET.pos.v); return o == 0 ? nil : …
1338 …public static func add(pos: MyGame_Example_Vec3?, _ fbb: inout FlatBufferBuilder) { guard let pos … in add()
1404 pos: MyGame_Example_Vec3? = nil,
[all …]
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift23 typealias Vec3 = MyGame_Example_Vec3
91 pos: MyGame_Example_Vec3( in testCreateMonsterUsingCreateMonsterMethodWithPosX()
204 pos: MyGame_Example_Vec3( in createMonster()
H A Dmonster_test_generated.swift319 public struct MyGame_Example_Vec3: NativeStruct, Verifiable, FlatbuffersInitializable, NativeObject… struct
379 try verifier.inBuffer(position: position, of: MyGame_Example_Vec3.self) in verify<T>()
383 extension MyGame_Example_Vec3: Encodable { extension
435 public mutating func unpack() -> MyGame_Example_Vec3 { in unpack()
436 return MyGame_Example_Vec3(&self) in unpack()
438 …public static func pack(_ builder: inout FlatBufferBuilder, obj: inout MyGame_Example_Vec3?) -> Of… in pack()
443 …public static func pack(_ builder: inout FlatBufferBuilder, obj: inout MyGame_Example_Vec3) -> Off… in pack()
1191 …c var pos: MyGame_Example_Vec3? { let o = _accessor.offset(VTOFFSET.pos.v); return o == 0 ? nil : …
1338 …public static func add(pos: MyGame_Example_Vec3?, _ fbb: inout FlatBufferBuilder) { guard let pos … in add()
1404 pos: MyGame_Example_Vec3? = nil,
[all …]
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts433 export class MyGame_Example_Vec3 { class
436 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_Example_Vec3 {
745 pos(obj?:MyGame_Example_Vec3):MyGame_Example_Vec3|null {
747 return offset ? (obj || new MyGame_Example_Vec3()).__init(this.bb_pos + offset, this.bb!) : null;
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.lobster263 def pos() -> MyGame_Example_Vec3?:
265 return if o: MyGame_Example_Vec3 { buf_, o } else: nil