/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-matchers.h | 1259 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 …]
|
D | gmock-generated-matchers.h.pump | 369 // 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/ |
D | printf-args.h | 75 } arg_type; typedef 80 arg_type type;
|
D | printf-parse.c | 309 arg_type type; in PRINTF_PARSE()
|
D | vasnprintf.c | 265 arg_type type = a.arg[dp->arg_index].type; in VASNPRINTF()
|
/external/bluetooth/glib/glib/gnulib/ |
D | printf-args.h | 76 } arg_type; typedef 81 arg_type type;
|
D | printf-parse.c | 266 arg_type type; in printf_parse()
|
D | vasnprintf.c | 379 arg_type type = a.arg[dp->arg_index].type; in vasnprintf()
|
/external/protobuf/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 623 arg_type = 'user-defined type (Bool)' 630 arg_type = 'built-in type (int)' 654 'arg_type' : arg_type,
|
/external/chromium/testing/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 620 arg_type = 'user-defined type (Bool)' 627 arg_type = 'built-in type (int)' 651 'arg_type' : arg_type,
|
/external/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 620 arg_type = 'user-defined type (Bool)' 627 arg_type = 'built-in type (int)' 651 'arg_type' : arg_type,
|
/external/openssl/include/openssl/ |
D | lhash.h | 221 #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))
|
D | safestack.h | 2433 #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/ |
D | lhash.h | 221 #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/ |
D | safestack.h | 2433 #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/ |
D | goption.c | 47 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/ |
D | gmock-generated-matchers_test.cc | 665 StaticAssertTypeEq< ::std::string, arg_type>(); 670 StaticAssertTypeEq<const ::std::string&, arg_type>();
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 814 * glib/gnulib/printf-args.h (enum arg_type): Add TYPE_INT64
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 6515 (get): Added arg_type parameter for recursion. 9120 argtype to arg_type when raising unknown arg type exception.
|