Searched refs:contents_str_view (Results 1 – 2 of 2) sorted by relevance
92 absl::string_view contents_str_view = StringViewFromSlice(contents); in ReadFromFile() local95 std::string(contents_str_view).c_str()); in ReadFromFile()97 Json json = Json::Parse(contents_str_view, error); in ReadFromFile()
177 absl::string_view contents_str_view = StringViewFromSlice(contents); in Create() local180 std::string(contents_str_view).c_str()); in Create()183 auto result = ParseJsonAndCreate(client, tracer, contents_str_view, in Create()