Searched refs:mInputProperties (Results 1 – 1 of 1) sorted by relevance
62 return mInputProperties.count(property); in hasInputProperty()80 void addInputProperty(int32_t property) { mInputProperties.insert(property); } in addInputProperty()119 std::set<int32_t> mInputProperties; variable