![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "utils/Archive.h"
#include "utils/Variant.h"
#include "filesystem/File.h"
#include "test/TestUtils.h"
#include "gtest/gtest.h"
Classes | |
class | TestArchive |
Functions | |
TEST_F (TestArchive, IsStoring) | |
TEST_F (TestArchive, IsLoading) | |
TEST_F (TestArchive, FloatArchive) | |
TEST_F (TestArchive, DoubleArchive) | |
TEST_F (TestArchive, IntegerArchive) | |
TEST_F (TestArchive, UnsignedIntegerArchive) | |
TEST_F (TestArchive, Int64tArchive) | |
TEST_F (TestArchive, UInt64tArchive) | |
TEST_F (TestArchive, BoolArchive) | |
TEST_F (TestArchive, CharArchive) | |
TEST_F (TestArchive, WStringArchive) | |
TEST_F (TestArchive, StringArchive) | |
TEST_F (TestArchive, SYSTEMTIMEArchive) | |
TEST_F (TestArchive, CVariantArchive) | |
TEST_F (TestArchive, CVariantArchiveString) | |
TEST_F (TestArchive, StringVectorArchive) | |
TEST_F (TestArchive, IntegerVectorArchive) | |
TEST_F (TestArchive, MultiTypeArchive) | |
TEST_F | ( | TestArchive | , |
BoolArchive | |||
) |
TEST_F | ( | TestArchive | , |
CharArchive | |||
) |
TEST_F | ( | TestArchive | , |
CVariantArchive | |||
) |
TEST_F | ( | TestArchive | , |
CVariantArchiveString | |||
) |
TEST_F | ( | TestArchive | , |
DoubleArchive | |||
) |
TEST_F | ( | TestArchive | , |
FloatArchive | |||
) |
TEST_F | ( | TestArchive | , |
Int64tArchive | |||
) |
TEST_F | ( | TestArchive | , |
IntegerArchive | |||
) |
TEST_F | ( | TestArchive | , |
IntegerVectorArchive | |||
) |
TEST_F | ( | TestArchive | , |
IsLoading | |||
) |
TEST_F | ( | TestArchive | , |
IsStoring | |||
) |
TEST_F | ( | TestArchive | , |
MultiTypeArchive | |||
) |
TEST_F | ( | TestArchive | , |
StringArchive | |||
) |
TEST_F | ( | TestArchive | , |
StringVectorArchive | |||
) |
TEST_F | ( | TestArchive | , |
SYSTEMTIMEArchive | |||
) |
TEST_F | ( | TestArchive | , |
UInt64tArchive | |||
) |
TEST_F | ( | TestArchive | , |
UnsignedIntegerArchive | |||
) |
TEST_F | ( | TestArchive | , |
WStringArchive | |||
) |