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_org/base/json/
json_writer_unittest.cc
95
#define
JSON_NEWLINE
"\r\n"
97
#define
JSON_NEWLINE
"\n"
99
EXPECT_EQ("{"
JSON_NEWLINE
100
" \"list\": [ {"
JSON_NEWLINE
101
" \"inner int\": 10"
JSON_NEWLINE
102
" }, [ ], true ]"
JSON_NEWLINE
103
"}"
JSON_NEWLINE
,
105
#undef
JSON_NEWLINE
json_value_serializer_unittest.cc
208
#define
JSON_NEWLINE
"\r\n"
210
#define
JSON_NEWLINE
"\n"
213
"{"
JSON_NEWLINE
214
" \"bool\": true,"
JSON_NEWLINE
215
" \"double\": 3.14,"
JSON_NEWLINE
216
" \"int\": 42,"
JSON_NEWLINE
217
" \"list\": [ 1, 2 ],"
JSON_NEWLINE
218
" \"null\": null"
JSON_NEWLINE
219
"}"
JSON_NEWLINE
;
220
#undef
JSON_NEWLINE
[
all
...]
Completed in 37 milliseconds