Home
last modified time | relevance | path

Searched refs:declare_native_rule (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/tools/build/src/engine/modules/
Dregex.cpp223 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()
Dsequence.cpp88 declare_native_rule( "sequence", "select-highest-ranked", args, in init_sequence()
93 declare_native_rule( "sequence", "transform", args, in init_sequence()
Dorder.cpp152 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()
Dproperty-set.cpp318 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()
326declare_native_rule( "class@property-set", "contains-features", args, property_set_contains_featur… in init_property_set()
Dpath.cpp24 declare_native_rule( "path", "exists", args, path_exists, 1 ); in init_path()
Dset.cpp40 declare_native_rule("set", "difference", args, set_difference, 1); in init_set()
/third_party/boost/tools/build/src/engine/
Dnative.h32 void declare_native_rule( char const * module, char const * rule,
Dnative.cpp14 void declare_native_rule( char const * module, char const * rule, in declare_native_rule() function