Home
last modified time | relevance | path

Searched refs:unimplemented (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/rust/crates/clap/clap_derive/src/
Ddummies.rs20 unimplemented!() in into_app()
23 unimplemented!() in into_app()
34 unimplemented!() in from_arg_matches()
37 unimplemented!() in from_arg_matches()
49 unimplemented!() in subcommand()
52 unimplemented!() in subcommand()
55 unimplemented!() in subcommand()
68 unimplemented!() in args()
71 unimplemented!() in args()
83 unimplemented!() in value_enum()
[all …]
/third_party/rust/crates/memchr/bench/src/memmem/
Dimp.rs321 unimplemented!("regex does not support oneshot searches") in oneshot()
336 unimplemented!("regex does not support oneshot searches") in oneshotiter()
359 unimplemented!("regex does not support reverse searches") in oneshot()
365 |_| unimplemented!("regex does not support reverse searches") in prebuilt()
373 unimplemented!("regex does not support reverse searches") in oneshotiter()
378 unimplemented!("regex does not support reverse searches") in prebuiltiter()
403 |_| unimplemented!("std does not support prebuilt searches") in prebuilt()
426 |_| unimplemented!("std does not support prebuilt searches") in prebuilt()
465 |_| unimplemented!("twoway does not support prebuilt searches") in prebuilt()
493 |_| unimplemented!("twoway does not support prebuilt searches") in prebuilt()
[all …]
/third_party/rust/crates/serde/serde/src/private/
Ddoc.rs16 unimplemented!() in custom()
23 unimplemented!() in description()
29 unimplemented!() in fmt()
60 unimplemented!()
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs791 unimplemented!() in ser_x()
795 unimplemented!() in de_x()
804 unimplemented!() in serialize_with()
810 unimplemented!() in deserialize_with()
818 unimplemented!() in serialize_some_unit_variant()
825 unimplemented!() in deserialize_some_unit_variant()
832 unimplemented!() in serialize_some_other_variant()
839 unimplemented!() in deserialize_some_other_variant()
/third_party/rust/crates/cfg-if/src/
Dlib.rs167 unimplemented!();
171 unimplemented!();
/third_party/rust/crates/clap/tests/derive/
Dissues.rs114 unimplemented!() in issue_490()
119 unimplemented!() in issue_490()
/third_party/node/deps/openssl/openssl/ms/
Duplink.c28 static void unimplemented(void) in unimplemented() function
39 void (*func) (void) = unimplemented; in OPENSSL_Uplink()
/third_party/openssl/ms/
Duplink.c28 static void unimplemented(void) in unimplemented() function
39 void (*func) (void) = unimplemented; in OPENSSL_Uplink()
/third_party/rust/crates/proc-macro-error/src/
Dlib.rs441 () => ( unimplemented!() ) in entry_point()
447 unimplemented!() in entry_point()
/third_party/rust/crates/cxx/tests/ui/
Dvec_opaque.rs31 unimplemented!() in f()
/third_party/rust/crates/rustix/examples/
Dtime.rs19 unimplemented!() in main()
Dhello.rs42 unimplemented!() in main()
Ddup2_to_replace_stdio.rs54 unimplemented!() in main()
/third_party/vixl/test/
Dtest-aborts.cc64 TEST(unimplemented, VIXL_UNIMPLEMENTED(), "UNIMPLEMENTED in ")
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DWindow.hpp58 # error Window class unimplemented for this platform
DWindow.cpp110 # error Window class unimplemented for this platform
/third_party/rust/crates/clap/examples/
Dmulticall-busybox.rs38 unimplemented!("Make hardlinks to the executable here"); in main()
Drepl.rs44 Some((name, _matches)) => unimplemented!("{}", name), in respond()
Dfind.rs54 unimplemented!("unknown type for {}: {:?}", id, matches); in from_matches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DWatchdog.inc14 // Currently this is only used by PrettyStackTrace which is also unimplemented
/third_party/curl/docs/libcurl/opts/
DCURLOPT_RTSP_SERVER_CSEQ.md29 unimplemented.
/third_party/rust/crates/serde/test_suite/tests/ui/default-attribute/
Dtuple_struct_path.rs4 unimplemented!() in d()
/third_party/skia/third_party/externals/angle2/doc/
DCaptureAndReplay.md7 * GLES capture has many unimplemented functions.
10 * Mid-execution capture has many unimplemented features.
12 * Binary replay is unimplemented. CPP replay is supported.
/third_party/rust/crates/syn/examples/heapsize/heapsize_derive/src/
Dlib.rs94 Data::Enum(_) | Data::Union(_) => unimplemented!(), in heap_size_sum()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dextension.rs503 unimplemented!( in dir_name()
513 unimplemented!("This has not yet been adapted for the new internals. Use other_name2."); in other_name()

1234