Searched defs:Wrapper (Results 1 – 6 of 6) sorted by relevance
7 struct Wrapper { struct26 static struct Wrapper baz() { struct27 struct Wrapper x = { 0, 0 }; argument33 struct Wrapper w = baz(); struct
41 struct Wrapper { struct47 static void bar(int a0, rs_element a1, float a2, struct Wrapper a3) { argument
52 static final class Wrapper { class in AudioAttributesCompatApi2154 private Wrapper(AudioAttributes obj) { in Wrapper() method in AudioAttributesCompatApi21.Wrapper
91 bcinfo::AndroidBitcodeWrapper Wrapper; in writeBitcode() local
411 private static class Wrapper implements CharSequence { class in TextUtilsTest414 public Wrapper(CharSequence s) { in Wrapper() method in TextUtilsTest.Wrapper
53 public static abstract class Wrapper { class in ItemBridgeAdapter