Searched refs:been_here (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/ |
D | gunicollate.c | 313 static gboolean been_here; in carbon_collate_key() local 314 if (!been_here) in carbon_collate_key() 316 been_here = TRUE; in carbon_collate_key() 344 static gboolean been_here; in carbon_collate_key_for_filename() local 345 if (!been_here) in carbon_collate_key_for_filename() 347 been_here = TRUE; in carbon_collate_key_for_filename()
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | closures.hpp | 423 static boost::once_flag been_here = BOOST_ONCE_INIT; in closure_frame_holder_ref() local 425 static boost::once_flag been_here; in closure_frame_holder_ref() 427 boost::call_once(been_here, tsp_frame_instance_init); in closure_frame_holder_ref()
|
/third_party/boost/boost/spirit/home/classic/core/non_terminal/impl/ |
D | object_with_id.ipp | 141 static boost::once_flag been_here = BOOST_ONCE_INIT; 143 static boost::once_flag been_here; 145 boost::call_once(been_here, mutex_init);
|
/third_party/libsoup/tests/ |
D | auth-test.c | 528 gboolean *been_here = data; in async_authenticate_assert_once() local 532 soup_test_assert (!*been_here, in async_authenticate_assert_once() 534 *been_here = TRUE; in async_authenticate_assert_once() 541 gboolean *been_here = data; in async_authenticate_assert_once_and_stop() local 545 soup_test_assert (!*been_here, in async_authenticate_assert_once_and_stop() 547 *been_here = TRUE; in async_authenticate_assert_once_and_stop()
|
/third_party/zlib/examples/ |
D | enough.c | 308 local int been_here(int syms, int left, int len, int mem, int rem) { in been_here() function 409 if (been_here(syms, left, len, mem, rem)) in examine()
|
/third_party/glib/gio/tests/ |
D | socket.c | 1489 gboolean *been_here = user_data; in postmortem_source_cb() local 1493 *been_here = TRUE; in postmortem_source_cb()
|