HomeSort by relevance Sort by last modified time
    Searched refs:JSON_NEWLINE (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/json/
json_writer_unittest.cc 77 #define JSON_NEWLINE "\r\n"
79 #define JSON_NEWLINE "\n"
81 EXPECT_EQ("{" JSON_NEWLINE
82 " \"list\": [ {" JSON_NEWLINE
83 " \"inner int\": 10" JSON_NEWLINE
84 " }, [ ], true ]" JSON_NEWLINE
85 "}" JSON_NEWLINE,
87 #undef JSON_NEWLINE
json_value_serializer_unittest.cc 253 #define JSON_NEWLINE "\r\n"
255 #define JSON_NEWLINE "\n"
258 "{" JSON_NEWLINE
259 " \"bool\": true," JSON_NEWLINE
260 " \"double\": 3.14," JSON_NEWLINE
261 " \"int\": 42," JSON_NEWLINE
262 " \"list\": [ 1, 2 ]," JSON_NEWLINE
263 " \"null\": null" JSON_NEWLINE
264 "}" JSON_NEWLINE;
265 #undef JSON_NEWLINE
    [all...]

Completed in 204 milliseconds