Home
last modified time | relevance | path

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

12

/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/clang/lib/Analysis/
DFormatStringParsing.h69 bool hasValue() const { return Start != nullptr; } in hasValue() function
/external/doclava/src/com/google/doclava/
DFieldInfo.java489 public boolean hasValue() { in hasValue() method in FieldInfo
493 public void setHasValue(boolean hasValue) { in setHasValue()
/external/junit/src/main/java/org/junit/internal/
DAssumptionViolatedException.java32 …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/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()
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()
DBytesTrie.java179 public boolean hasValue() { return ordinal()>=2; } in hasValue() method in BytesTrie.Result
/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.java311 protected boolean hasValue; field in StringTrieBuilder.ValueNode
866 protected abstract int writeValueAndType(boolean hasValue, int value, int node); in writeValueAndType()
DBytesTrie.java166 public boolean hasValue() { return ordinal()>=2; } in hasValue() method in BytesTrie.Result
/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.cpp462 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/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/deqp/framework/delibs/decpp/
DdeCommandLine.cpp205 const bool hasValue = hasImmValue || (argNdx+1 < numArgs); in parse() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp699 bool hasValue = false; in VisitGuardedExpr() local
/external/llvm/unittests/ADT/
DSmallVectorTest.cpp750 bool hasValue; member
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp843 bool hasValue() const { in hasValue() function

12