We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69251e commit 4625ac6Copy full SHA for 4625ac6
test/request_weaver_test.cc
@@ -63,7 +63,7 @@ class RequestWeaverTest : public ::testing::Test {
63
std::vector<RequestWeaver::BindingInfo> bindings_;
64
std::list<Field> fields_;
65
66
- Field CreateField(google::protobuf::StringPiece name) {
+ Field CreateField(internal::string_view name) {
67
Field::Cardinality card;
68
if (name.ends_with("*")) {
69
// we use "*" at the end of the field name to denote a repeated field.
0 commit comments