Searched defs:iter_type (Results 1 – 9 of 9) sorted by relevance
44 void addEffect(std::function<void(iter_type, iter_type)> f) { in addEffect()66 void modifyEffectAt(size_t index, std::function<void(iter_type, iter_type)> fun) { in modifyEffectAt()
27 DriveControl(std::function<void(iter_type, iter_type)> function, double scale): in DriveControl()
123 #define ASIO_COMPOSED_CONNECT_HANDLER_CHECK( handler_type, handler, iter_type) typedef A… argument125 #define ASIO_RESOLVE_HANDLER_CHECK( handler_type, handler, iter_type) typedef ASIO_HANDL… argument
90 static _ef<iter_type> modifyEffect( in modifyEffect()
67 using iter_type = input_iterator<CharT*>; typedef
66 using iter_type = input_iterator<CharT*>; typedef
100 typedef typename outer_alias::inner::vector<type>::iterator iter_type; typedef
8173 typedef VmaSuballocationList::iterator iter_type; in ResizeAllocation() typedef