OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueStr
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
CommandLine.h
197
const char *
ValueStr
; // String describing what the value of this option is
227
void setValueStr(const char *S) {
ValueStr
= S; }
243
ArgStr(""), HelpStr(""),
ValueStr
(""), Category(&GeneralCategory) {
[
all
...]
/external/chromium_org/third_party/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/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 310 milliseconds