Searched defs:StructorListener (Results 1 – 1 of 1) sorted by relevance
48 struct StructorListener { struct49 int construct0 = 0;50 int construct1 = 0;51 int construct2 = 0;52 int listinit = 0;53 int copy = 0;54 int move = 0;55 int copy_assign = 0;56 int move_assign = 0;57 int destruct = 0;[all …]