Searched refs:ContentBase (Results 1 - 3 of 3) sorted by relevance

/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
/frameworks/native/include/binder/
H A DValue.h177 class ContentBase;
179 ContentBase* mContent;
/frameworks/native/libs/binder/include/binder/
H A DValue.h177 class ContentBase;
179 ContentBase* mContent;

Completed in 77 milliseconds