Searched defs:Range (Results 1 - 3 of 3) sorted by relevance

/system/netd/server/
H A DUidRanges.h31 typedef std::pair<uid_t, uid_t> Range; typedef in class:UidRanges
37 const std::vector<Range>& getRanges() const;
46 std::vector<Range> mRanges;
/system/update_engine/common/
H A Dmulti_range_http_fetcher.h62 ranges_.push_back(Range(offset, size));
66 ranges_.push_back(Range(offset));
125 class Range { class in class:chromeos_update_engine::MultiRangeHttpFetcher
127 Range(off_t offset, size_t length) : offset_(offset), length_(length) {} function in class:chromeos_update_engine::MultiRangeHttpFetcher::Range
128 explicit Range(off_t offset) : offset_(offset), length_(0) {} function in class:chromeos_update_engine::MultiRangeHttpFetcher::Range
142 typedef std::vector<Range> RangesVect;
/system/core/libmemunreachable/
H A DHeapWalker.h29 struct Range { struct
34 bool operator==(const Range& other) const {
37 bool operator!=(const Range& other) const {
44 bool operator()(const Range& a, const Range& b) const {
71 bool Leaked(allocator::vector<Range>&, size_t limit, size_t* num_leaks,
77 void ForEachPtrInRange(const Range& range, F&& f);
88 void RecurseRoot(const Range& root);
89 bool WordContainsAllocationPtr(uintptr_t ptr, Range* range, AllocationInfo** info);
94 using AllocationMap = allocator::map<Range, AllocationInf
[all...]

Completed in 341 milliseconds