Home
last modified time | relevance | path

Searched defs:Accumulate (Results 1 – 25 of 53) sorted by relevance

123

/external/cronet/tot/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.cc201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function
209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
/external/abseil-cpp/absl/flags/
Dflag_benchmark.cc201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function
209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
/external/cronet/stable/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.cc201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function
209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.cc201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function
209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
/external/angle/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.cc201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function
209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
/external/federated-compute/fcp/aggregation/core/
Dtensor_aggregator.cc27 Status TensorAggregator::Accumulate(InputTensorList tensors) { in Accumulate() function in fcp::aggregation::TensorAggregator
Dcomposite_key_combiner.cc170 StatusOr<Tensor> CompositeKeyCombiner::Accumulate( in Accumulate() function in fcp::aggregation::CompositeKeyCombiner
/external/libchrome/base/metrics/
Dhistogram_samples_unittest.cc57 TEST(SingleSampleTest, Accumulate) { in TEST() argument
Dsample_map.cc88 void SampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleMap
Ddummy_histogram.cc44 void Accumulate(HistogramBase::Sample value, in Accumulate() function in base::__anon290f7fe80111::DummyHistogramSamples
Dpersistent_sample_map.cc111 void PersistentSampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::PersistentSampleMap
Dsample_vector.cc35 void SampleVectorBase::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleVectorBase
/external/clang/lib/Analysis/
DCFGStmtMap.cpp49 static void Accumulate(SMap &SM, CFGBlock *B) { in Accumulate() function
/external/cronet/tot/base/metrics/
Dhistogram_samples_unittest.cc68 TEST(SingleSampleTest, Accumulate) { in TEST() argument
Ddummy_histogram.cc45 void Accumulate(HistogramBase::Sample value, in Accumulate() function in base::__anoncb1d40640111::DummyHistogramSamples
Dsample_map.cc110 void SampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleMap
Dpersistent_sample_map.cc131 void PersistentSampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::PersistentSampleMap
/external/cronet/stable/base/metrics/
Dhistogram_samples_unittest.cc68 TEST(SingleSampleTest, Accumulate) { in TEST() argument
Ddummy_histogram.cc45 void Accumulate(HistogramBase::Sample value, in Accumulate() function in base::__anon5c568b480111::DummyHistogramSamples
Dsample_map.cc110 void SampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleMap
Dpersistent_sample_map.cc131 void PersistentSampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::PersistentSampleMap
/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc290 void ReverbDecayEstimator::LateReverbLinearRegressor::Accumulate(float z) { in Accumulate() function in webrtc::ReverbDecayEstimator::LateReverbLinearRegressor
322 void ReverbDecayEstimator::EarlyReverbLengthEstimator::Accumulate( in Accumulate() function in webrtc::ReverbDecayEstimator::EarlyReverbLengthEstimator
Dvector_math.h173 void Accumulate(rtc::ArrayView<const float> x, rtc::ArrayView<float> z) { in Accumulate() function
Dvector_math_unittest.cc61 TEST(VectorMath, Accumulate) { in TEST() argument
/external/openscreen/cast/streaming/
Dbandwidth_estimator.cc130 void BandwidthEstimator::FlowTracker::Accumulate(int32_t amount, in Accumulate() function in openscreen::cast::BandwidthEstimator::FlowTracker

123