Home
last modified time | relevance | path

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

/system/libcppbor/src/
Dcppbor.cpp115 snprintf(buf, sizeof(buf), "%" PRIu64, item->asUint()->unsignedValue()); in prettyPrintInternal()
/system/libcppbor/include/cppbor/
Dcppbor.h329 uint64_t unsignedValue() const { return mValue; } in unsignedValue() function