Lines Matching refs:string

60  * @tc.desc: Verify the function when the input string contains special characters.
64 std::string value = "enter";
77 * @tc.desc: Verify the function when the input string is empty.
81 std::string value = "";
91 * @tc.desc: Verify the function when the input string contains special characters.
95 std::string value = "value";
104 * @tc.desc: Verify the function when the input string is empty.
108 std::string value = "";
117 * @tc.desc: Verify the function when the input string contains special characters.
121 std::string value = "value";
130 * @tc.desc: Verify the function when the input string is empty.
134 std::string value = "";
143 * @tc.desc: Verify the function when the input string contains special characters.
147 std::string value = "value";
156 * @tc.desc: Verify the function when the input string is empty.
160 std::string value = "";
169 * @tc.desc: Verify the function when the input string contains special characters.
173 std::vector<std::string> value;
178 std::vector<std::string> revValue = operation->GetEntities();
190 * @tc.desc: Verify the function when the input string is empty.
194 std::vector<std::string> value;
203 * @tc.desc: Verify the function when the input string contains special characters.
216 * @tc.desc: Verify the function when the input string is empty.
229 * @tc.desc: Verify the function when the input string contains special characters.
233 std::string value = "scheme://authority/path1/path2/path3?id = 1&name = mingming&old#fragment";
244 * @tc.desc: Verify the function when the input string is empty.
248 std::string value = "";
262 std::string value = "value";
264 std::vector<std::string> columns;
278 std::vector<std::string> revValue = operation->GetEntities();
297 std::string value = "value";
299 std::vector<std::string> columns;
323 * @tc.desc: Verify string overload.
328 std::string value = "value";
330 std::vector<std::string> columns;
348 * @tc.desc: Verify string overload.