Lines Matching refs:defaultValue
1303 int IntAttribute(const char* name, int defaultValue = 0) const;
1305 unsigned UnsignedAttribute(const char* name, unsigned defaultValue = 0) const;
1307 int64_t Int64Attribute(const char* name, int64_t defaultValue = 0) const;
1309 bool BoolAttribute(const char* name, bool defaultValue = false) const;
1311 double DoubleAttribute(const char* name, double defaultValue = 0) const;
1313 float FloatAttribute(const char* name, float defaultValue = 0) const;
1598 int IntText(int defaultValue = 0) const;
1601 unsigned UnsignedText(unsigned defaultValue = 0) const;
1603 int64_t Int64Text(int64_t defaultValue = 0) const;
1605 bool BoolText(bool defaultValue = false) const;
1607 double DoubleText(double defaultValue = 0) const;
1609 float FloatText(float defaultValue = 0) const;