Home
last modified time | relevance | path

Searched defs:Optional (Results 1 - 25 of 71) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DsubtypingWithObjectMembers5.js88 var Optional; variable
/third_party/python/Lib/test/
H A Dmod_generics_cache.py3 from typing import TypeVar, Generic, Optional namespace
H A Dann_module.py8 from typing import Optional namespace
H A D_typed_dict_helper.py16 from typing import Annotated, Generic, Optional, Required, TypedDict, TypeVar namespace
/third_party/python/Tools/peg_generator/pegen/
H A Dast_dump.py9 from typing import Any, Optional, Tuple namespace
H A Dvalidator.py1 from typing import Optional namespace
/third_party/skia/src/core/
H A DSkRecords.h97 class Optional { class
99 Optional() : fPtr(nullptr) {} in Optional() function in SkRecords::Optional
100 Optional(T* ptr) : fPtr(ptr) {} in Optional() function in SkRecords::Optional
101 Optional(Optional&& o) : fPtr(o.fPtr) { in Optional() function in SkRecords::Optional
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DOptional.h29 class Optional { class
35 Optional(NoneType) : hasVal(false) {} in Optional() function in llvm::Optional
36 explicit Optional() : hasVal(false) {} in Optional() function in llvm::Optional
37 Optional(const T &y) : hasVal(true) { in Optional() function in llvm::Optional
40 Optional(const Optional &O) : hasVal(O.hasVal) { in Optional() function in llvm::Optional
45 Optional(T &&y) : hasVal(true) { in Optional() function in llvm::Optional
48 Optional(Optiona in Optional() function in llvm::Optional
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbuild_tree.py10 from typing import Optional namespace
H A Dc_parsing_helper.py16 from typing import Dict, Iterable, Iterator, List, Optional, Tuple namespace
H A Dcrypto_data_tests.py11 from typing import Callable, Dict, Iterator, List, Optional #pylint: disable=unused-import namespace
H A Dtest_case.py22 from typing import Iterable, List, Optional namespace
H A Dpsa_information.py10 from typing import FrozenSet, List, Optional namespace
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_musllinux.py11 from typing import Iterator, NamedTuple, Optional, Sequence namespace
H A Drequirements.py5 from typing import Any, Iterator, Optional, Set namespace
H A D_tokenizer.py4 from typing import Dict, Iterator, NoReturn, Optional, Tuple, Union namespace
H A D_elffile.py14 from typing import IO, Optional, Tuple namespace
/third_party/skia/third_party/externals/angle2/src/common/
H A DOptional.h16 struct Optional struct
18 Optional() : mValid(false), mValue(T()) {} in Optional() function
20 Optional(const T &valueIn) : mValid(true), mValue(valueIn) {} in Optional() function
22 Optional(const Optional &other) : mValid(other.mValid), mValue(other.mValue) {} in Optional() function
[all...]
/third_party/mbedtls/scripts/
H A Dmin_requirements.py28 from typing import List, Optional namespace
H A Dcode_style.py13 from typing import FrozenSet, List, Optional namespace
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlog_section.py5 from typing import Optional, Pattern, Union namespace
H A Dgitlab_section.py6 from typing import TYPE_CHECKING, Optional namespace
/third_party/python/Lib/importlib/resources/
H A D_common.py9 from typing import Union, Optional namespace
/third_party/mesa3d/.gitlab-ci/tests/lava/
H A Dhelpers.py4 from typing import Callable, Generator, Iterable, Optional, Tuple, Union namespace
/third_party/ninja/misc/
H A Dninja_syntax.py27 from typing import Dict, List, Match, Optional, Tuple, Union namespace
[all...]

Completed in 7 milliseconds

123