Searched refs:list_copy_range (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/tools/build/src/engine/modules/ |
D | sequence.cpp | 75 …lol_add( inner->args, list_push_back( list_copy_range( function, args_begin, args_end ), object_co… in sequence_transform()
|
D | order.cpp | 23 var_set( frame->module, list_item( iter ), list_copy_range( arg, list_next( in add_pair()
|
/third_party/boost/tools/build/src/engine/ |
D | lists.cpp | 159 LIST * list_copy_range( LIST * l, LISTITER first, LISTITER last ) in list_copy_range() function 186 return list_copy_range( l, list_begin( l ) + start, list_begin( l ) + end ); in list_sublist()
|
D | lists.h | 78 LIST * list_copy_range( LIST * destination, LISTITER first, LISTITER last );
|
D | make1.cpp | 756 lol_add( frame->args, list_copy_range( timing_rule, list_next( in call_timing_rule() 815 lol_add( frame->args, list_copy_range( action_rule, list_next( in call_action_rule()
|
D | function.cpp | 3222 value = list_copy_range( actual, actual_iter, actual_end ); in argument_list_push() 5181 l = list_copy_range( actual, actual_iter, actual_end ); in argument_list_to_python()
|