HomeSort by relevance Sort by last modified time
    Searched full:meta_ (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/metrics/
histogram_samples.cc 66 // initialize meta_ is okay because the object now exists and local_meta_
67 // is before meta_ in the construction order.
69 : meta_(&local_meta_) {
70 meta_->id = id;
74 : meta_(meta) {
75 DCHECK(meta_->id == 0 || meta_->id == id);
76 meta_->id = id;
92 meta_->sum += other.sum();
95 subtle::NoBarrier_Load(&meta_->redundant_count)
    [all...]
histogram_samples.h 72 uint64_t id() const { return meta_->id; }
73 int64_t sum() const { return meta_->sum; }
75 return subtle::NoBarrier_Load(&meta_->redundant_count);
91 Metadata* meta_; member in class:base::HistogramSamples
  /docs/source.android.com/src/devices/input/
overview.jd 218 begin with the prefix <code>META_</code>.</p>
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 81 os << "meta_$" << getSymbolID() << '{'

Completed in 226 milliseconds