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

/bind-9.11.3/unit/atf-src/tools/
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.hpp41 std::pair< int, int > get_required_user(
H A Duser.cpp55 impl::drop_privileges(const std::pair< int, int > ids)
63 std::pair< int, int >
H A Dtest_helpers.hpp50 std::pair< string_vector, string_vector >
111 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 Dtest-program.hpp148 std::pair< std::string, tools::process::status > run_test_case(
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 Dconfig_file.cpp157 std::pair< size_t, tools::parser::headers_map > hml =
H A Drequirements.cpp302 std::pair< int, int >
H A Datf-run.cpp422 const std::pair< int, int > user = tools::get_required_user(
443 std::pair< std::string, const tools::process::status > s =
H A Datffile.cpp131 std::pair< size_t, tools::parser::headers_map > hml =
H A Dtest-program.cpp306 const std::pair< int, int > user = tools::get_required_user(
491 std::pair< size_t, tools::parser::headers_map > hml =
727 std::pair< std::string, tools::process::status >
H A Dreader.cpp398 std::pair< size_t, tools::parser::headers_map > hml =
H A Datf-report.cpp618 typedef std::pair< std::string, tools::fs::path > fmt_path_pair;
H A Dparser_test.cpp742 std::pair< size_t, tools::parser::headers_map > hml =
/bind-9.11.3/lib/isccc/include/isccc/
H A Dsexpr.h37 /*% dotted pair structure */
87 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car);
90 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr);
/bind-9.11.3/lib/isccc/
H A Dsexpr.c219 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car) { argument
220 REQUIRE(pair->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
222 CAR(pair) = car;
226 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr) { argument
227 REQUIRE(pair->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
229 CDR(pair) = cdr;
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp506 static std::pair< std::string, tc_part >
529 const std::pair< std::string, tc_part > fields = process_tcarg(tcarg);

Completed in 1637 milliseconds