Home
last modified time | relevance | path

Searched defs:unsigned_value (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.cc299 const uint16 unsigned_value = Get16u(input, big_endian, status); in Get16s() local
337 const uint32 unsigned_value = Get32u(input, big_endian, status); in Get32s() local
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc1323 UnsignedT unsigned_value; in ReadZigZag() local
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc1008 uint64 unsigned_value; in ConsumeSignedInteger() local
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2909 typename ToUnsigned<sizeof(value)>::Type unsigned_value = value; in utoa() local