Searched defs:integer (Results 1 – 10 of 10) 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 {
53 struct integer { struct54 enum : uint32_t {
... android.layoutlib.test.myapplication.R$integer extends java.lang.Object { public static final ...
267 public void serialize(Integer integer, DataOutputStream dataOutputStream) in serialize()
286 Maybe<uint32_t> integer = ResourceUtils::ParseInt(attr.value); in ExtractCompiledInt() local
666 auto integer = TryParseInt(value); in TryParseItemForAttribute() local
316 BinaryPrimitive* integer = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F() local
795 protected void onCancelled(Integer integer) { in onCancelled()