/third_party/typescript/tests/baselines/reference/ |
H A D | subtypingWithObjectMembers5.js | 88 var Optional;
variable
|
/third_party/python/Lib/test/ |
H A D | mod_generics_cache.py | 3 from typing import TypeVar, Generic, Optional namespace
|
H A D | ann_module.py | 8 from typing import Optional namespace
|
H A D | _typed_dict_helper.py | 16 from typing import Annotated, Generic, Optional, Required, TypedDict, TypeVar namespace
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | ast_dump.py | 9 from typing import Any, Optional, Tuple namespace
|
H A D | validator.py | 1 from typing import Optional namespace
|
/third_party/skia/src/core/ |
H A D | SkRecords.h | 97 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 D | Optional.h | 29 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 D | build_tree.py | 10 from typing import Optional namespace
|
H A D | c_parsing_helper.py | 16 from typing import Dict, Iterable, Iterator, List, Optional, Tuple namespace
|
H A D | crypto_data_tests.py | 11 from typing import Callable, Dict, Iterator, List, Optional #pylint: disable=unused-import namespace
|
H A D | test_case.py | 22 from typing import Iterable, List, Optional namespace
|
H A D | psa_information.py | 10 from typing import FrozenSet, List, Optional namespace
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _musllinux.py | 11 from typing import Iterator, NamedTuple, Optional, Sequence namespace
|
H A D | requirements.py | 5 from typing import Any, Iterator, Optional, Set namespace
|
H A D | _tokenizer.py | 4 from typing import Dict, Iterator, NoReturn, Optional, Tuple, Union namespace
|
H A D | _elffile.py | 14 from typing import IO, Optional, Tuple namespace
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | Optional.h | 16 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 D | min_requirements.py | 28 from typing import List, Optional namespace
|
H A D | code_style.py | 13 from typing import FrozenSet, List, Optional namespace
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | log_section.py | 5 from typing import Optional, Pattern, Union namespace
|
H A D | gitlab_section.py | 6 from typing import TYPE_CHECKING, Optional namespace
|
/third_party/python/Lib/importlib/resources/ |
H A D | _common.py | 9 from typing import Union, Optional namespace
|
/third_party/mesa3d/.gitlab-ci/tests/lava/ |
H A D | helpers.py | 4 from typing import Callable, Generator, Iterable, Optional, Tuple, Union namespace
|
/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 27 from typing import Dict, List, Match, Optional, Tuple, Union namespace [all...] |