Home
last modified time | relevance | path

Searched defs:hasValue (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/include/sksl/
DDSLStatement.h55 bool hasValue() { return fStatement != nullptr; } in hasValue() function
93 bool hasValue() { return fStatement != nullptr; } in hasValue() function
DDSLExpression.h139 bool hasValue() const { in hasValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DOptional.h70 bool hasValue() const noexcept { return hasVal; } in hasValue() function
170 bool hasValue() const noexcept { return hasVal; } in hasValue() function
259 bool hasValue() const { return Storage.hasValue(); } in hasValue() function
DAny.h96 bool hasValue() const { return !!Storage; } in hasValue() function
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DRbValueSubject.java26 public final void hasValue(String value) { in hasValue() method in RbValueSubject
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h132 bool hasValue() const { return hasValue(Enc); } in hasValue() function
133 static bool hasValue(Encoding E) { in hasValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DOptional.h125 bool hasValue() const { return hasVal; } in hasValue() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_HashMap.js40 this.hasValue = function (...args) { method
Dohos_util_TreeMap.js38 this.hasValue = function (...args) { method
Dohos_util_LightWeightMap.js38 this.hasValue = function (...args) { method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrieBuilder.java225 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
DBytesTrieBuilder.java258 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
DStringTrieBuilder.java312 protected boolean hasValue; field in StringTrieBuilder.ValueNode
867 protected abstract int writeValueAndType(boolean hasValue, int value, int node); in writeValueAndType()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrieBuilder.java229 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
DBytesTrieBuilder.java265 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
DStringTrieBuilder.java313 protected boolean hasValue; field in StringTrieBuilder.ValueNode
868 protected abstract int writeValueAndType(boolean hasValue, int value, int node); in writeValueAndType()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapEntry.java248 private boolean hasValue; field in MapEntry.Builder
254 private Builder(Metadata<K, V> metadata, K key, V value, boolean hasKey, boolean hasValue) { in Builder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h125 bool hasValue() const { return Value != Unknown; } in hasValue() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dstringtriebuilder.cpp88 UBool hasValue=FALSE; in writeNode() local
212 UBool hasValue=FALSE; in makeNode() local
/third_party/node/deps/icu-small/source/common/
Dstringtriebuilder.cpp88 UBool hasValue=FALSE; in writeNode() local
212 UBool hasValue=FALSE; in makeNode() local
Ducharstriebuilder.cpp399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType()
/third_party/icu/icu4c/source/common/
Dstringtriebuilder.cpp88 UBool hasValue=FALSE; in writeNode() local
212 UBool hasValue=FALSE; in makeNode() local
Ducharstriebuilder.cpp399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType()
/third_party/skia/third_party/externals/icu/source/common/
Dstringtriebuilder.cpp88 UBool hasValue=FALSE; in writeNode() local
212 UBool hasValue=FALSE; in makeNode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h460 bool hasValue() const { return false; } in hasValue() function
490 bool hasValue() const { return Valid; } in hasValue() function

12