Home
last modified time | relevance | path

Searched defs:TestSimpleTableWithEnum (Results 1 – 16 of 16) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.cs12 internal partial struct TestSimpleTableWithEnum : IFlatbufferObject struct
25 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> CreateTestSimpleTableWithEnum(FlatBuf… in CreateTestSimpleTableWithEnum()
34 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> EndTestSimpleTableWithEnum(FlatBuffer… in EndTestSimpleTableWithEnum()
46 …public static Offset<MyGame.Example.TestSimpleTableWithEnum> Pack(FlatBufferBuilder builder, TestS… in Pack()
DTestSimpleTableWithEnum.go31 type TestSimpleTableWithEnum struct { struct
32 _tab flatbuffers.Table
42 func (rcv *TestSimpleTableWithEnum) Init(buf []byte, i flatbuffers.UOffsetT) {
47 func (rcv *TestSimpleTableWithEnum) Table() flatbuffers.Table {
51 func (rcv *TestSimpleTableWithEnum) Color() Color {
59 func (rcv *TestSimpleTableWithEnum) MutateColor(n Color) bool {
DTestSimpleTableWithEnum.kt11 class TestSimpleTableWithEnum : Table() { class
DAny.py8 TestSimpleTableWithEnum = 2 variable in Any
DAny.php10 const TestSimpleTableWithEnum = 2; define in MyGame\\Example\\Any
DAny.java9 public static final byte TestSimpleTableWithEnum = 2; field in Any
DAny.kt11 const val TestSimpleTableWithEnum: UByte = 2u constant
DTestSimpleTableWithEnum.php11 class TestSimpleTableWithEnum extends Table class
DAny.cs13 TestSimpleTableWithEnum = 2, enumerator
DTestSimpleTableWithEnum.java11 final class TestSimpleTableWithEnum extends Table { class
DTestSimpleTableWithEnum.py9 class TestSimpleTableWithEnum(object): class
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h162 TestSimpleTableWithEnum = 2, enumerator
/external/flatbuffers/tests/
Dmonster_test_generated.ts42 TestSimpleTableWithEnum= 2, enumerator
271 export class TestSimpleTableWithEnum { class
Dmonster_test_generated.rs326 TestSimpleTableWithEnum = 2, enumerator
757 pub struct TestSimpleTableWithEnum<'a> { struct
758 pub _tab: flatbuffers::Table<'a>,
761 impl<'a> flatbuffers::Follow<'a> for TestSimpleTableWithEnum<'a> { implementation
771 impl<'a> TestSimpleTableWithEnum<'a> { impl
Dmonster_test_generated.js93 TestSimpleTableWithEnum: 2, property
374 MyGame.Example.TestSimpleTableWithEnum = function() { class in MyGame.Example
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift219 public struct TestSimpleTableWithEnum: FlatBufferObject { struct