Searched defs:Wrapper (Results 1 – 4 of 4) sorted by relevance
7 struct Wrapper { struct26 static struct Wrapper baz() { argument27 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
91 bcinfo::AndroidBitcodeWrapper Wrapper; in writeBitcode() local
497 private static class Wrapper implements CharSequence { class in TextUtilsTest500 public Wrapper(CharSequence s) { in Wrapper() method in TextUtilsTest.Wrapper