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

  /external/chromium_org/cloud_print/gcp20/prototype/
dns_response_builder.h 43 void AppendPtr(const std::string& service_type, uint32 ttl,
dns_sd_server.cc 204 builder->AppendPtr(serv_params_.service_type_, current_ttl,
261 builder.AppendPtr(serv_params_.service_type_, ttl,
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 504 bool DeepHeapProfile::TextBuffer::AppendPtr(uint64 value, int width) {
557 buffer->AppendPtr(reinterpret_cast<uintptr_t>(type), 0);
568 buffer->AppendPtr(reinterpret_cast<uintptr_t>(bucket->stack[depth]), 8);
891 mmap_dump_buffer->AppendPtr(cursor, 0);
893 mmap_dump_buffer->AppendPtr(last_address_of_unhooked + 1, 0);
922 mmap_dump_buffer->AppendPtr(mmap_iter->start_addr, 0);
926 mmap_dump_buffer->AppendPtr(mmap_iter->end_addr, 0);
    [all...]
deep-heap-profile.h 133 bool AppendPtr(uint64 value, int width);

Completed in 251 milliseconds