Home
last modified time | relevance | path

Searched refs:group_inserted (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/GTpo/src/gtpo/
H A Dgraph_behaviour.h69 void group_inserted( weak_node_t& weakGroup ) noexcept { static_cast<void>(weakGroup); } in group_inserted() function
102 void group_inserted( weak_node_t& weakGroup ) noexcept { on_group_inserted(weakGroup); } in group_inserted() function
166 void group_inserted( weak_node_t& weakGroup ) noexcept { in group_inserted() function
169 … graph->notify_dynamic_behaviours( &dynamic_graph_behaviour<config_t>::group_inserted, weakGroup ); in group_inserted()
H A Dgraph_behaviour.hpp72 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.group_inserted( group );… in notify_group_inserted()
/dports/databases/redis5/redis-5.0.14/src/
H A Dt_stream.c1028 int group_inserted = in streamReplyWithRange() local
1036 if (group_inserted == 0) { in streamReplyWithRange()
1047 } else if (group_inserted == 1 && consumer_inserted == 0) { in streamReplyWithRange()
/dports/databases/redis6/redis-6.0.16/src/
H A Dt_stream.c1033 int group_inserted = in streamReplyWithRange() local
1041 if (group_inserted == 0) { in streamReplyWithRange()
1052 } else if (group_inserted == 1 && consumer_inserted == 0) { in streamReplyWithRange()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dt_stream.c1570 int group_inserted = in streamReplyWithRange() local
1578 if (group_inserted == 0) { in streamReplyWithRange()
1589 } else if (group_inserted == 1 && consumer_inserted == 0) { in streamReplyWithRange()