Searched defs:property_set (Results 1 – 3 of 3) sorted by relevance
186 PropertySet* property_set() { return property_set_; } in property_set() function
460 PropertySet* property_set; in AddInterface() local
26 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init()