| /third_party/boost/boost/parameter/aux_/ |
| D | maybe.hpp | 60 struct maybe : ::boost::parameter::aux::maybe_base struct 73 >::type reference; 82 >::type non_cv_value; 84 inline explicit maybe(T value_) : value(value_), constructed(false) in maybe() function 88 inline maybe() : value(), constructed(false) in maybe() function 92 ~maybe() in ~maybe() 100 inline reference construct(reference value_) const in construct() 129 ::boost::parameter::aux::maybe<T>::*safe_bool 134 return this->value ? &::boost::parameter::aux::maybe<T>::get : 0; in operator safe_bool() 137 inline reference get() const in get() [all …]
|
| /third_party/node/deps/npm/docs/content/cli-commands/ |
| D | npm-docs.md | 11 ### Synopsis 20 ### Description 28 ### Configuration 45 ### See Also
|
| D | npm-bugs.md | 11 ### Synopsis 18 ### Description 25 ### Configuration 42 ### See Also
|
| /third_party/boost/libs/logic/test/ |
| D | tribool_rename_test.cpp | 12 BOOST_TRIBOOL_THIRD_STATE(maybe) in BOOST_TRIBOOL_THIRD_STATE() argument
|
| /third_party/node/src/ |
| D | node_native_module_env.cc | 130 MaybeLocal<Function> maybe = in CompileFunction() local 149 MaybeLocal<Function> maybe = in LookupAndCompile() local
|
| D | js_native_api_v8.h | 205 #define CHECK_MAYBE_EMPTY(env, maybe, status) \ argument 208 #define CHECK_MAYBE_EMPTY_WITH_PREAMBLE(env, maybe, status) \ argument 278 #define CHECK_MAYBE_EMPTY_WITH_PREAMBLE(env, maybe, status) \ argument
|
| D | node_api.cc | 907 v8::MaybeLocal<v8::Object> maybe = node::Buffer::New(env->isolate, length); in napi_create_buffer() local 938 v8::MaybeLocal<v8::Object> maybe = node::Buffer::New( in napi_create_external_buffer() local 963 v8::MaybeLocal<v8::Object> maybe = node::Buffer::Copy( in napi_create_buffer_copy() local
|
| D | js_native_api_v8.cc | 10 #define CHECK_MAYBE_NOTHING(env, maybe, status) \ argument 13 #define CHECK_MAYBE_NOTHING_WITH_PREAMBLE(env, maybe, status) \ argument 1872 auto maybe = v8func->Call(context, v8recv, argc, in napi_call_function() local 2640 auto maybe = ctor->NewInstance(context, argc, in napi_new_instance() local 3035 auto maybe = v8::Promise::Resolver::New(env->context()); in napi_create_promise() local
|
| /third_party/boost/boost/hana/fwd/ |
| D | optional.hpp | 424 constexpr maybe_t maybe{}; variable
|
| /third_party/boost/libs/hana/include/boost/hana/fwd/ |
| D | optional.hpp | 424 constexpr maybe_t maybe{}; variable
|
| /third_party/boost/libs/beast/test/beast/core/ |
| D | detect_ssl.cpp | 47 auto const maybe = in testDetect() local
|
| /third_party/toybox/lib/ |
| D | tty.c | 165 int maybe, i, j; in scan_key_getsize() local
|
| /third_party/python/Misc/ |
| D | coverity_model.c | 52 int maybe; in PyLong_FromLong() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | os_unix.c | 569 int maybe = 0; in testing_fail_alloc() local 641 int maybe = 0; in testing_test_fail() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | os_unix.c | 580 int maybe = 0; in testing_fail_alloc() local 652 int maybe = 0; in testing_test_fail() local
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| D | tokenize.py | 50 def maybe(*choices): return group(*choices) + '?' function
|
| /third_party/python/Lib/ |
| D | tokenize.py | 61 def maybe(*choices): return group(*choices) + '?' function
|
| D | pydoc.py | 870 def maybe(self): member in HTMLDoc.docclass.HorizontalRule 1363 def maybe(self): member in TextDoc.docclass.HorizontalRule
|
| /third_party/glib/glib/ |
| D | gvariant-parser.c | 771 Maybe *maybe = (Maybe *) ast; in maybe_get_pattern() local 797 Maybe *maybe = (Maybe *) ast; in maybe_get_value() local 821 Maybe *maybe = (Maybe *) ast; in maybe_free() local 841 Maybe *maybe; in maybe_parse() local
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
| D | gstdiscoverer.c | 2236 GVariant *maybe; in _maybe_get_string_from_tuple() local 2343 GVariant *maybe; in _parse_subtitle_stream_info() local
|
| /third_party/protobuf/src/google/protobuf/ |
| D | extension_set.cc | 1845 auto maybe = map_.large->insert({key, Extension()}); in Insert() local
|