Searched refs:reply_args (Results 1 – 2 of 2) sorted by relevance
259 std::unique_ptr<ReplyProto> reply_args(new ReplyProto()); in TEST_F() local260 reply_args->set_data("bar"); in TEST_F()262 std::unique_ptr<ProtoMessage>(reply_args.release()))); in TEST_F()273 ReplyProto reply_args; in TEST_F() local274 reply_args.ParseFromString(reply.reply_proto()); in TEST_F()275 ASSERT_EQ("bar", reply_args.data()); in TEST_F()297 std::unique_ptr<ReplyProto> reply_args(new ReplyProto()); in TEST_F() local298 reply_args->set_data("the_reply"); in TEST_F()300 std::unique_ptr<ProtoMessage>(reply_args.release()))); in TEST_F()308 ReplyProto reply_args; in TEST_F() local[all …]
243 ReplyProto reply_args; in TEST_F() local244 reply->set_reply_proto(reply_args.SerializeAsString()); in TEST_F()509 ReplyProto reply_args; in TEST_F() local