Home
last modified time | relevance | path

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

12345

/third_party/rust/crates/clap/clap_derive/src/
Ddummies.rs23 unimplemented!() in into_app()
26 unimplemented!() in into_app()
36 unimplemented!() in from_arg_matches()
39 unimplemented!() in from_arg_matches()
50 unimplemented!() in subcommand()
53 unimplemented!() in subcommand()
56 unimplemented!() in subcommand()
67 unimplemented!() in args()
70 unimplemented!() in args()
80 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/tracing/tracing-core/tests/
Dmacros.rs16 unimplemented!("test") in metadata_macro_api()
19 unimplemented!("test") in metadata_macro_api()
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs769 unimplemented!() in ser_x()
773 unimplemented!() in de_x()
782 unimplemented!() in serialize_with()
788 unimplemented!() in deserialize_with()
796 unimplemented!() in serialize_some_unit_variant()
803 unimplemented!() in deserialize_some_unit_variant()
810 unimplemented!() in serialize_some_other_variant()
817 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/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()
Dprocess.rs146 unimplemented!() in main()
/third_party/libunwind/src/coredump/
DREADME8 from ptrace/, or unimplemented stubs.
/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()
Dfind.rs54 unimplemented!("unknown type for {}: {:?}", id, matches); in from_matches()
Drepl.rs44 Some((name, _matches)) => unimplemented!("{}", name), in respond()
/third_party/libxml2/xstc/
Dxstc.py177 self.unimplemented = False
252 self.unimplemented = True
504 if test.unimplemented:
609 if options.reportUnimplErrOnly and test.unimplemented:
/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/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/glslang/glslang/HLSL/
DhlslGrammar.h65 void unimplemented(const char*);

12345