Home
last modified time | relevance | path

Searched defs:UnsignedType (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h70 typedef T UnsignedType; typedef
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h164 using UnsignedType = typename std::make_unsigned<MaybeExtendedType>::type; in WriteVarInt() local
/external/pdfium/core/fxcrt/
Dstring_view_template.h30 using UnsignedType = typename std::make_unsigned<CharType>::type; variable