Searched defs:ContentBase (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/binder/
H A DValue.cpp82 class Value::ContentBase { class in class:android::binder::Value
84 virtual ~ContentBase() = default;
86 virtual ContentBase * clone() const = 0;
87 virtual bool operator==(const ContentBase& rhs) const = 0;
97 template<typename T> class Value::Content : public Value::ContentBase {
116 virtual ContentBase * clone() const override
121 virtual bool operator==(const ContentBase& rhs) const override
132 template<typename T> bool Value::ContentBase::get(T* out) const

Completed in 67 milliseconds