MCPcopy Create free account
hub / github.com/crossuo/crossuo / QueryInt64Attribute

Function QueryInt64Attribute

external/tinyxml2.h:1370–1376  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1368
1369 /// See QueryIntAttribute()
1370 XMLError QueryInt64Attribute(const char* name, int64_t* value) const {
1371 const XMLAttribute* a = FindAttribute(name);
1372 if (!a) {
1373 return XML_NO_ATTRIBUTE;
1374 }
1375 return a->QueryInt64Value(value);
1376 }
1377
1378 /// See QueryIntAttribute()
1379 XMLError QueryUnsigned64Attribute(const char* name, uint64_t* value) const {

Callers 2

QueryAttributeFunction · 0.85
Int64AttributeMethod · 0.85

Calls 1

QueryInt64ValueMethod · 0.80

Tested by

no test coverage detected