Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DVec3.go9 type Vec3T struct { struct
10 X float32 `json:"x"`
11 Y float32 `json:"y"`
12 Z float32 `json:"z"`
13 Test1 float64 `json:"test1"`
14 Test2 Color `json:"test2"`
15 Test3 *TestT `json:"test3"`
18 func (t *Vec3T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
22 func (rcv *Vec3) UnPackTo(t *Vec3T) {
DVec3T.java10 public class Vec3T { class
43 public Vec3T() { in Vec3T() method in Vec3T
DVec3.cs76 public class Vec3T class
91 public Vec3T() { in Vec3T() method in MyGame.Example.Vec3T
DVec3.py58 class Vec3T(object): class
/external/flatbuffers/tests/monster_test/my_game/example/
Dvec_3_generated.rs230 pub fn unpack(&self) -> Vec3T { in unpack()
243 pub struct Vec3T { struct
251 impl Vec3T { argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dvec_3_generated.rs248 pub fn unpack(&self) -> Vec3T { in unpack()
261 pub struct Vec3T { struct
269 impl Vec3T { implementation
/external/flatbuffers/samples/rust_generated/my_game/sample/
Dvec_3_generated.rs166 pub fn unpack(&self) -> Vec3T { in unpack()
176 pub struct Vec3T { struct
181 impl Vec3T { implementation
/external/flatbuffers/tests/my-game/example/
Dvec3.ts115 export class Vec3T { class
Dvec3.js85 export class Vec3T { class
/external/flatbuffers/tests/
Dmonster_test_generated.py370 class Vec3T(object): class