OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryDoubleValue
(Results
1 - 7
of
7
) sorted by null
/external/tinyxml2/
tinyxml2.h
787
double DoubleValue() const { double d=0;
QueryDoubleValue
( &d ); return d; }
801
int
QueryDoubleValue
( double* value ) const;
[
all
...]
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp
637
attrib->
QueryDoubleValue
( d );
653
attrib->
QueryDoubleValue
( d );
725
return attrib->
QueryDoubleValue
( dval );
735
return attrib->
QueryDoubleValue
( dval );
1243
int TiXmlAttribute::
QueryDoubleValue
( double* dval ) const
[
all
...]
tinyxml.h
832
///
QueryDoubleValue
examines the value string. See QueryIntValue().
833
int
QueryDoubleValue
( double* _value ) const;
[
all
...]
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp
637
attrib->
QueryDoubleValue
( d );
653
attrib->
QueryDoubleValue
( d );
725
return attrib->
QueryDoubleValue
( dval );
735
return attrib->
QueryDoubleValue
( dval );
1243
int TiXmlAttribute::
QueryDoubleValue
( double* dval ) const
[
all
...]
tinyxml.h
832
///
QueryDoubleValue
examines the value string. See QueryIntValue().
833
int
QueryDoubleValue
( double* _value ) const;
[
all
...]
/external/tinyxml/
tinyxml.cpp
717
return node->
QueryDoubleValue
( dval );
1237
int TiXmlAttribute::
QueryDoubleValue
( double* dval ) const
[
all
...]
tinyxml.h
741
///
QueryDoubleValue
examines the value string. See QueryIntValue().
742
int
QueryDoubleValue
( double* _value ) const;
[
all
...]
Completed in 378 milliseconds