Home
last modified time | relevance | path

Searched defs:LongTwo (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DLongEnum.py7 LongTwo = 4 variable in LongEnum
H A DLongEnum.cs13 LongTwo = 4, enumerator
H A DLongEnum.java9 public static final long LongTwo = 4; field in LongEnum
H A DLongEnum.php9 const LongTwo = 4; define in MyGame\\Example\\LongEnum
H A DLongEnum.kt9 const val LongTwo: ULong = 4UL constant
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dlong-enum.ts5 LongTwo = '4', enumerator
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dlong_enum_generated.rs18 const LongTwo = 4; constant
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dlong_enum_generated.rs20 const LongTwo = 4; constant
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/
H A Dmonster_test_generated.h177 LongTwo = 4ULL, enumerator
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts36 LongTwo = '4', enumerator
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py28 LongTwo = 4 variable in LongEnum