Lines Matching defs:String
46 fn GetName(&self) -> binder::Result<String> { in GetName()
56 fn RealName(&self) -> binder::Result<String> { in RealName()
67 fn RealName(&self) -> binder::Result<String> { in RealName()
149 fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString()
153 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString()
204 fn RepeatNullableString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString()
208 fn RepeatNullableUtf8CppString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableUtf8CppString()
229 input: Option<&[Option<String>]>, in ReverseNullableUtf8CppString()
230 repeated: &mut Option<Vec<Option<String>>>, in ReverseNullableUtf8CppString()
231 ) -> binder::Result<Option<Vec<Option<String>>>> { in ReverseNullableUtf8CppString()
244 input: Option<&[Option<String>]>, in ReverseUtf8CppStringList()
245 repeated: &mut Option<Vec<Option<String>>>, in ReverseUtf8CppStringList()
246 ) -> binder::Result<Option<Vec<Option<String>>>> { in ReverseUtf8CppStringList()
323 fn acceptUnionAndReturnString(&self, u: &BazUnion) -> binder::Result<String> { in acceptUnionAndReturnString()