Searched defs:hasValue (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DOptional.h45 bool hasValue() const { return hasVal; } function in class:llvm::Optional
/external/clang/lib/Analysis/
H A DFormatStringParsing.h63 bool hasValue() const { return Start != 0; } function in class:clang::analyze_format_string::SpecifierResult
65 assert(hasValue());
/external/webkit/Source/WebCore/css/
H A DCSSValueList.cpp86 bool CSSValueList::hasValue(CSSValue* val) function in class:WebCore::CSSValueList
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java465 public boolean hasValue() { method in class:FieldInfo
469 public void setHasValue(boolean hasValue) { argument
470 mHasValue = hasValue;
/external/icu4c/common/unicode/
H A Dstringtriebuilder.h252 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {}
255 hasValue=TRUE;
260 UBool hasValue; member in class:StringTrieBuilder::ValueNode
369 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node) = 0;
/external/icu4c/common/
H A Dstringtriebuilder.cpp85 UBool hasValue=FALSE; local
94 hasValue=TRUE;
126 return writeValueAndType(hasValue, value, type);
209 UBool hasValue=FALSE; local
217 hasValue=TRUE;
244 if(hasValue && node!=NULL) {
426 return hasValue==o.hasValue && (!hasValue || value==o.value);
612 offset=builder.writeValueAndType(hasValue, valu
[all...]
H A Ducharstriebuilder.cpp306 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1);
395 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { argument
396 if(!hasValue) {
H A Dbytestriebuilder.cpp458 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { argument
460 if(hasValue) {
/external/llvm/include/llvm/Support/
H A DCommandLine.h338 bool hasValue() const { return false; } function in struct:llvm::cl::OptionValueBase
359 bool hasValue() const { return Valid; } function in class:llvm::cl::OptionValueCopy
375 if (!VC.hasValue()) return false;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 212 milliseconds