Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_impl.h143 const base::RefCountedString* parameter_copy_storage() const { in parameter_copy_storage() function
Dtrace_event_unittest.cc1480 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()