Home
last modified time | relevance | path

Searched refs:DecodeValueToNegative (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cbor/
H A Dreader.h168 base::Optional<Value> DecodeValueToNegative(uint64_t value);
H A Dreader.cc141 return DecodeValueToNegative(header->value); in DecodeCompleteDataItem()
212 base::Optional<Value> Reader::DecodeValueToNegative(uint64_t value) { in DecodeValueToNegative() function in cbor::Reader
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cbor/
H A Dreader.h168 base::Optional<Value> DecodeValueToNegative(uint64_t value);
H A Dreader.cc139 return DecodeValueToNegative(header->value); in DecodeCompleteDataItem()
210 base::Optional<Value> Reader::DecodeValueToNegative(uint64_t value) { in DecodeValueToNegative() function in cbor::Reader