OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pmf_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.h
39
template<typename T, returnType (T::*member) argumentTypes> struct
pmf_
##member##_helper {}; \
41
template<typename T> yes_tag has_member_##member##_helper(
pmf_
##member##_helper<T, &T::member >*); \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp
604
void (locale::id::*
pmf_
)();
member in class:__anon33119::__fake_bind
607
: id_(id),
pmf_
(pmf) {}
611
(id_->*
pmf_
)();
[
all
...]
Completed in 117 milliseconds