Searched refs:insert_value (Results 1 – 2 of 2) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-util.hpp | 489 struct insert_value struct 493 insert_value(OStream& os, ValueType v) : os(os), value(std::move(v)) {} in insert_value() function 498 insert_value& operator=(const insert_value&) RXCPP_DELETE; 540 …-> decltype(detail::print_followed_with(os, detail::insert_value<OStream, DelimitValue>(os, std::m… in print_followed_by() 541 …return detail::print_followed_with(os, detail::insert_value<OStream, DelimitValue>(os, std::m… in print_followed_by()
|
/external/adhd/cras/src/server/ |
D | cras_expr.c | 133 static struct cras_expr_value *insert_value(struct cras_expr_env *env, in insert_value() function 145 value = insert_value(env, key); in find_or_insert_value()
|