Home
last modified time | relevance | path

Searched defs:ArrayStructT (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DArrayStruct.cs102 public class ArrayStructT class
117 public ArrayStructT() { in ArrayStructT() method in MyGame.Example.ArrayStructT
DArrayStruct.py101 class ArrayStructT(object): class
/third_party/flatbuffers/tests/
Darrays_test_generated.rs471 pub fn unpack(&self) -> ArrayStructT { in unpack()
484 pub struct ArrayStructT { struct
485 pub a: f32,
486 pub b: [i32; 15],
487 pub c: i8,
488 pub d: [NestedStructT; 2],
489 pub e: i32,
490 pub f: [i64; 2],
492 impl ArrayStructT { impl