Home
last modified time | relevance | path

Searched defs:InvalidMethod (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Dmethod.rs49 pub struct InvalidMethod { struct
50 _priv: (),
100 pub fn from_bytes(src: &[u8]) -> Result<Method, InvalidMethod> { in from_bytes() argument
139 fn extension_inline(src: &[u8]) -> Result<Method, InvalidMethod> { in extension_inline() argument
290 impl InvalidMethod { impl
296 impl fmt::Debug for InvalidMethod { implementation
304 impl fmt::Display for InvalidMethod { implementation
310 impl Error for InvalidMethod {} implementation
328 pub fn new(src: &[u8]) -> Result<InlineExtension, InvalidMethod> { in new() argument
347 pub fn new(src: &[u8]) -> Result<AllocatedExtension, InvalidMethod> { in new() argument
[all …]
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dmethod_union.h78 constexpr auto InvalidMethod(uint32_t) { in InvalidMethod() function
H A Dmethod_impl_tester.h258 constexpr MethodImpl InvalidMethod() const { return MethodImpl::Invalid(); } in InvalidMethod() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfingerprint_op_test.cc234 TEST(FingerprintOpShapeFnTest, InvalidMethod) { in TEST() argument