| 1842 | } |
| 1843 | |
| 1844 | int64_t XMLElement::Int64Text(int64_t defaultValue) const |
| 1845 | { |
| 1846 | int64_t i = defaultValue; |
| 1847 | QueryInt64Text(&i); |
| 1848 | return i; |
| 1849 | } |
| 1850 | |
| 1851 | uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) const |
| 1852 | { |
nothing calls this directly
no outgoing calls
no test coverage detected