OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSON_NEWLINE
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/json/
json_writer_unittest.cc
68
#define
JSON_NEWLINE
"\r\n"
70
#define
JSON_NEWLINE
"\n"
72
ASSERT_EQ("{"
JSON_NEWLINE
73
" \"list\": [ {"
JSON_NEWLINE
74
" \"inner int\": 10"
JSON_NEWLINE
75
" }, [ ], true ]"
JSON_NEWLINE
76
"}"
JSON_NEWLINE
,
78
#undef
JSON_NEWLINE
/external/chromium/chrome/common/
json_value_serializer_unittest.cc
60
#define
JSON_NEWLINE
"\r\n"
62
#define
JSON_NEWLINE
"\n"
65
"{"
JSON_NEWLINE
66
" \"bool\": true,"
JSON_NEWLINE
67
" \"double\": 3.14,"
JSON_NEWLINE
68
" \"int\": 42,"
JSON_NEWLINE
69
" \"list\": [ 1, 2 ],"
JSON_NEWLINE
70
" \"null\": null"
JSON_NEWLINE
71
"}"
JSON_NEWLINE
;
72
#undef
JSON_NEWLINE
[
all
...]
Completed in 77 milliseconds