Lines Matching defs:RecvWatchVariableInfo
69 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "3"); }},
77 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "2"); }},
85 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "2"); }},
93 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "6"); }},
101 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "1"); }},
109 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "1"); }},
117 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "23"); }},
125 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "100"); }},
133 [this](auto recv, auto, auto) -> bool { return RecvWatchVariableInfo(recv, "13"); }},
143 bool RecvWatchVariableInfo(std::string recv, std::string var_value)