Searched refs:ts_name (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/test/tree/ |
D | auto_registration.hpp | 41 …explicit auto_test_unit_registrar( const_string ts_name, const_string ts_file, std::size_t ts_l…
|
D | test_unit.hpp | 163 explicit test_suite( const_string ts_name, const_string ts_file, std::size_t ts_line );
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-session.c | 59 const char *ts_name = (const char *)&ts[1]; in __lws_tls_session_lookup_by_name() local 61 if (!strcmp(name, ts_name)) in __lws_tls_session_lookup_by_name()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-session.c | 57 const char *ts_name = (const char *)&ts[1]; in __lws_tls_session_lookup_by_name() local 59 if (!strcmp(name, ts_name)) in __lws_tls_session_lookup_by_name()
|
/third_party/boost/boost/test/impl/ |
D | test_tree.ipp | 481 auto_test_unit_registrar::auto_test_unit_registrar( const_string ts_name, const_string ts_file, std… 483 test_unit_id id = framework::current_auto_test_suite().get( ts_name ); 492 ts = new test_suite( ts_name, ts_file, ts_line );
|
/third_party/flatbuffers/src/ |
D | idl_gen_grpc.cpp | 521 const auto ts_name = GeneratedFileName(path_, file_name_); in generate() local 522 if (!SaveFile(ts_name.c_str(), code_.ToString(), false)) return false; in generate()
|