OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mf2
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p18.cpp
5
void
mf2
();
20
void A<Y>::B<double>::
mf2
() { } // expected-error{{does not refer}}
function in class:A::B
p21.cpp
6
template<typename U> void
mf2
(T, U); // expected-note{{previous}}
15
void X<int>::
mf2
(int, int = 17) // expected-error{{default}}
function in class:X
19
void X<int>::
mf2
(int, U = U()) // expected-error{{default}}
function in class:X
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn_template.hpp
251
//
mf2
253
template<class R, class T, class A1, class A2 BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(
mf2
)
276
explicit BOOST_MEM_FN_NAME(
mf2
)(F f): f_(f) {}
function
304
bool operator==(BOOST_MEM_FN_NAME(
mf2
) const & rhs) const
309
bool operator!=(BOOST_MEM_FN_NAME(
mf2
) const & rhs) const
/external/opencv3/modules/core/test/
test_operations.cpp
774
Mat_<Vec2f>
mf2
;
local
777
merge(mvf,
mf2
);
778
split(
mf2
, mvf2);
[
all
...]
/external/clang/test/CXX/drs/
dr3xx.cpp
396
void
mf2
();
401
template<class Y> template<> void A<Y>::B<double>::
mf2
() {} // expected-error {{does not refer into a class}}
function in class:dr336::Pre::A::B
407
void
mf2
();
415
template<class Y> template<> void A<Y>::B<double>::
mf2
() {} // expected-error {{does not refer into a class}}
function in class:dr336::Post::A::B
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java
1348
MessageFormat
mf2
= new MessageFormat(mf.toPattern());
local
1516
MessageFormat
mf2
= new MessageFormat(mf.toPattern());
local
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java
1344
MessageFormat
mf2
= new MessageFormat(mf.toPattern());
local
1512
MessageFormat
mf2
= new MessageFormat(mf.toPattern());
local
[
all
...]
Completed in 140 milliseconds