Searched refs:ValueStr (Results 1 - 12 of 12) sorted by relevance

/external/sfntly/cpp/src/test/
H A Dtest_xml_utils.cc25 if (node->ValueStr() == name)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp470 StringRef ValueStr; local
472 std::tie(ValueStr, RemainingExpr) = parseNumberString(Expr);
474 if (ValueStr.empty() || !isdigit(ValueStr[0]))
478 ValueStr.getAsInteger(0, Value);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h494 const std::string& ValueStr() const { return value; } function in class:TiXmlNode
814 const std::string& ValueStr() const { return value; } ///< Return the value of this attribute. function in class:TiXmlAttribute
1030 std::stringstream sstream( node->ValueStr() );
1042 *outValue = node->ValueStr();
/external/llvm/unittests/Support/
H A DCommandLineTest.cpp122 ASSERT_STREQ(Retrieved->ValueStr.data(), ValueString)
/external/llvm/include/llvm/Support/
H A DCommandLine.h252 StringRef ValueStr; // String describing what the value of this option is member in class:llvm::cl::Option
291 void setValueStr(StringRef S) { ValueStr = S; }
306 AdditionalVals(0), ArgStr(""), HelpStr(""), ValueStr(""),
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h178 const char *ValueStr; // String describing what the value of this option is member in class:llvm::cl::Option
208 void setValueStr(const char *S) { ValueStr = S; }
227 ArgStr(""), HelpStr(""), ValueStr("") {
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp899 if (O.ValueStr[0] == 0) return DefaultMsg;
900 return O.ValueStr;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c605 CAMLlocal1(ValueStr);
609 ValueStr = caml_copy_string(ValueCStr);
612 CAMLreturn(ValueStr);
/external/llvm/lib/Support/
H A DCommandLine.cpp1371 if (O.ValueStr.empty())
1373 return O.ValueStr;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h258 StringRef ValueStr; // String describing what the value of this option is member in class:llvm::cl::Option
303 void setValueStr(StringRef S) { ValueStr = S; }
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1394 if (O.ValueStr.empty())
1396 return O.ValueStr;
/external/tinyxml/
H A Dtinyxml.h456 const std::string& ValueStr() const { return value; } function in class:TiXmlNode

Completed in 1151 milliseconds