Home
last modified time | relevance | path

Searched defs:ti (Results 1 – 25 of 163) sorted by relevance

1234567

/third_party/boost/libs/safe_numerics/test/
Dtest_multiply.hpp44 const std::type_info & ti = typeid(result); in test_multiply() local
85 const std::type_info & ti = typeid(result); in test_multiply() local
124 const std::type_info & ti = typeid(result); in test_multiply() local
Dtest_auto.cpp28 const std::type_info & ti = typeid(T); in print_argument_type() local
/third_party/ffmpeg/libavcodec/
Dtak_parser.c33 TAKStreamInfo ti; member
53 TAKStreamInfo ti; in tak_parse() local
78 TAKStreamInfo ti; in tak_parse() local
/third_party/boost/boost/smart_ptr/detail/
Dsp_counted_impl.hpp172 void * get_deleter( sp_typeinfo_ const & ti ) BOOST_SP_NOEXCEPT BOOST_OVERRIDE in get_deleter()
177 void * get_local_deleter( sp_typeinfo_ const & ti ) BOOST_SP_NOEXCEPT BOOST_OVERRIDE in get_local_deleter()
265 void * get_deleter( sp_typeinfo_ const & ti ) BOOST_SP_NOEXCEPT BOOST_OVERRIDE in get_deleter()
270 void * get_local_deleter( sp_typeinfo_ const & ti ) BOOST_SP_NOEXCEPT BOOST_OVERRIDE in get_local_deleter()
/third_party/boost/libs/core/test/
Dtest_lib_typeid.cpp12 boost::core::typeinfo const & ti = BOOST_CORE_TYPEID( int ); in main() local
Dtypeinfo_test.cpp21 boost::core::typeinfo const & ti = BOOST_CORE_TYPEID( int ); in main() local
Dsp_typeinfo_test.cpp23 boost::detail::sp_typeinfo const & ti = BOOST_SP_TYPEID( int ); in main() local
/third_party/skia/third_party/externals/tint/src/
Dcastable.cc28 for (auto* ti = this; ti != nullptr; ti = ti->base) { in Is() local
/third_party/boost/libs/serialization/src/
Dextended_type_info_typeid.cpp89 extended_type_info_typeid_0::type_register(const std::type_info & ti){ in type_register()
136 extended_type_info_typeid_arg(const std::type_info & ti) : in extended_type_info_typeid_arg()
/third_party/boost/libs/thread/test/
Dtest_11796.cpp14 for (auto ti = 0; ti < 1000; ti++) in main() local
/third_party/boost/libs/locale/test/
Dtest_boundary.cpp241 ti_type ti(bt,begin,end,l); in test_word_container() local
290 ti_type ti(bi); in test_word_container() local
300 ti_type ti; in test_word_container() local
313 ti_type ti(ti_2); in test_word_container() local
322 ti_type ti; in test_word_container() local
/third_party/boringssl/src/decrepit/des/
Dcfb64ede.c75 uint32_t ti[2]; in DES_ede3_cfb64_encrypt() local
139 uint32_t ti[2]; in DES_ede3_cfb_encrypt() local
/third_party/boost/boost/core/
Dtypeinfo.hpp85 inline char const * demangled_name( core::typeinfo const & ti ) in demangled_name()
154 inline std::string demangled_name( core::typeinfo const & ti ) in demangled_name()
/third_party/openssl/crypto/des/
Dcfb64ede.c26 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local
93 DES_LONG ti[2]; in DES_ede3_cfb_encrypt() local
Dcfb64enc.c25 DES_LONG ti[2]; in DES_cfb64_encrypt() local
Dofb64enc.c26 DES_LONG ti[2]; in DES_ofb64_encrypt() local
/third_party/boost/libs/smart_ptr/test/
Dsp_typeinfo_test.cpp21 boost::detail::sp_typeinfo_ const & ti = BOOST_SP_TYPEID_( int ); in main() local
/third_party/boost/libs/math/example/
Droot_finding_algorithms.cpp440 cpu_timer ti; // Can start, pause, resume and stop, and read elapsed. in test_root() local
463 cpu_timer ti; // Can start, pause, resume and stop, and read elapsed. in test_root() local
486 cpu_timer ti; // Can start, pause, resume and stop, and read elapsed. in test_root() local
510 cpu_timer ti; // Can start, pause, resume and stop, and read elapsed. in test_root() local
534 cpu_timer ti; // Can start, pause, resume and stop, and read elapsed. in test_root() local
/third_party/boost/libs/dll/example/mangled/
Dimport_class.cpp45 std::type_info &ti = cl.get_type_info(); in main() local
/third_party/boost/libs/exception/src/
Dclone_current_exception_non_intrusive.cpp161 … cpp_type_info * const ti = reinterpret_cast<cpp_type_info * const>(typearray->info + image_base); in get_cpp_type_info() local
167 copy_msvc_exception( void * dst, void * src, cpp_type_info const & ti, size_t image_base ) in copy_msvc_exception()
188 cpp_type_info const & ti=get_cpp_type_info(et,image_base); in clone_msvc_exception() local
246 cpp_type_info const & ti=get_cpp_type_info(et_,image_base_); in rethrow() local
/third_party/boost/libs/fusion/test/sequence/
Dio.cpp120 vector<int, int, int> ti; in main() local
/third_party/openssl/crypto/idea/
Di_cfb64.c26 unsigned long ti[2]; in IDEA_cfb64_encrypt() local
Di_ofb64.c27 unsigned long ti[2]; in IDEA_ofb64_encrypt() local
/third_party/openssl/crypto/rc2/
Drc2ofb64.c27 unsigned long ti[2]; in RC2_ofb64_encrypt() local
/third_party/openssl/crypto/rc5/
Drc5ofb64.c27 unsigned long ti[2]; in RC5_32_ofb64_encrypt() local

1234567