Lines Matching refs:para

83     std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":false"};
85 result = CheckInfo(para, fileinfo);
119 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":true"};
121 result = CheckInfo(para, fileinfo);
154 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_arr_key\":[true,true]"};
156 result = CheckInfo(para, fileinfo);
189 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_key\":\"hello\""};
191 result = CheckInfo(para, fileinfo);
226 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_arr_key\":[\"hello\",\"world\"]"};
228 result = CheckInfo(para, fileinfo);
261 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"double_key\":30949.374"};
263 result = CheckInfo(para, fileinfo);
296 std::vector<std::string> para = {"test_event", "\"type_\":2", "\"double_arr_key\":[123.22,30949.374,131312.46464]"};
298 result = CheckInfo(para, fileinfo);
331 std::vector<std::string> para = {"test_event", "\"type_\":2", "\"float_key\":234.5"};
333 result = CheckInfo(para, fileinfo);
366 std::vector<std::string> para = {"test_event", "\"type_\":2", "\"float_arr_key\":[123.22", "234.5", "131312.46"};
368 result = CheckInfo(para, fileinfo);
401 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int8_key\":1"};
403 result = CheckInfo(para, fileinfo);
436 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int8_arr_key\":[1,10,100]"};
438 result = CheckInfo(para, fileinfo);
471 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int16_key\":1"};
473 result = CheckInfo(para, fileinfo);
506 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int16_arr_key\":[1,1000,5000]"};
508 result = CheckInfo(para, fileinfo);
541 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int32_key\":1"};
543 result = CheckInfo(para, fileinfo);
576 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int32_arr_key\":[1,100000,500000]"};
578 result = CheckInfo(para, fileinfo);
611 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int64_key\":1"};
613 result = CheckInfo(para, fileinfo);
646 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int64_arr_key\":[1,10000000,50000000]"};
648 result = CheckInfo(para, fileinfo);
688 std::vector<std::string> para = {"test_event", "\"type_\":4"};
690 result = CheckInfo(para, fileinfo);
726 std::vector<std::string> para = {"test_event", "\"type_\":4"};
728 result = CheckInfo(para, fileinfo);
827 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"key31\":\"value31\"", "\"key15\":\"value15\""};
829 result = CheckInfo(para, fileinfo);
862 std::vector<std::string> para = {"test_event", "\"type_\":1"};
864 result = CheckInfo(para, fileinfo);
897 std::vector<std::string> para = {"test_event", "\"type_\":1"};
899 result = CheckInfo(para, fileinfo);
932 std::vector<std::string> para = {"test_event", "\"type_\":1"};
934 result = CheckInfo(para, fileinfo);
972 std::vector<std::string> para = {"test_event", "\"type_\":1"};
974 result = CheckInfo(para, fileinfo);
1007 std::vector<std::string> para = {"test_event", "\"type_\":1"};
1009 result = CheckInfo(para, fileinfo);
1050 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_arr_key\":[\"hello_world_0\",\"hello_world_1\",\"hello_world_2\"", "hello_world_99"};
1052 result = CheckInfo(para, fileinfo);
1092 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"key31\":\"value31\"","\"key15\":\"value15\"","\"key0\":\"value0\""};
1094 result = CheckInfo(para, fileinfo);
1145 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"key31\":\"value31\"","\"key15\":\"value15\"","\"key0\":\"value0\""};
1147 result = CheckInfo(para, fileinfo);
1194 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"key31\":\"value31\"","\"key15\":\"value15\"","\"key0\":\"value0\""};
1196 result = CheckInfo(para, fileinfo);