Searched defs:promote (Results 1 – 4 of 4) sorted by relevance
237 std::vector<T> promote() && { in promote() function274 Dynamic& promote(Static& static_vector) { in promote() function397 std::vector<T> promote() && { return std::move(*this); } in promote() function
375 SpAIBinder promote() const { return SpAIBinder(AIBinder_Weak_promote(get())); } in promote() function
431 sp<T> wp<T>::promote() const in promote() function
468 pub fn promote(&self) -> Option<SpIBinder> { in promote() method