Home
last modified time | relevance | path

Searched refs:c_accumulate (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/call/
H A Dsimulated_network_unittest.cc133 TimeDelta::Micros(absl::c_accumulate(delays_us, 0)) / in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/call/
H A Dsimulated_network_unittest.cc133 TimeDelta::Micros(absl::c_accumulate(delays_us, 0)) / in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/call/
H A Dsimulated_network_unittest.cc133 TimeDelta::Micros(absl::c_accumulate(delays_us, 0)) / in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/call/
H A Dsimulated_network_unittest.cc133 TimeDelta::Micros(absl::c_accumulate(delays_us, 0)) / in TEST()
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc372 EXPECT_EQ(absl::c_accumulate(sequence_, 4), 1 + 2 + 3 + 4); in TEST_F()
376 EXPECT_EQ(absl::c_accumulate(sequence_, 4, std::multiplies<int>()), in TEST_F()
382 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue), 1 + 2 + 3 + 4); in TEST_F()
387 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F()
H A Dcontainer.h1546 decay_t<T> c_accumulate(const Sequence& sequence, T&& init) { in c_accumulate() function
1555 decay_t<T> c_accumulate(const Sequence& sequence, T&& init, in c_accumulate() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_unittest.cc46 return absl::c_accumulate(sizes, 0); in Sum()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Drtp_format_unittest.cc46 return absl::c_accumulate(sizes, 0); in Sum()
H A Drtp_format_h264_unittest.cc77 rtc::Buffer frame(absl::c_accumulate(nalu_sizes, 0) + in CreateFrame()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Drtp_format_unittest.cc46 return absl::c_accumulate(sizes, 0); in Sum()
H A Drtp_format_h264_unittest.cc77 rtc::Buffer frame(absl::c_accumulate(nalu_sizes, 0) + in CreateFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_unittest.cc46 return absl::c_accumulate(sizes, 0); in Sum()
H A Drtp_format_h264_unittest.cc77 rtc::Buffer frame(absl::c_accumulate(nalu_sizes, 0) + in CreateFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc378 EXPECT_EQ(absl::c_accumulate(sequence_, 4), 1 + 2 + 3 + 4); in TEST_F()
382 EXPECT_EQ(absl::c_accumulate(sequence_, 4, std::multiplies<int>()), in TEST_F()
388 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue), 1 + 2 + 3 + 4); in TEST_F()
393 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F()
H A Dcontainer.h1630 decay_t<T> c_accumulate(const Sequence& sequence, T&& init) {
1639 decay_t<T> c_accumulate(const Sequence& sequence, T&& init,
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc378 EXPECT_EQ(absl::c_accumulate(sequence_, 4), 1 + 2 + 3 + 4); in TEST_F()
382 EXPECT_EQ(absl::c_accumulate(sequence_, 4, std::multiplies<int>()), in TEST_F()
388 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue), 1 + 2 + 3 + 4); in TEST_F()
393 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F()
H A Dcontainer.h1630 decay_t<T> c_accumulate(const Sequence& sequence, T&& init) {
1639 decay_t<T> c_accumulate(const Sequence& sequence, T&& init,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc378 EXPECT_EQ(absl::c_accumulate(sequence_, 4), 1 + 2 + 3 + 4); in TEST_F()
382 EXPECT_EQ(absl::c_accumulate(sequence_, 4, std::multiplies<int>()), in TEST_F()
388 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue), 1 + 2 + 3 + 4); in TEST_F()
393 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/algorithm/
H A Dcontainer_test.cc452 EXPECT_EQ(absl::c_accumulate(sequence_, 4), 1 + 2 + 3 + 4); in TEST_F()
456 EXPECT_EQ(absl::c_accumulate(sequence_, 4, std::multiplies<int>()), in TEST_F()
462 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue), 1 + 2 + 3 + 4); in TEST_F()
467 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F()
H A Dcontainer.h1677 decay_t<T> c_accumulate(const Sequence& sequence, T&& init) {
1686 decay_t<T> c_accumulate(const Sequence& sequence, T&& init,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc452 EXPECT_EQ(absl::c_accumulate(sequence_, 4), 1 + 2 + 3 + 4); in TEST_F()
456 EXPECT_EQ(absl::c_accumulate(sequence_, 4, std::multiplies<int>()), in TEST_F()
462 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue), 1 + 2 + 3 + 4); in TEST_F()
467 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc452 EXPECT_EQ(absl::c_accumulate(sequence_, 4), 1 + 2 + 3 + 4); in TEST_F()
456 EXPECT_EQ(absl::c_accumulate(sequence_, 4, std::multiplies<int>()), in TEST_F()
462 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue), 1 + 2 + 3 + 4); in TEST_F()
467 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h411 return absl::c_accumulate(send_rates_, DataRate::Zero()); in Sum()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h410 return absl::c_accumulate(send_rates_, DataRate::Zero()); in Sum()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h424 return absl::c_accumulate(send_rates_, DataRate::Zero()); in Sum()

12