Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dclient_helper.cc57 std::stringstream key_stream; in GetServiceAccountJsonKey() local
58 key_stream << json_key_file.rdbuf(); in GetServiceAccountJsonKey()
59 json_key = key_stream.str(); in GetServiceAccountJsonKey()
/external/perf_data_converter/src/
Dperf_data_converter_test.cc69 std::stringstream key_stream; in GetMapCounts() local
70 key_stream << profile.string_table(main.filename()) << ":" in GetMapCounts()
79 key_stream << "+" << profile.string_table(dso->filename()) << ":" in GetMapCounts()
83 const auto& key = key_stream.str(); in GetMapCounts()