Searched refs:kProperJSON (Results 1 – 1 of 1) sorted by relevance
27 const char kProperJSON[] = variable75 ASSERT_EQ(kProperJSON, serialized_json); in CheckJSONIsStillTheSame()92 JSONStringValueDeserializer str_deserializer(kProperJSON); in TEST()153 ASSERT_EQ(static_cast<int>(strlen(kProperJSON)), in TEST()154 WriteFile(temp_file, kProperJSON, strlen(kProperJSON))); in TEST()