Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:BIG

795 		static const int64_t BIG = -123456789012345678;

833 element->SetAttribute("attrib", BIG);
838 XMLTest("Attribute: int64_t", BIG, v, true);
844 XMLTest("Attribute: int64_t", BIG, v, true);
846 XMLTest("Attribute: int64_t", BIG, element->Int64Attribute("attrib"), true);
909 element->SetText(BIG);
913 XMLTest("Element: int64_t", BIG, v, true);