Searched defs:InvalidMethod (Results 1 – 5 of 5) sorted by relevance
/external/rust/android-crates-io/extra_versions/crates/http/src/ |
D | method.rs | 49 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 …]
|
/external/rust/android-crates-io/crates/http/src/ |
D | method.rs | 49 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 { implementation 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 …]
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | method_union.h | 78 constexpr auto InvalidMethod(uint32_t) { in InvalidMethod() function
|
D | method_impl_tester.h | 258 constexpr MethodImpl InvalidMethod() const { return MethodImpl::Invalid(); } in InvalidMethod() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fingerprint_op_test.cc | 234 TEST(FingerprintOpShapeFnTest, InvalidMethod) { in TEST() argument
|