Lines Matching refs:Descriptor
22 class Descriptor {
24 Descriptor() = default;
25 Descriptor(const Descriptor& other);
26 Descriptor& operator=(const Descriptor& other);
27 Descriptor(uint16_t handle, const UUID& uuid, uint16_t permissions)
29 virtual ~Descriptor() = default;
32 bool Equals(const Descriptor& other) const;
33 bool operator==(const Descriptor& rhs) const;
34 bool operator!=(const Descriptor& rhs) const;