Home
last modified time | relevance | path

Searched defs:Dependent (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/example/serialize/
H A Dserialize.cpp64 class Dependent : public Person { class
66Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent() function in Dependent
67Dependent(const Dependent& rhs) : Person(rhs), education_(0) { education_ = (rhs.education_ == 0) … in Dependent() function in Dependent