Lines Matching refs:getter_body
334 #define getter_body(in, out) do { \
345 getter_body(pilot_bool, val);
353 getter_body(pilot_full_name, name);
361 getter_body(pilot_byte, byte);
369 getter_body(pilot_int16, int16);
377 getter_body(pilot_uint16, uint16);
385 getter_body(pilot_int32, int32);
393 getter_body(pilot_uint32, uint32);
401 getter_body(pilot_int64, int64);
409 getter_body(pilot_uint64, uint64);
417 getter_body(pilot_double, double_val);