Searched refs:json_contents (Results 1 – 3 of 3) sorted by relevance
49 std::string json_contents; in main() local50 if (!flatbuffers::LoadFile(json_path.c_str(), false, &json_contents)) { in main()73 if (!parser.Parse(json_contents.c_str(), include_directories, in main()
234 json_contents = json.load(f)236 self.assertEqual(json_contents, expected_bisection_contents)
1320 def _save_private_file(filename, json_contents): argument1330 json.dump(json_contents, file_handle, sort_keys=True,