Searched defs:kTypeString (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/trace_event/ | ||
D | memory_allocator_dump.h | 47 static const char kTypeString[]; // Type name for string attributes. variable |
D | memory_allocator_dump.cc | 21 const char MemoryAllocatorDump::kTypeString[] = "string"; member in base::trace_event::MemoryAllocatorDump |
D | trace_event_argument.cc | 27 const char kTypeString = 's'; variable |