OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_doubleFormat
(Results
1 - 2
of
2
) sorted by null
/external/xmlrpcpp/src/
XmlRpcValue.h
128
static std::string const& getDoubleFormat() { return
_doubleFormat
; }
131
static void setDoubleFormat(const char* f) {
_doubleFormat
= f; }
169
static std::string
_doubleFormat
;
XmlRpcValue.cpp
49
std::string XmlRpcValue::
_doubleFormat
("%f");
Completed in 64 milliseconds