webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <memory>
#include "webrtc/base/arraysize.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/filerotatingstream.h"
#include "webrtc/base/fileutils.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/pathutils.h"
Classes | |
class | rtc::MAYBE_FileRotatingStreamTest |
class | rtc::MAYBE_CallSessionFileRotatingStreamTest |
Namespaces | |
rtc | |
Macros | |
#define | MAYBE_FileRotatingStreamTest FileRotatingStreamTest |
#define | MAYBE_CallSessionFileRotatingStreamTest CallSessionFileRotatingStreamTest |
Functions | |
rtc::TEST_F (MAYBE_FileRotatingStreamTest, State) | |
rtc::TEST_F (MAYBE_FileRotatingStreamTest, EmptyWrite) | |
rtc::TEST_F (MAYBE_FileRotatingStreamTest, WriteAndRead) | |
rtc::TEST_F (MAYBE_FileRotatingStreamTest, WriteOverflowAndRead) | |
rtc::TEST_F (MAYBE_FileRotatingStreamTest, GetFilePath) | |
rtc::TEST_F (MAYBE_CallSessionFileRotatingStreamTest, WriteAndReadSmallest) | |
rtc::TEST_F (MAYBE_CallSessionFileRotatingStreamTest, WriteAndReadSmall) | |
rtc::TEST_F (MAYBE_CallSessionFileRotatingStreamTest, WriteAndReadLarge) | |
rtc::TEST_F (MAYBE_CallSessionFileRotatingStreamTest, WriteAndReadFirstHalf) | |
#define MAYBE_CallSessionFileRotatingStreamTest CallSessionFileRotatingStreamTest |
#define MAYBE_FileRotatingStreamTest FileRotatingStreamTest |