Home
last modified time | relevance | path

Searched defs:iter_type (Results 1 – 9 of 9) sorted by relevance

/external/oboe/apps/fxlab/app/src/main/cpp/
DFunctionList.h44 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()
/external/oboe/apps/fxlab/app/src/main/cpp/effects/
DDriveControl.h27 DriveControl(std::function<void(iter_type, iter_type)> function, double scale): in DriveControl()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhandler_type_requirements.hpp123 #define ASIO_COMPOSED_CONNECT_HANDLER_CHECK( handler_type, handler, iter_type) typedef A… argument
125 #define ASIO_RESOLVE_HANDLER_CHECK( handler_type, handler, iter_type) typedef ASIO_HANDL… argument
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h90 static _ef<iter_type> modifyEffect( in modifyEffect()
/external/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
Dis_pathable.pass.cpp67 using iter_type = input_iterator<CharT*>; typedef
/external/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
Dis_pathable.pass.cpp66 using iter_type = input_iterator<CharT*>; typedef
/external/llvm-project/clang/test/Index/
Dannotate-nested-name-specifier.cpp100 typedef typename outer_alias::inner::vector<type>::iterator iter_type; typedef
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp100 typedef typename outer_alias::inner::vector<type>::iterator iter_type; typedef
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h8173 typedef VmaSuballocationList::iterator iter_type; in ResizeAllocation() typedef