Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DLongEnum.py6 LongOne = 2 variable in LongEnum
H A DLongEnum.cs12 LongOne = 2, enumerator
H A DLongEnum.java8 public static final long LongOne = 2; field in LongEnum
H A DLongEnum.php8 const LongOne = 2; define in MyGame\\Example\\LongEnum
H A DLongEnum.kt8 const val LongOne: ULong = 2UL constant
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dlong-enum.ts4 LongOne = '2', enumerator
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dlong_enum_generated.rs17 const LongOne = 2; constant
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dlong_enum_generated.rs19 const LongOne = 2; constant
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/
H A Dmonster_test_generated.h176 LongOne = 2ULL, enumerator
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts35 LongOne = '2', enumerator
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py27 LongOne = 2 variable in LongEnum