Lines Matching refs:StringValue
180 check_vector<StringValue>(reporter, v, s ? strlen(s) : 0, !!s);
182 REPORTER_ASSERT(reporter, !strcmp(v.as<StringValue>().begin(), s));
288 check_vector<StringValue>(reporter, v.as<ArrayValue>()[2], 3, true);
354 const auto v6 = StringValue(nullptr, 0, alloc);
355 check_value<StringValue>(reporter, v6, "\"\"");
357 const auto v7 = StringValue(" foo ", 5, alloc);
358 check_value<StringValue>(reporter, v7, "\" foo \"");
360 const auto v8 = StringValue(" foo bar baz ", 13, alloc);
361 check_value<StringValue>(reporter, v8, "\" foo bar baz \"");
374 { StringValue("key_0", 5, alloc), v1 },
375 { StringValue("key_1", 5, alloc), v4 },
376 { StringValue("key_2", 5, alloc), v11 },
398 { StringValue("key_00", 6, alloc), v5 },
399 { StringValue("key_01", 6, alloc), v7 },
400 { StringValue("key_02", 6, alloc), v13 },