OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateJsonList
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
json_value_serializer_unittest.cc
196
void
ValidateJsonList
(const std::string& json) {
211
ValidateJsonList
("[ // 2, 3, ignore me ] \n1 ]");
212
ValidateJsonList
("[ /* 2, \n3, ignore me ]*/ \n1 ]");
213
ValidateJsonList
("//header\n[ // 2, \n// 3, \n1 ]// footer");
214
ValidateJsonList
("/*\n[ // 2, \n// 3, \n1 ]*/[1]");
215
ValidateJsonList
("[ 1 /* one */ ] /* end */");
216
ValidateJsonList
("[ 1 //// ,2\r\n ]");
/external/chromium_org/base/json/
json_value_serializer_unittest.cc
62
void
ValidateJsonList
(const std::string& json) {
345
ValidateJsonList
("[ // 2, 3, ignore me ] \n1 ]");
346
ValidateJsonList
("[ /* 2, \n3, ignore me ]*/ \n1 ]");
347
ValidateJsonList
("//header\n[ // 2, \n// 3, \n1 ]// footer");
348
ValidateJsonList
("/*\n[ // 2, \n// 3, \n1 ]*/[1]");
349
ValidateJsonList
("[ 1 /* one */ ] /* end */");
350
ValidateJsonList
("[ 1 //// ,2\r\n ]");
Completed in 98 milliseconds