Lines Matching refs:GetParamValue
1224 int ret = record.GetParamValue("type_", val);
1240 int ret = record.GetParamValue("XXX", val);
1256 int ret = record.GetParamValue("PARAM_B", val);
1288 int ret = record.GetParamValue("PARAM_A", val);
1304 int ret = record.GetParamValue("PARAM_A", val);
1320 int ret = record.GetParamValue("PARAM_A", val);
1336 int ret = record.GetParamValue("PARAM_B", val);
1352 int ret = record.GetParamValue("PARAM_B", val);
1368 int ret = record.GetParamValue("PARAM_B", val);
1384 int ret = record.GetParamValue("PARAM_B", val);
1400 int ret = record.GetParamValue("PARAM_B", val);
1478 auto ret = record.GetParamValue("domain_", num);
1481 ret = record.GetParamValue("name_", paramC);
1483 ret = record.GetParamValue("PARAM_C", paramC);
1486 ret = record.GetParamValue("UINT64_T", uint64TypeParam);
1489 ret = record.GetParamValue("INT64_T", int64TypeParam);
1492 ret = record.GetParamValue("DOUBLE_T", doubleTypeParam);
1495 ret = record.GetParamValue("DOUBLE_T_NOT_EXIST", doubleTypeParam2);