Lines Matching refs:TestSimpleTableWithEnum
20 func (rcv *TestSimpleTableWithEnum) UnPackTo(t *TestSimpleTableWithEnumT) {
24 func (rcv *TestSimpleTableWithEnum) UnPack() *TestSimpleTableWithEnumT {
31 type TestSimpleTableWithEnum struct { struct
35 …etRootAsTestSimpleTableWithEnum(buf []byte, offset flatbuffers.UOffsetT) *TestSimpleTableWithEnum {
37 x := &TestSimpleTableWithEnum{}
42 …edRootAsTestSimpleTableWithEnum(buf []byte, offset flatbuffers.UOffsetT) *TestSimpleTableWithEnum {
44 x := &TestSimpleTableWithEnum{}
49 func (rcv *TestSimpleTableWithEnum) Init(buf []byte, i flatbuffers.UOffsetT) { argument
54 func (rcv *TestSimpleTableWithEnum) Table() flatbuffers.Table { argument
58 func (rcv *TestSimpleTableWithEnum) Color() Color { argument
66 func (rcv *TestSimpleTableWithEnum) MutateColor(n Color) bool { argument