Searched refs:declare_native_rule (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/tools/build/src/engine/modules/ |
D | regex.cpp | 223 declare_native_rule( "regex", "split", args, regex_split, 1 ); in init_regex() 227 declare_native_rule( "regex", "replace", args, regex_replace, 1 ); in init_regex() 231 declare_native_rule( "regex", "transform", args, regex_transform, 2 ); in init_regex()
|
D | sequence.cpp | 88 declare_native_rule( "sequence", "select-highest-ranked", args, in init_sequence() 93 declare_native_rule( "sequence", "transform", args, in init_sequence()
|
D | order.cpp | 152 declare_native_rule( "class@order", "add-pair", args, add_pair, 1 ); in init_order() 157 declare_native_rule( "class@order", "order", args, order, 1 ); in init_order()
|
D | property-set.cpp | 318 declare_native_rule( "property-set", "create", args, property_set_create, 1 ); in init_property_set() 322 declare_native_rule( "class@property-set", "get", args, property_set_get, 1 ); in init_property_set() 326 …declare_native_rule( "class@property-set", "contains-features", args, property_set_contains_featur… in init_property_set()
|
D | path.cpp | 24 declare_native_rule( "path", "exists", args, path_exists, 1 ); in init_path()
|
D | set.cpp | 40 declare_native_rule("set", "difference", args, set_difference, 1); in init_set()
|
/third_party/boost/tools/build/src/engine/ |
D | native.h | 32 void declare_native_rule( char const * module, char const * rule,
|
D | native.cpp | 14 void declare_native_rule( char const * module, char const * rule, in declare_native_rule() function
|