/third_party/rust/crates/clap/clap_derive/src/ |
D | dummies.rs | 23 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/ |
D | imp.rs | 321 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/ |
D | doc.rs | 16 unimplemented!() in custom() 23 unimplemented!() in description() 29 unimplemented!() in fmt() 60 unimplemented!()
|
/third_party/rust/crates/tracing/tracing-core/tests/ |
D | macros.rs | 16 unimplemented!("test") in metadata_macro_api() 19 unimplemented!("test") in metadata_macro_api()
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_gen.rs | 769 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/ |
D | lib.rs | 167 unimplemented!(); 171 unimplemented!();
|
/third_party/rust/crates/clap/tests/derive/ |
D | issues.rs | 114 unimplemented!() in issue_490() 119 unimplemented!() in issue_490()
|
/third_party/openssl/ms/ |
D | uplink.c | 28 static void unimplemented(void) in unimplemented() function 39 void (*func) (void) = unimplemented; in OPENSSL_Uplink()
|
/third_party/rust/crates/proc-macro-error/src/ |
D | lib.rs | 441 () => ( unimplemented!() ) in entry_point() 447 unimplemented!() in entry_point()
|
/third_party/rust/crates/cxx/tests/ui/ |
D | vec_opaque.rs | 31 unimplemented!() in f()
|
/third_party/rust/crates/rustix/examples/ |
D | time.rs | 19 unimplemented!() in main()
|
D | hello.rs | 42 unimplemented!() in main()
|
D | dup2_to_replace_stdio.rs | 54 unimplemented!() in main()
|
D | process.rs | 146 unimplemented!() in main()
|
/third_party/libunwind/src/coredump/ |
D | README | 8 from ptrace/, or unimplemented stubs.
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Window.hpp | 58 # error Window class unimplemented for this platform
|
D | Window.cpp | 110 # error Window class unimplemented for this platform
|
/third_party/rust/crates/clap/examples/ |
D | multicall-busybox.rs | 38 unimplemented!("Make hardlinks to the executable here"); in main()
|
D | find.rs | 54 unimplemented!("unknown type for {}: {:?}", id, matches); in from_matches()
|
D | repl.rs | 44 Some((name, _matches)) => unimplemented!("{}", name), in respond()
|
/third_party/libxml2/xstc/ |
D | xstc.py | 177 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/ |
D | Watchdog.inc | 14 // Currently this is only used by PrettyStackTrace which is also unimplemented
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | CaptureAndReplay.md | 7 * 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/ |
D | lib.rs | 94 Data::Enum(_) | Data::Union(_) => unimplemented!(), in heap_size_sum()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslGrammar.h | 65 void unimplemented(const char*);
|