Lines Matching refs:fail_value
136 const char *fail_value) const { in GetAttributeValue()
146 if (fail_value) in GetAttributeValue()
147 attr_value = fail_value; in GetAttributeValue()
150 if (fail_value) in GetAttributeValue()
151 attr_value = fail_value; in GetAttributeValue()
157 uint64_t fail_value, int base) const { in GetAttributeValueAsUnsigned() argument
158 value = fail_value; in GetAttributeValueAsUnsigned()
299 bool XMLNode::GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value, in GetElementTextAsUnsigned() argument
303 value = fail_value; in GetElementTextAsUnsigned()
307 bool XMLNode::GetElementTextAsFloat(double &value, double fail_value) const { in GetElementTextAsFloat()
310 value = fail_value; in GetElementTextAsFloat()