Searched defs:TestT (Results 1 – 9 of 9) sorted by relevance
9 type TestT struct { struct10 A int1611 B int814 func (t *TestT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {18 func (rcv *Test) UnPackTo(t *TestT) {
49 public class TestT class56 public TestT() { in TestT() method in MyGame.Example.TestT
33 class TestT(object): class
65 export class TestT { class
47 export class TestT { class
40 struct TestT { virtual ~TestT(void) {} virtual void foo(void) {} }; in ~TestT() struct
1110 pub fn unpack(&self) -> TestT { in unpack()1119 pub struct TestT { struct1120 pub a: i16,1121 pub b: i8,1123 impl TestT { implementation
2441 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local
2462 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local