Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/zip/disjoint_range_set.h"
#include <stdint.h>
#include <algorithm>
#include <memory>
#include <optional>
#include <set>
#include <utility>
#include <vector>
#include <android-base/logging.h>
Classes | |
class | cuttlefish::anonymous_namespace{disjoint_range_set.cc}::Range |
struct | cuttlefish::DisjointRangeSet::Impl |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{disjoint_range_set.cc} |
Typedefs | |
using | cuttlefish::anonymous_namespace{disjoint_range_set.cc}::Iterator = std::set< Range >::iterator |