Searched refs:InMemoryFileSystemMetadataKeys (Results 1 – 3 of 3) sorted by relevance
59 j = json { { InMemoryFileSystemMetadataKeys::kNodes, fs.nodes } }; in to_json()63 if (j.contains(InMemoryFileSystemMetadataKeys::kNodes)) { in from_json()64 j.at(InMemoryFileSystemMetadataKeys::kNodes).get_to(fs.nodes); in from_json()
75 to_string(InMemoryFileSystemMetadataKeys::kNodes) : to_json_value(fs.nodes)85 from_json_value(json_dict[to_string(InMemoryFileSystemMetadataKeys::kNodes)], fs.nodes);
22 struct InMemoryFileSystemMetadataKeys { struct