Searched defs:std (Results 1 - 25 of 231) sorted by path

12345678910

/freebsd-current/contrib/atf/atf-c++/detail/
H A Dapplication.cpp49 namespace std { namespace
[all...]
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp[all...]
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1368 CreateVariadicMatcher( std::vector<Matcher<T>>*, std::integral_constant<size_t, sizeof...(Args)>) const argument
[all...]
/freebsd-current/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h389 ConstReference( const ::std::tuple<ElementPointer, Size>& array) argument
394 Copy(const ::std::tuple<ElementPointer, Size>& array) argument
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc2228 MatchAndExplain(const std::tuple<T1, T2>& a_pair, MatchResultListener* listener) const argument
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-assertion-result.h155 AssertionResult( const T& success, typename std::enable_if< !std::is_convertible<T, AssertionResult>::value>::type* = nullptr) argument
H A Dgtest-matchers.h475 Matcher( const MatcherInterface<U>* impl, typename std::enable_if<!std::is_same<U, const U&>::value>::type* = nullptr) argument
[all...]
H A Dgtest-printers.h740 PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) argument
777 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1312 namespace std { namespace
[all...]
H A Dgtest-param-util.h[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc991 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreaming& ) argument
1008 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingTemplate<T>& ) argument
1029 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingAndImplicitConversionTemplate<T>& ) argument
[all...]
/freebsd-current/contrib/kyua/model/
H A Dcontext.cpp52 impl(const fs::path& cwd_, const std::map< std::string, std::string >& env_) argument
76 context(const fs::path& cwd_, const std::map< std::string, std::string >& env_) argument
[all...]
/freebsd-current/contrib/kyua/store/
H A Dwrite_transaction.cpp78 put_env_vars(sqlite::database& db, const std::map< std::string, std::string >& env) argument
[all...]
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dparser.cpp213 parsed_cmdline( const std::map< std::string, std::vector< std::string > >& option_values_, const cmdline::args_vector& arguments_) argument
[all...]
/freebsd-current/contrib/kyua/utils/format/
H A Dcontainers.hpp45 namespace std { namespace
[all...]
H A Dformatter.cpp[all...]
/freebsd-current/contrib/libcxxrt/
H A Dcxxabi.h28 namespace std namespace
H A Dexception.cc238 namespace std namespace
295 namespace std namespace
[all...]
H A Dmemory.cc42 namespace std namespace
56 namespace std namespace
H A Dnoexception.cc27 namespace std namespace
H A Dstdexcept.cc32 namespace std { namespace
H A Dstdexcept.h32 namespace std namespace
H A Dterminate.cc29 namespace std namespace
H A Dtypeinfo.h34 namespace std namespace
/freebsd-current/contrib/libucl/include/
H A Ducl++.h461 parse(const std::string &in, const std::map<std::string, std::string> &vars, std::string &err, enum ucl_duplicate_strategy duplicate_strategy = UCL_DUPLICATE_APPEND) argument
477 parse(const std::string &in, const std::map<std::string, std::string> &vars, std::vector< std::tuple< std::string , macro_handler_s, void * > > &macros, std::string &err, enum ucl_duplicate_strategy duplicate_strategy = UCL_DUPLICATE_APPEND) argument
568 parse(const char *in, const std::map<std::string, std::string> &vars, std::string &err) argument
586 parse(const char *in, const std::map<std::string, std::string> &vars, std::vector< std::tuple< std::string , macro_handler_s, void * > > &macros, std::string &err, enum ucl_duplicate_strategy duplicate_strategy = UCL_DUPLICATE_APPEND) argument
624 parse_from_file(const std::string &filename, const std::map<std::string, std::string> &vars, std::string &err) argument
[all...]

Completed in 271 milliseconds

12345678910