Home
last modified time | relevance | path

Searched refs:Accumulate (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A 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
218 Accumulate(res, absl::GetFlag(*flag_ptr)); \
/third_party/node/deps/v8/src/diagnostics/
H A Dcompilation-statistics.cc26 it->second.Accumulate(stats); in RecordPhaseStats()
41 it->second.Accumulate(stats); in RecordPhaseKindStats()
46 total_stats_.Accumulate(stats); in RecordTotalStats()
49 void CompilationStatistics::BasicStats::Accumulate(const BasicStats& stats) { in Accumulate() function in v8::internal::CompilationStatistics::BasicStats
H A Dcompilation-statistics.h38 void Accumulate(const BasicStats& stats);
/third_party/node/deps/v8/src/strings/
H A Dstring-builder.cc253 void IncrementalStringBuilder::Accumulate(Handle<String> new_part) { in Accumulate() function in v8::internal::IncrementalStringBuilder
268 Accumulate(current_part()); in Extend()
285 Accumulate(current_part()); in Finish()
330 Accumulate(string); in AppendString()
H A Dstring-builder-inl.h318 void Accumulate(Handle<String> new_part);
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c730 static void Accumulate(double v1, double v2, double* const max_diff, in Accumulate() function
751 Accumulate(alpha1, alpha2, &f_max_diff, &sse); in GetDiffAndPSNR()
754 Accumulate(rgba1[offset + k], rgba2[offset + k], &f_max_diff, &sse); in GetDiffAndPSNR()
759 Accumulate(rgba1[offset + k] * alpha1 / 255., in GetDiffAndPSNR()
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h690 void Accumulate() { in Accumulate() function in v8::internal::AccumulationScope
699 // This is called instead of Accumulate in case the parsed member is already
719 Accumulate(); in ~AccumulationScope()
H A Dparser-base.h5022 accumulation_scope->Accumulate(); in ClassifyArrowParameter()
5046 if (scope) scope->Accumulate(); in ParsePossibleDestructuringSubPattern()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java436 * pos on entry points right after it. Accumulate everything
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorParser.java437 * pos on entry points right after it. Accumulate everything
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc827 static void Accumulate(int n) { g_sum += n; } in Accumulate() function
832 ForEach(v, Accumulate); in TEST()
837 ForEach(v, Accumulate); in TEST()
843 ForEach(v, Accumulate); in TEST()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_neon.S312 @ Accumulate, adding idx2 last with a separate
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc451 TEST_F(NonMutatingTest, Accumulate) { in TEST_F()

Completed in 32 milliseconds