Home
last modified time | relevance | path

Searched refs:unsignedValue (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h228 uint64_t unsignedValue() const { return mValue; } in unsignedValue() function
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp195 snprintf(buf, sizeof(buf), "%" PRIu64, item->asUint()->unsignedValue()); in cborPrettyPrintInternal()