HomeSort by relevance Sort by last modified time
    Searched defs:AppendPtr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cloud_print/gcp20/prototype/
dns_response_builder.cc 40 void DnsResponseBuilder::AppendPtr(const std::string& service_type, uint32 ttl,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 533 bool DeepHeapProfile::TextBuffer::AppendPtr(uint64 value, int width) {
586 buffer->AppendPtr(reinterpret_cast<uintptr_t>(type), 0);
597 buffer->AppendPtr(reinterpret_cast<uintptr_t>(bucket->stack[depth]), 8);
922 mmap_dump_buffer->AppendPtr(cursor, 0);
924 mmap_dump_buffer->AppendPtr(last_address_of_unhooked + 1, 0);
955 mmap_dump_buffer->AppendPtr(mmap_iter->start_addr, 0);
959 mmap_dump_buffer->AppendPtr(mmap_iter->end_addr, 0);
    [all...]

Completed in 78 milliseconds