Home
last modified time | relevance | path

Searched defs:Vec3T (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DVec3.go9 type Vec3T struct { struct
10 X float32
11 Y float32
12 Z float32
13 Test1 float64
14 Test2 Color
15 Test3 *TestT
18 func (t *Vec3T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
22 func (rcv *Vec3) UnPackTo(t *Vec3T) {
DVec3.cs76 public class Vec3T class
91 public Vec3T() { in Vec3T() method in MyGame.Example.Vec3T
DVec3.py58 class Vec3T(object): class
/third_party/flatbuffers/tests/my-game/example/
Dvec3.ts115 export class Vec3T { class
Dvec3.js85 export class Vec3T { class
/third_party/flatbuffers/samples/
Dmonster_generated.rs403 pub fn unpack(&self) -> Vec3T { in unpack()
413 pub struct Vec3T { struct
414 pub x: f32,
415 pub y: f32,
416 pub z: f32,
418 impl Vec3T { implementation
/third_party/flatbuffers/tests/
Dmonster_test_generated.rs1348 pub fn unpack(&self) -> Vec3T { in unpack()
1361 pub struct Vec3T { struct
1362 pub x: f32,
1363 pub y: f32,
1364 pub z: f32,
1365 pub test1: f64,
1366 pub test2: Color,
1367 pub test3: TestT,
1369 impl Vec3T { implementation