Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DLongEnum.py8 LongBig = 1099511627776 variable in LongEnum
H A DLongEnum.cs14 LongBig = 1099511627776, enumerator
H A DLongEnum.java10 public static final long LongBig = 1099511627776; field in LongEnum
H A DLongEnum.php10 const LongBig = 1099511627776; define in MyGame\\Example\\LongEnum
H A DLongEnum.kt10 const val LongBig: ULong = 1099511627776UL constant
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dlong-enum.ts6 LongBig = '1099511627776' enumerator
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dlong_enum_generated.rs19 const LongBig = 1099511627776; constant
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dlong_enum_generated.rs21 const LongBig = 1099511627776; constant
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/
H A Dmonster_test_generated.h178 LongBig = 1099511627776ULL, enumerator
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts37 LongBig = '1099511627776' enumerator
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py29 LongBig = 1099511627776 variable in LongEnum