Lines Matching refs:fail_value
134 const char *fail_value) const { in GetAttributeValue()
144 if (fail_value) in GetAttributeValue()
145 attr_value = fail_value; in GetAttributeValue()
148 if (fail_value) in GetAttributeValue()
149 attr_value = fail_value; in GetAttributeValue()
155 uint64_t fail_value, int base) const { in GetAttributeValueAsUnsigned() argument
156 value = fail_value; in GetAttributeValueAsUnsigned()
297 bool XMLNode::GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value, in GetElementTextAsUnsigned() argument
301 value = fail_value; in GetElementTextAsUnsigned()
305 bool XMLNode::GetElementTextAsFloat(double &value, double fail_value) const { in GetElementTextAsFloat()
308 value = fail_value; in GetElementTextAsFloat()