| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "filesystem/File.h"#include "test/TestUtils.h"#include "utils/Archive.h"#include "utils/Variant.h"#include "utils/XTimeUtils.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 | ) |