Lines Matching refs:wl_object
169 static struct wl_object sender = { NULL, NULL, 1234 }; in marshal()
190 struct wl_object object; in TEST()
233 static struct wl_object sender = { 0 }; in expected_fail_marshal()
254 static struct wl_object sender = { NULL, NULL, 1234 }; in expected_fail_marshal_send()
272 struct wl_object object; in TEST()
310 struct wl_object *object, uint32_t u) in validate_demarshal_u()
317 struct wl_object *object, int32_t i) in validate_demarshal_i()
324 struct wl_object *object, const char *s) in validate_demarshal_s()
334 struct wl_object *object, int fd) in validate_demarshal_h()
349 struct wl_object *object, wl_fixed_t f) in validate_demarshal_f()
361 struct wl_object object = { NULL, &func, 0 }; in demarshal()
430 static struct wl_object sender = { NULL, NULL, 1234 }; in marshal_demarshal()
433 struct wl_object object = { NULL, &func, 0 }; in marshal_demarshal()
546 static struct wl_object sender = { NULL, NULL, 1234 }; in marshal_helper()
547 struct wl_object object = { NULL, &handler, 0 }; in marshal_helper()
565 suu_handler(void *data, struct wl_object *object, in suu_handler()