Searched refs:old_size_ (Results 1 – 4 of 4) sorted by relevance
/external/bsdiff/ |
D | diff_encoder.h | 31 old_size_(old_size), in DiffEncoder() 54 uint64_t old_size_; variable
|
D | diff_encoder.cc | 46 static_cast<uint64_t>(old_pos_) + entry.diff_size > old_size_)) { in AddControlEntry() 49 << ") is out of bounds [0, " << old_size_ << ")"; in AddControlEntry()
|
/external/perfetto/src/trace_processor/util/ |
D | proto_to_args_parser.cc | 42 : old_size_(dest->size()), dest_(dest) { in ScopedStringAppender() 46 dest_->reserve(old_size_ + 1 + append.size()); in ScopedStringAppender() 51 ~ScopedStringAppender() { dest_->erase(old_size_); } in ~ScopedStringAppender() 54 size_t old_size_; member in perfetto::trace_processor::util::__anon8f9869730111::ScopedStringAppender
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_syscalls_netbsd.inc | 3003 (void *old_address_, long long old_size_, void *new_address_, 3008 (long long res, void *old_address_, long long old_size_, void *new_address_,
|