OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equal_to_type
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algobase.h
108
typedef __gnu_parallel::equal_to<value1_type, value2_type>
equal_to_type
;
typedef
110
return mismatch_switch(begin1, end1, begin2,
equal_to_type
(),
Completed in 132 milliseconds