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

  /external/libchrome/base/metrics/
histogram_samples.h 31 static constexpr size_t kExpectedInstanceSize = 24;
persistent_memory_allocator.h 57 // "constexpr" values, kPersistentTypeId and kExpectedInstanceSize, as such:
64 // static constexpr size_t kExpectedInstanceSize = 20;
81 // kExpectedInstanceSize: This value is the hard-coded number that matches
364 // |kExpectedInstanceSize| (static constexpr size_t) that is a hard-coded
387 static_assert(T::kExpectedInstanceSize == sizeof(T), "inconsistent size");
395 static_assert(T::kExpectedInstanceSize == sizeof(T), "inconsistent size");
501 // both (size_t) kExpectedInstanceSize and (uint32_t) kPersistentTypeId
    [all...]
persistent_sample_map.cc 96 static constexpr size_t kExpectedInstanceSize = 16;
field_trial.h 148 static constexpr size_t kExpectedInstanceSize = 8;
    [all...]
persistent_histogram_allocator.cc 233 static constexpr size_t kExpectedInstanceSize =
234 40 + 2 * HistogramSamples::Metadata::kExpectedInstanceSize;
    [all...]
persistent_memory_allocator_unittest.cc 44 static constexpr size_t kExpectedInstanceSize = 4 + 1 + 3;
51 static constexpr size_t kExpectedInstanceSize = 8 + 4 + 4 + 8 + 8;
  /external/libchrome/base/debug/
activity_tracker.h 86 static constexpr size_t kExpectedInstanceSize = 24;
101 // static constexpr size_t kExpectedInstanceSize = 8;
252 static constexpr size_t kExpectedInstanceSize =
    [all...]
activity_tracker.cc 610 static constexpr size_t kExpectedInstanceSize =
611 OwningProcess::kExpectedInstanceSize + Activity::kExpectedInstanceSize +
    [all...]
  /external/libchrome/base/
feature_list.cc 38 static constexpr size_t kExpectedInstanceSize = 8;

Completed in 386 milliseconds