Home | History | Annotate | Download | only in glue

Lines Matching refs:CheckString

29 void CheckString(const std::string& expected_str, const NPVariant& actual) {
38 void CheckString(const NPVariant& expected, const NPVariant& actual) {
42 CheckString(expected_str, actual);
107 CheckString(source, dest);
137 CheckString(source, dest);
165 CheckString(before, source);
200 CheckString("test value", np);
253 CheckString("1st test value", cpp);
264 CheckString("\xce\xb1\xe4\xb8\x80\xf0\x90\x90\x84", cpp);
291 CheckString("1st test string", cpp);
296 CheckString("std test string", cpp);
303 CheckString(expected, cpp);
313 CheckString(expected, cpp);
490 CheckString("string", cpp_vector[3]);