HomeSort by relevance Sort by last modified time
    Searched defs:ValueStr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 468 StringRef ValueStr;
470 std::tie(ValueStr, RemainingExpr) = parseNumberString(Expr);
472 if (ValueStr.empty() || !isdigit(ValueStr[0]))
476 ValueStr.getAsInteger(0, Value);
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 210 StringRef ValueStr; // String describing what the value of this option is
238 void setValueStr(StringRef S) { ValueStr = S; }
252 AdditionalVals(0), ArgStr(""), HelpStr(""), ValueStr(""),
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 494 const std::string& ValueStr() const { return value; }
814 const std::string& ValueStr() const { return value; } ///< Return the value of this attribute.
    [all...]
  /external/tinyxml/
tinyxml.h 456 const std::string& ValueStr() const { return value; }
    [all...]

Completed in 309 milliseconds