Lines Matching refs:Ok
150 Ok(quote! {{
168 Ok(unsafe { ::pin_init::__internal::InitOk::new() })
444 .then(|| Ok::<_, syn::Error>((content.parse()?, content.parse()?)))
448 .then(|| Ok::<_, syn::Error>((input.parse()?, input.parse()?)))
461 Ok(Self {
475 Ok(Self { ty: input.parse()? })
481 Ok(Self {
492 Ok(Self {
503 Ok(Self::Code {
512 Ok(Self::Init {
518 Ok(Self::Value {
523 Ok(Self::Value { ident, value: None })