Searched refs:contents_str_view (Results 1 – 1 of 1) sorted by relevance
155 absl::string_view contents_str_view = StringViewFromSlice(contents); in ReadFromFile() local158 std::string(contents_str_view).c_str()); in ReadFromFile()160 Json json = Json::Parse(contents_str_view, error); in ReadFromFile()