Home
last modified time | relevance | path

Searched refs:GetElementTextAsFloat (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DXML.h68 bool GetElementTextAsFloat(double &value, double fail_value = 0.0) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DXML.cpp318 bool XMLNode::GetElementTextAsFloat(double &value, double fail_value) const { in GetElementTextAsFloat() function in XMLNode
512 node.GetElementTextAsFloat(value); in CreatePlistValue()