OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_lexical_cast
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libutil++/
string_manip.h
87
To
op_lexical_cast
(From const & src)
function
91
throw std::invalid_argument("
op_lexical_cast
<T>()");
95
throw std::invalid_argument("
op_lexical_cast
<T>(\"" +
102
//
op_lexical_cast
<unsigned int>("0x23"); will fail because it call the
105
unsigned int
op_lexical_cast
<unsigned int>(std::string const & str);
string_manip.cpp
138
unsigned int
op_lexical_cast
<unsigned int, string>(string const & str)
function
146
throw invalid_argument("
op_lexical_cast
(\""+ str +"\")");
Completed in 175 milliseconds