Home
last modified time | relevance | path

Searched refs:ContentBase (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DValue.cpp82 class Value::ContentBase { class in 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 in clone()
121 virtual bool operator==(const ContentBase& rhs) const override in operator ==()
132 template<typename T> bool Value::ContentBase::get(T* out) const in get()
/frameworks/native/libs/binder/include/binder/
DValue.h177 class ContentBase; variable
179 ContentBase* mContent;