Home
last modified time | relevance | path

Searched refs:next_ctx (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/workbench/x3/toy/
Dtoy.cpp96 context(T const& val, NextContext const& next_ctx) in context()
97 : val(val), next_ctx(next_ctx) {} in context()
108 return next_ctx.get(id); in get()
112 NextContext const& next_ctx; member
/third_party/glib/glib/tests/
Dgwakeuptest.c159 gint next_ctx; in dispatch_token() local
161 next_ctx = g_test_rand_int_range (0, NUM_THREADS); in dispatch_token()
162 ctx = &contexts[next_ctx]; in dispatch_token()