Lines Matching defs:flag
49 uint8_t flag[2]; // magic word
70 oss << " flag:" << std::hex << unsigned(flag[0]) << " " << unsigned(flag[1]) << std::dec;
85 : flag {PACKET_FLAG[0], PACKET_FLAG[1]},
94 return flag[0] == r.flag[0] and flag[1] == r.flag[1] and option == r.option and
154 virtual bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg,