Home
last modified time | relevance | path

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

123

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsMapContaining.java113 public static <V> Matcher<Map<?, ? extends V>> hasValue(Matcher<? super V> valueMatcher) { in hasValue() method in IsMapContaining
126 public static <V> Matcher<Map<?, ? extends V>> hasValue(V value) { in hasValue() method in IsMapContaining
/external/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
/external/llvm-project/llvm/include/llvm/ADT/
DOptional.h71 constexpr bool hasValue() const noexcept { return hasVal; } in hasValue() function
171 constexpr bool hasValue() const noexcept { return hasVal; } in hasValue() function
263 constexpr bool hasValue() const { return Storage.hasValue(); } in hasValue() function
DAny.h96 bool hasValue() const { return !!Storage; } in hasValue() function
/external/llvm-project/mlir/unittests/Analysis/
DAffineStructuresTest.cpp22 static void checkSample(bool hasValue, const FlatAffineConstraints &fac) { in checkSample()
55 static void checkPermutationsSample(bool hasValue, unsigned nDim, in checkPermutationsSample()
/external/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
/external/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
/external/clang/lib/Analysis/
DFormatStringParsing.h69 bool hasValue() const { return Start != nullptr; } in hasValue() function
/external/llvm-project/clang/lib/AST/
DFormatStringParsing.h85 bool hasValue() const { return Start != nullptr; } in hasValue() function
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h294 uint32_t hasValue : 1; member
/external/junit/src/main/java/org/junit/internal/
DAssumptionViolatedException.java35 …public AssumptionViolatedException(String assumption, boolean hasValue, Object value, Matcher<?> m… in AssumptionViolatedException()
/external/llvm/include/llvm/ADT/
DOptional.h125 bool hasValue() const { return hasVal; } in hasValue() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DOptional.h125 bool hasValue() const { return hasVal; } in hasValue() function
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1Enumerated.java132 public boolean hasValue(BigInteger x) in hasValue() method in ASN1Enumerated
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1Enumerated.java130 public boolean hasValue(BigInteger x) in hasValue() method in ASN1Enumerated
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1Enumerated.java132 public boolean hasValue(BigInteger x) in hasValue() method in ASN1Enumerated
/external/doclava/src/com/google/doclava/
DFieldInfo.java529 public boolean hasValue() { in hasValue() method in FieldInfo
533 public void setHasValue(boolean hasValue) { in setHasValue()
/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptorProto.php127 public function hasValue() function in Google\\Protobuf\\Internal\\EnumDescriptorProto
/external/llvm-project/mlir/include/mlir/Pass/
DPassOptions.h45 bool hasValue() const { return optHasValue; } in hasValue() function
/external/protobuf/csharp/src/Google.Protobuf/
DExtensionValue.cs48 private bool hasValue; field in Google.Protobuf.ExtensionValue
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h262 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrieBuilder.java229 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCharsTrieBuilder.java225 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
/external/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()

123