Home
last modified time | relevance | path

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

/third_party/boost/libs/proto/test/
Dmem_ptr.cpp101 int const &s_x = evaluator()(test1(rcs)); in test_refs_transform() local
102 BOOST_CHECK_EQUAL(&s.x, &s_x); in test_refs_transform()
129 int const &s_x = proto::eval(test1(rcs), ctx); in test_refs_context() local
130 BOOST_CHECK_EQUAL(&s.x, &s_x); in test_refs_context()
/third_party/boost/libs/graph/example/
Dknights_tour.cpp162 int s_x = 0; in number_of_successors() local
166 ++s_x; in number_of_successors()
167 return s_x; in number_of_successors()