Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 19 of 19) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h1259 template <typename arg_type>\
1260 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1265 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1284 template <typename arg_type>\
1285 operator ::testing::Matcher<arg_type>() const {\
1286 return ::testing::Matcher<arg_type>(\
1287 new gmock_Impl<arg_type>());\
1297 template <typename arg_type>\
1298 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1299 arg_type arg,\
[all …]
Dgmock-generated-matchers.h.pump369 // and refer to its type by 'arg_type'.
405 // Note that the type of the value being matched (arg_type) is
412 // takes an int, 'arg_type' will be int; if it takes an unsigned long,
413 // 'arg_type' will be unsigned long; and so on.
508 // 'arg_type' as that's determined by the context in which the matcher
605 template <typename arg_type>\
606 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
611 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
630 template <typename arg_type>\
631 operator ::testing::Matcher<arg_type>() const {\
[all …]
/external/e2fsprogs/intl/
Dprintf-args.h75 } arg_type; typedef
80 arg_type type;
Dprintf-parse.c309 arg_type type; in PRINTF_PARSE()
Dvasnprintf.c265 arg_type type = a.arg[dp->arg_index].type; in VASNPRINTF()
/external/bluetooth/glib/glib/gnulib/
Dprintf-args.h76 } arg_type; typedef
81 arg_type type;
Dprintf-parse.c266 arg_type type; in printf_parse()
Dvasnprintf.c379 arg_type type = a.arg[dp->arg_index].type; in vasnprintf()
/external/protobuf/gtest/scripts/
Dgen_gtest_pred_impl.py623 arg_type = 'user-defined type (Bool)'
630 arg_type = 'built-in type (int)'
654 'arg_type' : arg_type,
/external/chromium/testing/gtest/scripts/
Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
/external/gtest/scripts/
Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
/external/openssl/include/openssl/
Dlhash.h221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
Dsafestack.h2433 #define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ argument
2434 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2451 #define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \ argument
2452 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2469 #define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \ argument
2470 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
2487 #define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \ argument
2488 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
2505 #define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \ argument
2506 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
[all …]
/external/openssl/crypto/lhash/
Dlhash.h221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
/external/openssl/crypto/stack/
Dsafestack.h2433 #define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ argument
2434 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2451 #define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \ argument
2452 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2469 #define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \ argument
2470 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
2487 #define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \ argument
2488 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
2505 #define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \ argument
2506 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
[all …]
/external/bluetooth/glib/glib/
Dgoption.c47 GOptionArg arg_type; member
941 GOptionArg arg_type, in get_change() argument
956 change->arg_type = arg_type; in get_change()
1448 switch (change->arg_type) in free_changes_list()
/external/chromium/testing/gmock/test/
Dgmock-generated-matchers_test.cc665 StaticAssertTypeEq< ::std::string, arg_type>();
670 StaticAssertTypeEq<const ::std::string&, arg_type>();
/external/bluetooth/glib/
DChangeLog.pre-2-4814 * glib/gnulib/printf-args.h (enum arg_type): Add TYPE_INT64
/external/dbus/
DChangeLog.pre-1-06515 (get): Added arg_type parameter for recursion.
9120 argtype to arg_type when raising unknown arg type exception.