webrtc/test/testsupport
Mirko Bonadei 6a489f22c7 Fully qualify googletest symbols.
Semi-automatically created with:

git grep -l " testing::" | xargs sed -i "s/ testing::/ ::testing::/g"
git grep -l "(testing::" | xargs sed -i "s/(testing::/(::testing::/g"
git cl format

After this, two .cc files failed to compile and I have fixed them
manually.

Bug: webrtc:10523
Change-Id: I4741d3bcedc831b6c5fdc04485678617eb4ce031
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132018
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27526}
2019-04-09 17:18:20 +00:00
..
mock On-fly calculation of quality metrics. 2017-11-20 16:13:59 +00:00
copy_to_file_audio_capturer_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
copy_to_file_audio_capturer.cc Introduce CopyToFileAudioCapturer. 2019-01-15 15:06:55 +00:00
copy_to_file_audio_capturer.h Introduce CopyToFileAudioCapturer. 2019-01-15 15:06:55 +00:00
file_utils_override.cc Do not assume /DUNICODE and /D_UNICODE. 2019-03-27 14:18:41 +00:00
file_utils_override.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
file_utils_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
file_utils.cc Do not assume /DUNICODE and /D_UNICODE. 2019-03-27 14:18:41 +00:00
file_utils.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
frame_reader.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
frame_writer.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
ios_file_utils.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ios_file_utils.mm (3) Rename files to snake_case: move the files 2019-01-11 17:05:20 +00:00
jpeg_frame_writer_ios.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
jpeg_frame_writer.cc Delete unneeded includes of common_types.h and gn deps on webrtc_common. 2018-11-20 16:28:39 +00:00
mac_file_utils.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
mac_file_utils.mm (3) Rename files to snake_case: move the files 2019-01-11 17:05:20 +00:00
perf_test_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
perf_test.cc Don't use the Process method of vcm::VideoReceiver 2019-03-15 15:26:03 +00:00
perf_test.h Use FILE* instead of const FILE* in perf_test.h 2018-01-25 17:46:14 +00:00
test_artifacts_unittest.cc Delete rtc::File, usage replaced with FileWrapper 2019-02-08 16:23:53 +00:00
test_artifacts.cc Delete rtc::File, usage replaced with FileWrapper 2019-02-08 16:23:53 +00:00
test_artifacts.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
video_frame_writer_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
video_frame_writer.cc Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
video_frame_writer.h Introduce VideoFrameWriter. 2019-01-17 21:41:11 +00:00
y4m_frame_reader_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
y4m_frame_reader.cc Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
y4m_frame_writer_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
y4m_frame_writer.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
yuv_frame_reader_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
yuv_frame_reader.cc Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
yuv_frame_writer_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
yuv_frame_writer.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00