HomeSort by: relevance | last modified time | path
    Searched refs:int_wrapper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/format/
formatter_test.cpp 48 class int_wrapper { class in namespace:__anon6992
56 int_wrapper(const int value_) : _value(value_) function in class:__anon6992::int_wrapper
78 operator<<(std::ostream& output, const int_wrapper& wrapper)
171 EQ("3", F("%s") % int_wrapper(3));
  /src/external/bsd/kyua-cli/dist/utils/config/
tree_test.cpp 48 class int_wrapper { class in namespace:__anon6989
56 explicit int_wrapper(int value_) : function in class:__anon6989::int_wrapper
71 class wrapped_int_node : public config::typed_leaf_node< int_wrapper > {
91 config::typed_leaf_node< int_wrapper >::value().value());
102 int_wrapper new_value(state.to_integer(value_index));
103 config::typed_leaf_node< int_wrapper >::set(new_value);
112 int_wrapper new_value(text::to_type< int >(raw_value));
113 config::typed_leaf_node< int_wrapper >::set(new_value);
123 config::typed_leaf_node< int_wrapper >::value().value();
385 tree.set< wrapped_int_node >("top.custom", int_wrapper(10))
    [all...]

Completed in 43 milliseconds