OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:second_argument_type
(Results
1 - 8
of
8
) sorted by null
/external/libcxx/test/depr/depr.lib.binders/
test_func.h
18
typedef double
second_argument_type
;
typedef in class:test_func
25
result_type operator() (const first_argument_type& x,
second_argument_type
& y) const
27
result_type operator() (const first_argument_type& x, const
second_argument_type
& y) const
29
result_type operator() (first_argument_type& x, const
second_argument_type
& y) const
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
cctype_tolower_equal.h
29
const
second_argument_type
& b) const;
cctype_tolower_equal.cc
30
result_type operator()(first_argument_type a,
second_argument_type
b) const {
38
const first_argument_type& a, const
second_argument_type
& b) const {
/external/libcxx/test/depr/depr.function.objects/depr.base/
binary_function.pass.cpp
16
// typedef Arg2
second_argument_type
;
26
static_assert((std::is_same<std::binary_function<int, unsigned, char>::
second_argument_type
, unsigned>::value), "");
/external/libcxx/test/utilities/function.objects/func.require/
binary_function.pass.cpp
21
static_assert((std::is_same<bf::
second_argument_type
, short>::value), "");
/external/libcxx/test/containers/
test_compare.h
29
typename std::add_lvalue_reference<const typename C::
second_argument_type
>::type y) const
/external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
binder1st.pass.cpp
14
// : public unary_function<typename Fn::
second_argument_type
, typename Fn::result_type>
20
// binder2nd(const Fn& x, const typename Fn::
second_argument_type
& y);
42
std::unary_function<test_func::
second_argument_type
,
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
preload_supplier.cc
54
const
second_argument_type
& b) const {
Completed in 316 milliseconds