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

  /external/libchrome/base/trace_event/
memory_allocator_dump_guid.h 27 uint64_t ToUint64() const { return guid_; }
32 bool empty() const { return guid_ == 0u; }
35 return guid_ == other.guid_;
43 uint64_t guid_; member in class:base::trace_event::MemoryAllocatorDumpGuid
memory_allocator_dump.h 84 const MemoryAllocatorDumpGuid& guid() const { return guid_; }
101 MemoryAllocatorDumpGuid guid_; member in class:base::trace_event::MemoryAllocatorDump
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.h 92 string guid_; member in class:google_breakpad::GoogleCrashdumpUploader
google_crashdump_uploader.cc 109 guid_ = guid;
123 std::cout << "\tGUID: " << guid_; local
148 if (guid_.empty()) {
186 parameters_["guid"] = guid_;
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h 107 GUID guid() const { return guid_; }
110 const void *guid_or_signature_pointer() const { return &guid_; }
117 GUID guid_; member in union:google_breakpad::GUIDOrSignatureIdentifier::__anon21022
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 1459 private string guid_ = ""; field in class:UnitTest.Issues.TestProtos.TestJsonName
    [all...]

Completed in 1953 milliseconds