Home
last modified time | relevance | path

Searched refs:contents_str_view (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_bootstrap.cc92 absl::string_view contents_str_view = StringViewFromSlice(contents); in ReadFromFile() local
95 std::string(contents_str_view).c_str()); in ReadFromFile()
97 Json json = Json::Parse(contents_str_view, error); in ReadFromFile()
/third_party/grpc/src/core/ext/xds/
Dxds_bootstrap.cc177 absl::string_view contents_str_view = StringViewFromSlice(contents); in Create() local
180 std::string(contents_str_view).c_str()); in Create()
183 auto result = ParseJsonAndCreate(client, tracer, contents_str_view, in Create()