Searched defs:integer (Results 1 – 9 of 9) sorted by relevance
29 struct integer { struct30 enum : uint32_t {47 struct integer { struct48 enum : uint32_t {
38 struct integer { struct39 enum : uint32_t {
27 struct integer { struct28 enum : uint32_t {
52 struct integer { struct53 enum : uint32_t {
... android.layoutlib.test.myapplication.R$integer extends java.lang.Object { public static final ...
231 Maybe<uint32_t> integer = ResourceUtils::ParseInt(attr->value); in ExtractCompiledInt() local
610 auto integer = TryParseInt(value); in TryParseItemForAttribute() local
221 BinaryPrimitive* integer = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F() local
792 protected void onCancelled(Integer integer) { in onCancelled()