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

  /external/llvm/include/llvm/Support/
CommandLine.h 179 const char *ValueStr; // String describing what the value of this option is
208 void setValueStr(const char *S) { ValueStr = S; }
223 ArgStr(""), HelpStr(""), ValueStr("") {
    [all...]
  /external/tinyxml/
tinyxml.h 456 const std::string& ValueStr() const { return value; }
    [all...]

Completed in 882 milliseconds