Home | History | Annotate | Download | only in etc

Lines Matching full:_function

1676 	stl/_function.h include with the smaller _function_base.h include.
1814 * stlport/stl/_function_base.h, _function.h: Move as many functor as
1815 possible from _function_base.h to _function.h to improve
3903 _tree.h: Fix macro guards used to avoid inclusion of _function.h or
5431 * stlport/stl/_algobase.h, _function.h, _iterator_base.h, _move_construct_fwk.h,
5785 * stlport/stl/_function.h, _queue.h, _stack.h, _map.h, _iterator.h:
6494 * stlport/numeric: removal of the _function.h header include.
6620 * stlport/stl/_function.h: Use a call_traits to avoid the reference
7348 * _function.h : all function can now be used in a non-const world (thanks Alexey Kirjushkin)
7366 * _function.h : integration of a new workaround for mem_fun_* family
7912 * _istream.c : use of bind2nd (which required _function.h inclusion) changed to use alternate functor (thanks to Sergei Nikolaev)
8046 * _istream.c : removed dependancy on _function.h (thanks to Kenny Simpson for the report)
8086 * <stl/_function.h> : basic stuff moved to _function_base.h ;