Searched refs:parameter_copy_storage (Results 1 – 2 of 2) sorted by relevance
143 const base::RefCountedString* parameter_copy_storage() const { in parameter_copy_storage() function
1480 EXPECT_TRUE(event1->parameter_copy_storage() != NULL); in TEST_F()1481 EXPECT_TRUE(event2->parameter_copy_storage() != NULL); in TEST_F()1482 EXPECT_GT(event1->parameter_copy_storage()->size(), 0u); in TEST_F()1483 EXPECT_GT(event2->parameter_copy_storage()->size(), 0u); in TEST_F()1511 EXPECT_TRUE(event1->parameter_copy_storage() == NULL); in TEST_F()1512 EXPECT_TRUE(event2->parameter_copy_storage() == NULL); in TEST_F()