Lines Matching refs:Option
112 input: Option<&[$type]>,
113 ) -> binder::Result<Option<Vec<$type>>> {
187 repeated: &mut Vec<Option<ParcelFileDescriptor>>, in ReverseParcelFileDescriptorArray()
202 impl_repeat_nullable! {RepeatNullableStringList, Option<String>}
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()
214 input: Option<&StructuredParcelable::StructuredParcelable>, in RepeatNullableParcelable()
215 ) -> binder::Result<Option<StructuredParcelable::StructuredParcelable>> { in RepeatNullableParcelable()
223 fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { in TakesANullableIBinder()
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()
253 ) -> binder::Result<Option<binder::Strong<dyn INamedCallback::INamedCallback>>> { in GetCallback()
306 fn GetCppJavaTests(&self) -> binder::Result<Option<SpIBinder>> { in GetCppJavaTests()