/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/ |
D | IsMapContaining.java | 113 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/ |
D | Optional.h | 70 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
|
D | Any.h | 96 bool hasValue() const { return !!Storage; } in hasValue() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Optional.h | 71 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
|
D | Any.h | 96 bool hasValue() const { return !!Storage; } in hasValue() function
|
/external/llvm-project/mlir/unittests/Analysis/ |
D | AffineStructuresTest.cpp | 22 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/ |
D | RbValueSubject.java | 26 public final void hasValue(String value) { in hasValue() method in RbValueSubject
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitCodes.h | 132 bool hasValue() const { return hasValue(Enc); } in hasValue() function 133 static bool hasValue(Encoding E) { in hasValue() function
|
/external/clang/lib/Analysis/ |
D | FormatStringParsing.h | 69 bool hasValue() const { return Start != nullptr; } in hasValue() function
|
/external/llvm-project/clang/lib/AST/ |
D | FormatStringParsing.h | 85 bool hasValue() const { return Start != nullptr; } in hasValue() function
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | SPIRVTypes.h | 294 uint32_t hasValue : 1; member
|
/external/junit/src/main/java/org/junit/internal/ |
D | AssumptionViolatedException.java | 35 …public AssumptionViolatedException(String assumption, boolean hasValue, Object value, Matcher<?> m… in AssumptionViolatedException()
|
/external/llvm/include/llvm/ADT/ |
D | Optional.h | 125 bool hasValue() const { return hasVal; } in hasValue() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Optional.h | 125 bool hasValue() const { return hasVal; } in hasValue() function
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
D | ASN1Enumerated.java | 132 public boolean hasValue(BigInteger x) in hasValue() method in ASN1Enumerated
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1Enumerated.java | 130 public boolean hasValue(BigInteger x) in hasValue() method in ASN1Enumerated
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
D | ASN1Enumerated.java | 132 public boolean hasValue(BigInteger x) in hasValue() method in ASN1Enumerated
|
/external/doclava/src/com/google/doclava/ |
D | FieldInfo.java | 529 public boolean hasValue() { in hasValue() method in FieldInfo 533 public void setHasValue(boolean hasValue) { in setHasValue()
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumDescriptorProto.php | 127 public function hasValue() function in Google\\Protobuf\\Internal\\EnumDescriptorProto
|
/external/llvm-project/mlir/include/mlir/Pass/ |
D | PassOptions.h | 45 bool hasValue() const { return optHasValue; } in hasValue() function
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | ExtensionValue.cs | 48 private bool hasValue; field in Google.Protobuf.ExtensionValue
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | VariantValue.h | 262 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CharsTrieBuilder.java | 229 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CharsTrieBuilder.java | 225 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MapEntry.java | 248 private boolean hasValue; field in MapEntry.Builder 254 private Builder(Metadata<K, V> metadata, K key, V value, boolean hasKey, boolean hasValue) { in Builder()
|