Searched defs:Custom (Results 1 – 3 of 3) sorted by relevance
73 TEST(BitStructs, Custom) { in TEST() argument
688 struct Custom(u32, bool, String, Vec<String>); in test_custom_parcelable() struct690 impl Serialize for Custom { in test_custom_parcelable() implementation699 impl Deserialize for Custom { in test_custom_parcelable() implementation
73 Custom func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) member