Home
last modified time | relevance | path

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

1234

/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/include/llvm/ADT/
DOptional.h45 bool hasValue() const { return hasVal; } in hasValue() function
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h132 bool hasValue() const { in hasValue() function
135 static bool hasValue(Encoding E) { in hasValue() function
/external/clang/lib/Analysis/
DFormatStringParsing.h69 bool hasValue() const { return Start != nullptr; } in hasValue() function
/external/junit/src/main/java/org/junit/internal/
DAssumptionViolatedException.java32 …public AssumptionViolatedException(String assumption, boolean hasValue, Object value, Matcher<?> m… in AssumptionViolatedException()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DOptional.h125 bool hasValue() const { return hasVal; } in hasValue() function
/external/llvm/include/llvm/ADT/
DOptional.h125 bool hasValue() const { return hasVal; } in hasValue() function
/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/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h262 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAny.h87 bool hasValue() const { return !!Storage; } in hasValue() function
/external/icu/android_icu4j/src/main/java/android/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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrieBuilder.java229 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType()
DBytesTrieBuilder.java262 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()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h340 bool hasValue() const { return false; } in hasValue() function
361 bool hasValue() const { return Valid; } in hasValue() function
/external/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()
Dbytestriebuilder.cpp463 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType()
/external/llvm/include/llvm/Support/
DCommandLine.h441 bool hasValue() const { return false; } in hasValue() function
471 bool hasValue() const { return Valid; } in hasValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCommandLine.h475 bool hasValue() const { return false; } in hasValue() function
505 bool hasValue() const { return Valid; } in hasValue() function
/external/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
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java1113 …public static <V> org.hamcrest.Matcher<java.util.Map<?,? extends V>> hasValue(org.hamcrest.Matcher… in hasValue() method in Matchers
1126 public static <V> org.hamcrest.Matcher<java.util.Map<?,? extends V>> hasValue(V value) { in hasValue() method in Matchers
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSecurity.java1185 boolean hasValue(); in hasValue() method
1344 public boolean hasValue() { in hasValue() method in Security.OtherSecurity
1780 public boolean hasValue() { in hasValue() method in Security.OtherSecurity.Builder

1234