OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bind_promotes_cb
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
bind_unittest.cc
349
Callback<int(void)>
bind_promotes_cb
= Bind(&UnwrapNoRefParent, c);
local
350
EXPECT_EQ(6,
bind_promotes_cb
.Run());
/external/chromium_org/base/
bind_unittest.cc
480
Callback<int(void)>
bind_promotes_cb
= Bind(&UnwrapNoRefParent, c);
local
481
EXPECT_EQ(6,
bind_promotes_cb
.Run());
Completed in 29 milliseconds