Searched refs:recyclable_ptr (Results 1 – 6 of 6) sorted by relevance
67 using recyclable_ptr = typename std::unique_ptr<T, Deleter<T>>; variable84 virtual recyclable_ptr<T> obtain() { in obtain()120 recyclable_ptr<T> wrap(T* raw) { in wrap()121 return recyclable_ptr<T> { raw, getDeleter() }; in wrap()163 using RecyclableType = recyclable_ptr<VehiclePropValue>;
35 using VehiclePropValuePtr = recyclable_ptr<VehiclePropValue>;
114 const std::vector<recyclable_ptr<VehiclePropValue>>& propValues,
99 std::vector<recyclable_ptr<VehiclePropValue>> vec; in TEST_F()
117 void sendPropEvent(recyclable_ptr<VehiclePropValue> value) { in sendPropEvent()
121 const std::vector<recyclable_ptr<VehiclePropValue>>& propValues, in distributeValuesToClients()