Searched refs:mutable_for_testing (Results 1 – 7 of 7) sorted by relevance
36 proto.mutable_for_testing()->set_str("string field"); in TEST()46 proto.mutable_for_testing()->set_str("string field"); in TEST()93 proto.mutable_for_testing()->set_str("string field"); in TEST()111 proto.mutable_for_testing()->set_str("string field"); in TEST()131 proto.mutable_for_testing()->set_str("string field"); in TEST()140 proto.mutable_for_testing()->set_str("foo"); in TEST()153 proto.mutable_for_testing()->set_str("string field"); in TEST()165 proto.mutable_for_testing()->set_str("string field"); in TEST()
52 proto.mutable_for_testing()->set_str("string field"); in TEST()69 proto.mutable_for_testing()->set_str( in TEST()100 proto.mutable_for_testing()->set_str("string field"); in TEST()126 tp_proto.mutable_for_testing()->set_str(payload); in TEST()
179 for_testing_.ToProto(proto->mutable_for_testing()); in ToProto()
409 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()410 ds_config->mutable_for_testing()->set_message_count(kNumPackets); in TEST_F()411 ds_config->mutable_for_testing()->set_message_size(kMsgSize); in TEST_F()412 ds_config->mutable_for_testing()->set_send_batch_on_register(true); in TEST_F()450 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()451 ds_config->mutable_for_testing()->set_message_count(kNumPackets); in TEST_F()452 ds_config->mutable_for_testing()->set_message_size(kMsgSize); in TEST_F()453 ds_config->mutable_for_testing()->set_send_batch_on_register(true); in TEST_F()484 ds_config->mutable_for_testing()->set_message_count(kNumPackets); in TEST_F()485 ds_config->mutable_for_testing()->set_message_size(32); in TEST_F()[all …]
65 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in BenchmarkProducer()66 ds_config->mutable_for_testing()->set_message_count(message_count); in BenchmarkProducer()67 ds_config->mutable_for_testing()->set_message_size(message_bytes); in BenchmarkProducer()68 ds_config->mutable_for_testing()->set_max_messages_per_second(messages_per_s); in BenchmarkProducer()142 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in BenchmarkConsumer()143 ds_config->mutable_for_testing()->set_message_count(message_count); in BenchmarkConsumer()144 ds_config->mutable_for_testing()->set_message_size(message_bytes); in BenchmarkConsumer()145 ds_config->mutable_for_testing()->set_max_messages_per_second(messages_per_s); in BenchmarkConsumer()
63 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TestMockProducer()64 ds_config->mutable_for_testing()->set_message_count(kEventCount); in TestMockProducer()65 ds_config->mutable_for_testing()->set_message_size(kMessageSizeBytes); in TestMockProducer()66 ds_config->mutable_for_testing()->set_send_batch_on_register(true); in TestMockProducer()
154 TestConfig* mutable_for_testing() { return &for_testing_; } in mutable_for_testing() function