Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Dsleb128.h24 template<typename int_t>
33 void Enqueue(int_t value);
37 void EnqueueAll(const std::vector<int_t>& values);
49 template <typename int_t>
60 int_t Dequeue();
64 void DequeueAll(std::vector<int_t>* values);
Dsleb128.cc21 typedef int64_t int_t; typedef in __anon8437c6a20111::uint_traits
27 typedef int32_t int_t; typedef in __anon8437c6a20111::uint_traits
49 typedef typename uint_traits<uint_t>::int_t int_t; in Enqueue() typedef
53 const bool negative = static_cast<int_t>(value) < 0; in Enqueue()