Searched defs:mytype (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-util.c137 struct mytype { struct
145 assert_se(container_of(&myval.v1, struct mytype, v1) == &myval);
146 assert_se(container_of(&myval.v2, struct mytype, v2) == &myval);
148 struct mytype,
150 struct mytype,

Completed in 15 milliseconds