Searched refs:kTypeScalar (Results 1 – 3 of 3) sorted by relevance
20 const char MemoryAllocatorDump::kTypeScalar[] = "scalar"; member in base::trace_event::MemoryAllocatorDump64 attributes_->SetString("type", kTypeScalar); in AddScalar()74 attributes_->SetString("type", kTypeScalar); in AddScalarF()
90 CheckString(dump, name, MemoryAllocatorDump::kTypeScalar, expected_units, in CheckScalar()98 auto attr_value = CheckAttribute(dump, name, MemoryAllocatorDump::kTypeScalar, in CheckScalarF()
53 static const char kTypeScalar[]; // Type name for scalar attributes. variable