Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/zip/serialize_disjoint_range_set.h"
#include <string>
#include "gmock/gmock-matchers.h"
#include "gtest/gtest.h"
#include "cuttlefish/common/libs/utils/result_matchers.h"
#include "cuttlefish/host/libs/zip/disjoint_range_set.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{serialize_disjoint_range_set_test.cc} |
Functions | |
cuttlefish::anonymous_namespace{serialize_disjoint_range_set_test.cc}::TEST (DisjointRangeSet, SerializeEmptySet) | |
cuttlefish::anonymous_namespace{serialize_disjoint_range_set_test.cc}::TEST (DisjointRangeSet, SerializeOneMember) | |
cuttlefish::anonymous_namespace{serialize_disjoint_range_set_test.cc}::TEST (DisjointRangeSet, SerializeTwoMembers) | |