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

  /external/libchrome/base/metrics/
histogram_samples.h 88 static constexpr size_t kExpectedInstanceSize = 24;
field_trial.h 150 static constexpr size_t kExpectedInstanceSize = 8;
    [all...]
persistent_sample_map.cc 91 static constexpr size_t kExpectedInstanceSize = 16;
persistent_histogram_allocator.cc 237 static constexpr size_t kExpectedInstanceSize =
238 40 + 2 * HistogramSamples::Metadata::kExpectedInstanceSize;
    [all...]
persistent_memory_allocator_unittest.cc 57 static constexpr size_t kExpectedInstanceSize = 4 + 1 + 3;
64 static constexpr size_t kExpectedInstanceSize = 8 + 4 + 4 + 8 + 8;
    [all...]
  /external/libchrome/base/
feature_list.cc 38 static constexpr size_t kExpectedInstanceSize = 8;
  /external/libchrome/base/debug/
activity_tracker.cc 611 static constexpr size_t kExpectedInstanceSize =
612 OwningProcess::kExpectedInstanceSize + Activity::kExpectedInstanceSize +
    [all...]
activity_tracker.h 86 static constexpr size_t kExpectedInstanceSize = 24;
101 // static constexpr size_t kExpectedInstanceSize = 8;
252 static constexpr size_t kExpectedInstanceSize =
    [all...]

Completed in 113 milliseconds