Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc525 void CaptureInt32(int32_t* storage, in CaptureInt32() function
549 sender0->Echo(123, base::Bind(&CaptureInt32, &echoed_value, in TEST_F()
562 sender1->Echo(456, base::Bind(&CaptureInt32, &echoed_value, in TEST_F()