Home
last modified time | relevance | path

Searched defs:maybe (Results 1 – 25 of 31) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dutil.hpp138 class maybe class
144 maybe() in maybe() function in cpplinq::util::maybe
149 maybe(T value) in maybe() function in cpplinq::util::maybe
156 maybe(const maybe& other) in maybe() function in cpplinq::util::maybe
164 maybe(maybe&& other) in maybe() function in cpplinq::util::maybe
/external/clang/test/Sema/
Doutof-range-constant-compare.c141 maybe in main() enumerator
/external/v8/src/runtime/
Druntime-object.cc338 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in RUNTIME_FUNCTION() local
357 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in RUNTIME_FUNCTION() local
597 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION() local
623 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION() local
711 Maybe<bool> maybe = JSReceiver::HasProperty(receiver, name); in RUNTIME_FUNCTION() local
Druntime-scopes.cc72 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal() local
649 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in FindNameClash() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp560 class maybe class
566 maybe() in maybe() function in rxcpp::util::detail::maybe
571 maybe(T value) in maybe() function in rxcpp::util::detail::maybe
578 maybe(const maybe& other) in maybe() function in rxcpp::util::detail::maybe
586 maybe(maybe&& other) in maybe() function in rxcpp::util::detail::maybe
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.proto155 bool maybe = 11; field
/external/toybox/lib/
Dtty.c169 int maybe, i, j; in scan_key() local
/external/python/cpython3/Misc/
Dcoverity_model.c52 int maybe; in PyLong_FromLong() local
/external/testng/src/main/java/org/testng/reporters/jq/
DNavigatorPanel.java156 private static String maybe(int count, String s, String sep) { in maybe() method in NavigatorPanel
/external/wpa_supplicant_8/src/utils/
Dos_unix.c595 int maybe = 0; in testing_fail_alloc() local
667 int maybe = 0; in testing_test_fail() local
/external/v8/src/wasm/
Dwasm-js.cc835 v8::MaybeLocal<v8::Value> maybe = object->Get(context, property); in GetIntegerProperty() local
876 v8::MaybeLocal<v8::Value> maybe = in WebAssemblyTable() local
956 v8::MaybeLocal<v8::Value> maybe = descriptor->Get(context, shared_key); in WebAssemblyMemory() local
1012 v8::MaybeLocal<v8::Value> maybe = descriptor->Get(context, mutable_key); in WebAssemblyGlobal() local
1024 v8::MaybeLocal<v8::Value> maybe = in WebAssemblyGlobal() local
/external/python/cpython2/Lib/
Dtokenize.py47 def maybe(*choices): return group(*choices) + '?' function
Dpydoc.py760 def maybe(self): member in HTMLDoc.docclass.HorizontalRule
1203 def maybe(self): member in TextDoc.docclass.HorizontalRule
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py50 def maybe(*choices): return group(*choices) + '?' function
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py50 def maybe(*choices): return group(*choices) + '?' function
/external/python/cpython3/Lib/
Dtokenize.py109 def maybe(*choices): return group(*choices) + '?' function
Dpydoc.py785 def maybe(self): member in HTMLDoc.docclass.HorizontalRule
1260 def maybe(self): member in TextDoc.docclass.HorizontalRule
/external/v8/src/
Dcontexts.cc243 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>(); in Lookup() local
Dapi.h280 inline bool ToLocal(v8::internal::MaybeHandle<v8::internal::Object> maybe, in ToLocal()
Dapi-natives.cc107 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty() local
Dconversions.cc924 MaybeHandle<FreshlyAllocatedBigInt> maybe = BigInt::AllocateFor( in AllocateResult() local
/external/v8/src/builtins/
Dbuiltins-object.cc30 Maybe<PropertyAttributes> maybe = in BUILTIN() local
/external/v8/src/debug/
Ddebug-scopes.cc848 Maybe<bool> maybe = JSReceiver::HasOwnProperty(ext, variable_name); in SetContextExtensionValue() local
/external/clang/test/SemaCXX/
Denum-scoped.cpp108 enum class scoped_enum { yes, no, maybe }; in PR9333() enumerator
/external/turbine/java/com/google/turbine/parse/
DParser.java1365 private boolean maybe(Token kind) { in maybe() method in Parser

12