Home
last modified time | relevance | path

Searched defs:has_value (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Doverride_decoration.h49 const bool has_value; variable
/third_party/python/Python/
Dpathconfig.c258 int has_value = home && home[0]; in Py_SetPythonHome() local
281 int has_value = program_name && program_name[0]; in Py_SetProgramName() local
303 int has_value = program_full_path && program_full_path[0]; in _Py_SetProgramFullPath() local
/third_party/node/deps/v8/testing/
Dgmock-support.h22 bool has_value() const { return has_value_; } in has_value() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany.h349 bool has_value() const noexcept { return obj_ != nullptr; } in has_value() function
Doptional.h458 constexpr bool has_value() const noexcept { return this->engaged_; } in has_value() function
/third_party/skia/include/private/
DSkTOptional.h195 bool has_value() const { in has_value() function
DSkTHash.h385 bool has_value() const { return hash != 0; } in has_value() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Doptimization_test.cc83 absl::optional<bool> has_value(false); in TEST() local
/third_party/node/deps/v8/src/objects/
Dproperty-descriptor.h87 bool has_value() const { return !value_.is_null(); } in has_value() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-iterator-object.c266 bool has_value = !ecma_is_value_empty (value); in ecma_op_iterator_next() local
/third_party/node/deps/v8/src/flags/
Dflag-definitions.h133 bool has_value; member
/third_party/mesa3d/src/imgui/
Dimgui_memory_editor.h517 bool has_value = DataPreviewAddr != (size_t)-1; member
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h249 bool has_value; member
/third_party/mesa3d/src/compiler/glsl/
Dir.cpp1498 ir_constant::has_value(const ir_constant *c) const in has_value() function in ir_constant
/third_party/protobuf/src/google/protobuf/
Dtype.pb.h2495 inline bool Option::has_value() const { in has_value() function
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc1232 bool has_value, bool is_parameter) { in WriteVariableAbbreviation()
/third_party/node/deps/v8/src/api/
Dapi.cc4403 bool v8::PropertyDescriptor::has_value() const { in has_value() function in v8::v8::PropertyDescriptor