Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-vtable-cc.cc23 static int happy_finder_object = 0; variable
33 happy_finder_object++; in happy_finder()
34 *found = &happy_finder_object; in happy_finder()
66 assert_se(happy_finder_object == 1); in test_vtable()
Dtest-bus-vtable.c23 static int happy_finder_object = 0; variable
33 happy_finder_object++; in happy_finder()
34 *found = &happy_finder_object; in happy_finder()
66 assert_se(happy_finder_object == 1); in test_vtable()