Searched refs:CaptureInt32 (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | associated_interface_unittest.cc | 539 void CaptureInt32(int32_t* storage, in CaptureInt32() function 562 sender0->Echo(123, base::Bind(&CaptureInt32, &echoed_value, in TEST_F() 575 sender1->Echo(456, base::Bind(&CaptureInt32, &echoed_value, in TEST_F() 1056 ->Echo(123, base::Bind(&CaptureInt32, &echoed_value, in TEST_F()
|