Searched refs:pair (Results 1 - 18 of 18) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Duser.hpp43 void drop_privileges(const std::pair< int, int >);
44 std::pair< int, int > get_user_ids(const std::string&);
H A Drequirements.hpp40 std::pair< int, int > get_required_user(const atf::tests::vars_map&,
H A Duser.cpp56 impl::drop_privileges(const std::pair< int, int > ids)
64 std::pair< int, int >
H A Dtest-program.hpp144 std::pair< std::string, atf::process::status > run_test_case(
H A Dconfig.cpp158 std::pair< size_t, atf::parser::headers_map > hml =
H A Drequirements.cpp295 std::pair< int, int >
H A Datf-run.cpp419 const std::pair< int, int > user = impl::get_required_user(
440 std::pair< std::string, const atf::process::status > s =
H A Datffile.cpp126 std::pair< size_t, atf::parser::headers_map > hml =
H A Dtest-program.cpp306 const std::pair< int, int > user = impl::get_required_user(
491 std::pair< size_t, atf::parser::headers_map > hml =
727 std::pair< std::string, atf::process::status >
/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dsexpr.h46 /*% dotted pair structure */
96 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car);
99 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr);
/bind-9.6-ESV-R11/lib/isccc/
H A Dsexpr.c238 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car) argument
240 REQUIRE(pair->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
242 CAR(pair) = car;
246 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr) argument
248 REQUIRE(pair->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
250 CDR(pair) = cdr;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp129 std::pair< string_vector, string_vector >
159 const std::pair< test_helpers_detail::string_vector,
H A Dparser.cpp45 std::pair< size_t, std::string >(line, msg)
302 std::pair< size_t, impl::headers_map >
344 return std::pair< size_t, headers_map >(tkz.lineno(), hm);
H A Dparser.hpp49 public std::pair< size_t, std::string > {
95 //! A pair that contains the information of a token read from a stream.
600 std::pair< size_t, headers_map > read_headers(std::istream&, size_t);
H A Dparser_test.cpp742 std::pair< size_t, atf::parser::headers_map > hml =
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp424 static std::pair< std::string, tc_part > process_tcarg(const std::string&);
617 std::pair< std::string, tp::tc_part >
641 const std::pair< std::string, tc_part > fields = process_tcarg(tcarg);
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp399 std::pair< size_t, atf::parser::headers_map > hml =
H A Datf-report.cpp621 typedef std::pair< std::string, atf::fs::path > fmt_path_pair;

Completed in 34 milliseconds