Lines Matching defs:recv
37 [](auto recv, auto, auto) -> bool {
38 std::unique_ptr<PtJson> json = PtJson::Parse(recv);
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)
145 std::unique_ptr<PtJson> json = PtJson::Parse(recv);