|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "gtest/gtest.h"#include "utils/RegExp.h"#include "utils/log.h"#include "filesystem/File.h"#include "filesystem/SpecialProtocol.h"#include "utils/StringUtils.h"#include "CompileInfo.h"Classes | |
| class | TestRegExpLog |
Functions | |
| TEST (TestRegExp, RegFind) | |
| TEST (TestRegExp, GetReplaceString) | |
| TEST (TestRegExp, GetFindLen) | |
| TEST (TestRegExp, GetSubCount) | |
| TEST (TestRegExp, GetSubStart) | |
| TEST (TestRegExp, GetCaptureTotal) | |
| TEST (TestRegExp, GetMatch) | |
| TEST (TestRegExp, GetPattern) | |
| TEST (TestRegExp, GetNamedSubPattern) | |
| TEST (TestRegExp, operatorEqual) | |
| TEST_F (TestRegExpLog, DumpOvector) | |
| TEST | ( | TestRegExp | , |
| GetCaptureTotal | |||
| ) |
| TEST | ( | TestRegExp | , |
| GetFindLen | |||
| ) |
| TEST | ( | TestRegExp | , |
| GetMatch | |||
| ) |
| TEST | ( | TestRegExp | , |
| GetNamedSubPattern | |||
| ) |
| TEST | ( | TestRegExp | , |
| GetPattern | |||
| ) |
| TEST | ( | TestRegExp | , |
| GetReplaceString | |||
| ) |
| TEST | ( | TestRegExp | , |
| GetSubCount | |||
| ) |
| TEST | ( | TestRegExp | , |
| GetSubStart | |||
| ) |
| TEST | ( | TestRegExp | , |
| operatorEqual | |||
| ) |
| TEST | ( | TestRegExp | , |
| RegFind | |||
| ) |
| TEST_F | ( | TestRegExpLog | , |
| DumpOvector | |||
| ) |