/third_party/typescript/tests/baselines/reference/ |
H A D | optionalProperties01.js | |
H A D | thisTypeInFunctionsNegative.js | 323 function optional() { return this.n; }
function
|
/third_party/skia/third_party/externals/abseil-cpp/ |
H A D | absl_hardening_test.cc | 24 absl::optional<int> optional; in TEST() local
|
/third_party/toybox/scripts/ |
H A D | runtest.sh | 58 optional() function
|
/third_party/skia/include/private/ |
H A D | SkTOptional.h | 34 class optional { class 36 optional(const T& value) in optional() function in skstd::optional 41 optional(T&& value) in optional() function in skstd::optional 46 optional() {} in optional() function in skstd::optional 48 optional(const optional& other) { in optional() function in skstd::optional 53 optional(nullopt_ function in skstd::optional 57 optional(optional& other) { optional() function in skstd::optional 61 optional(optional&& other) { optional() function in skstd::optional 66 optional(Args&&... args) { optional() function in skstd::optional 268 operator <(const optional<T>&, nullopt_t) operator <() argument 281 operator >=(const optional<T>&, nullopt_t) operator >=() argument 298 operator <=(nullopt_t, const optional<U>&) operator <=() argument 302 operator >(nullopt_t, const optional<U>&) operator >() argument [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MessageBuilderContext.php | 83 public function optional($name, $type, $number, $type_name = null) function
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyOneofBuilderContext.java | 71 public IRubyObject optional(ThreadContext context, IRubyObject[] args) { in optional() method in RubyOneofBuilderContext
|
H A D | RubyMessageBuilderContext.java | 83 public IRubyObject optional(ThreadContext context, IRubyObject[] args) { in optional() method in RubyMessageBuilderContext [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional.h | 119 class optional : private optional_internal::optional_data<T>, global() class 152 constexpr explicit optional(InPlaceT, Args&&... args) optional() function in absl::optional 162 constexpr explicit optional(in_place_t, std::initializer_list<U> il, optional() function in absl::optional 178 constexpr optional(U&& v) : data_base(in_place_t(), absl::forward<U>(v)) {} optional() function in absl::optional 191 explicit constexpr optional(U&& v) optional() function in absl::optional 205 optional(const optional<U>& rhs) { optional() function in absl::optional 222 explicit optional(const optional<U>& rhs) { optional() function in absl::optional 239 optional(optional<U>&& rhs) { optional() function in absl::optional 256 explicit optional(optional<U>&& rhs) { optional() function in absl::optional [all...] |
H A D | optional_exception_safety_test.cc | 46 bool ValueThrowsBadOptionalAccess(const OptionalT& optional) try { in ValueThrowsBadOptionalAccess() argument 55 auto& optional = *optional_ptr; in OptionalInvariants() local 86 auto& optional = *optional_ptr; CheckDisengaged() local 98 auto& optional = *optional_ptr; CheckEngaged() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_local.h | 24 unsigned int optional : 1; member
|
/third_party/openssl/crypto/property/ |
H A D | property_local.h | 24 unsigned int optional : 1; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | truehd_core_bsf.c | 30 uint16_t optional; member
|
/third_party/python/Lib/encodings/ |
H A D | zlib_codec.py | 9 import zlib # this codec needs the optional zlib module ! namespace
|
H A D | bz2_codec.py | 11 import bz2 # this codec needs the optional bz2 module ! namespace
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | EdgeWriter.java | 308 appendAnyRange(StringBuilder out, int lo, int hi, boolean optional) appendAnyRange() argument [all...] |
H A D | Edge.java | 159 public SimpleEdge optional() { in optional() method in Edge.SimpleEdge [all...] |
/third_party/protobuf/objectivec/ |
H A D | GPBDescriptor.h | 182 @property(nonatomic, readonly, getter=isOptional) BOOL optional; variable
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | system_graph_loader.cpp | 312 bool optional = false; in ParseSystem() local
|
/third_party/alsa-lib/src/control/ |
H A D | setup.c | 409 int optional = 0; in add_elem() local
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32VulkanPlatform.cpp | 188 std::string optional; in getOSNameFromRegistry() local 199 dst << ", Edition: " << optional; in getOSNameFromRegistry() local 202 dst << " " << optional; in getOSNameFromRegistry() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_utils.cpp | 294 auto optional = CreateIdealSize(layoutConstraint, axis, measureType); in CreateIdealSize() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 1153 GetInnerValue( napi_env env, napi_value in, const std::string& prop, bool optional) GetInnerValue() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_utils.cpp | 75 GetInnerValue( napi_env env, napi_value in, const std::string &prop, bool optional) GetInnerValue() argument
|
/third_party/glslang/SPIRV/ |
H A D | doc.h | 188 std::vector<bool> optional; member in spv::OperandParameters
|