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 205 builder->AppendPtr(query.qname, current_ttl,
263 builder.AppendPtr(serv_params_.service_type_, ttl,
265 builder.AppendPtr(serv_params_.secondary_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 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...]
deep-heap-profile.h 133 bool AppendPtr(uint64 value, int width);

Completed in 3068 milliseconds