Home
last modified time | relevance | path

Searched defs:optional (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional.h133 constexpr optional() noexcept {} in optional() function
136 constexpr optional(nullopt_t) noexcept {} // NOLINT(runtime/explicit) in optional() function
152 constexpr explicit optional(InPlaceT, Args&&... args) in optional() function
162 constexpr explicit optional(in_place_t, std::initializer_list<U> il, in optional() function
178 constexpr optional(U&& v) : data_base(in_place_t(), absl::forward<U>(v)) {} in optional() function
191 explicit constexpr optional(U&& v) in optional() function
205 optional(const optional<U>& rhs) { in optional() function
222 explicit optional(const optional<U>& rhs) { in optional() function
239 optional(optional<U>&& rhs) { in optional() function
256 explicit optional(optional<U>&& rhs) { in optional() function
Doptional_exception_safety_test.cc46 bool ValueThrowsBadOptionalAccess(const OptionalT& optional) try { in ValueThrowsBadOptionalAccess()
55 auto& optional = *optional_ptr; in OptionalInvariants() local
86 auto& optional = *optional_ptr; in CheckDisengaged() local
98 auto& optional = *optional_ptr; in CheckEngaged() local
/third_party/skia/include/private/
DSkTOptional.h36 optional(const T& value) in optional() function
41 optional(T&& value) in optional() function
46 optional() {} in optional() function
48 optional(const optional& other) { in optional() function
53 optional(nullopt_t) : optional() {} in optional() function
57 optional(optional& other) { in optional() function
61 optional(optional&& other) { in optional() function
66 optional(Args&&... args) { in optional() function
/third_party/node/deps/v8/include/
Djs_protocol-1.3.json56 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… boolean
57 …{ "name": "className", "type": "string", "optional": true, "description": "Object class (construct… boolean
58 …{ "name": "value", "type": "any", "optional": true, "description": "Remote object value in case of… boolean
59 …{ "name": "unserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "… boolean
60 …{ "name": "description", "type": "string", "optional": true, "description": "String representation… boolean
61 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Unique object id… boolean
62 …{ "name": "preview", "$ref": "ObjectPreview", "optional": true, "description": "Preview containing… boolean
63 … { "name": "customPreview", "$ref": "CustomPreview", "optional": true, "experimental": true} boolean
75 { "name": "configObjectId", "$ref": "RemoteObjectId", "optional": true } boolean
85 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… boolean
[all …]
Djs_protocol-1.2.json57 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… boolean
58 …{ "name": "className", "type": "string", "optional": true, "description": "Object class (construct… boolean
59 …{ "name": "value", "type": "any", "optional": true, "description": "Remote object value in case of… boolean
60 …{ "name": "unserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "… boolean
61 …{ "name": "description", "type": "string", "optional": true, "description": "String representation… boolean
62 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Unique object id… boolean
63 …{ "name": "preview", "$ref": "ObjectPreview", "optional": true, "description": "Preview containing… boolean
64 … { "name": "customPreview", "$ref": "CustomPreview", "optional": true, "experimental": true} boolean
76 { "name": "configObjectId", "$ref": "RemoteObjectId", "optional": true } boolean
86 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… boolean
[all …]
/third_party/typescript/tests/baselines/reference/
DoptionalProperties01.js9 const foo2 = { required1: "hello", optional: "bar" } as Foo; property
14 var foo2 = { required1: "hello", optional: "bar" }; property
DoptionalPropertyAssignableToStringIndexSignature.js17 let optional: { k1?: T } = undefined!; variable
DtruthinessCallExpressionCoercion2.js10 function test(required1: () => boolean, required2: () => boolean, b: boolean, optional?: () => bool… argument
104 optional?: () => boolean; field in Foo
DweakTypesAndLiterals01.js55 optional?: true; field
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Disolated-reifier.js198 …n, { location: from.location, resolved: from.resolved, name: from.name, optional: from.optional, p… property
201 …ocation, { location: to.location, resolved: to.resolved, name: to.name, optional: to.optional, pkg… property
306 optional: node.optional, property
349 const edge = { optional: false, from, to } property
373 const processDeps = (dep, optional, external) => { argument
402 optional, property
417 const newEdge1 = { optional, from, to: link } property
420 const newEdge2 = { optional: false, from: link, to: target } property
Dload-virtual.js128 const optional = lock.optionalDependencies || {} constant
158 const lockByType = ({ dev, optional, peer, peerOptional, prod, workspace: lockWS }) property
257 const optional = sw.optional constant
272 optional, property
/third_party/typescript/tests/cases/compiler/
DinstanceOfAssignability.ts3 optional?: number; property
13 optional: number; property in Derived2
/third_party/vulkan-loader/scripts/
Dknown_good.json19 "optional": [ array
31 "optional": [ array
/third_party/typescript/tests/cases/conformance/types/typeRelationships/comparable/
DoptionalProperties01.ts7 optional?: string; property
/third_party/selinux/secilc/docs/
Dcil_container_statements.md217 optional section in Container Statements
/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp436 bool optional = true) const { in get_option_gpu_color()
447 bool optional = true) const { in get_option_gpu_api()
488 bool optional = true) const { in get_option_gpu_surf_type()
496 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int()
504 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool()
/third_party/toybox/scripts/
Druntest.sh58 optional() function
/third_party/node/benchmark/
D_cli.js29 this.optional[argName] = []; property in CLI
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLazyStringEndToEndTest.java97 ByteString optional = proto.getOptionalStringBytes(); in testNoStringCachingIfOnlyBytesAccessed() local
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/
DmergedInheritedClassInterface.ts3 optional?: number; property
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyStringEndToEndTest.java114 ByteString optional = proto.getOptionalStringBytes(); in testNoStringCachingIfOnlyBytesAccessed() local
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dcalc-dep-flags.js41 node.edgesOut.forEach(({ peer, optional, dev, to }) => { property
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyOneofBuilderContext.java71 public IRubyObject optional(ThreadContext context, IRubyObject[] args) { in optional() method in RubyOneofBuilderContext
/third_party/python/Lib/distutils/
Dextension.py101 optional=None, argument
/third_party/skia/third_party/externals/abseil-cpp/
Dabsl_hardening_test.cc24 absl::optional<int> optional; in TEST() local

12345