Searched refs:histogram_pointer (Results 1 – 6 of 6) sorted by relevance
198 webrtc::metrics::Histogram* histogram_pointer = \200 if (!histogram_pointer) { \201 histogram_pointer = factory_get_invocation; \204 histogram_pointer); \206 if (histogram_pointer) { \207 webrtc::metrics::HistogramAdd(histogram_pointer, sample); \215 webrtc::metrics::Histogram* histogram_pointer = factory_get_invocation; \216 if (histogram_pointer) { \217 webrtc::metrics::HistogramAdd(histogram_pointer, sample); \393 void HistogramAdd(Histogram* histogram_pointer, int sample);
77 base::HistogramBase* histogram_pointer( \80 if (!histogram_pointer) { \87 histogram_pointer = histogram_factory_get_invocation; \100 reinterpret_cast<base::subtle::AtomicWord>(histogram_pointer)); \103 histogram_pointer->CheckName(constant_histogram_name); \104 histogram_pointer->histogram_add_method_invocation; \
77 base::HistogramBase* histogram_pointer( \80 if (!histogram_pointer) { \87 histogram_pointer = histogram_factory_get_invocation; \95 reinterpret_cast<uintptr_t>(histogram_pointer), \99 histogram_pointer->CheckName(constant_histogram_name); \100 histogram_pointer->histogram_add_method_invocation; \
80 base::HistogramBase* histogram_pointer( \83 if (!histogram_pointer) { \90 histogram_pointer = histogram_factory_get_invocation; \103 reinterpret_cast<base::subtle::AtomicWord>(histogram_pointer)); \106 histogram_pointer->CheckName(constant_histogram_name); \107 histogram_pointer->histogram_add_method_invocation; \
271 void HistogramAdd(Histogram* histogram_pointer, int sample) { in HistogramAdd() argument272 RtcHistogram* ptr = reinterpret_cast<RtcHistogram*>(histogram_pointer); in HistogramAdd()