Home
last modified time | relevance | path

Searched defs:insert_value (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp489 struct insert_value struct
491 OStream& os;
492 ValueType value;
493 insert_value(OStream& os, ValueType v) : os(os), value(std::move(v)) {} in insert_value() function
494 void operator()() const { in operator ()()
/external/adhd/cras/src/server/
Dcras_expr.c133 static struct cras_expr_value *insert_value(struct cras_expr_env *env, in insert_value() function