Searched refs:pair (Results 1 - 18 of 18) sorted by relevance
/bind-9.11.3/unit/atf-src/tools/ |
H A D | user.hpp | 43 void drop_privileges(const std::pair< int, int >); 44 std::pair< int, int > get_user_ids(const std::string&);
|
H A D | requirements.hpp | 41 std::pair< int, int > get_required_user(
|
H A D | user.cpp | 55 impl::drop_privileges(const std::pair< int, int > ids) 63 std::pair< int, int >
|
H A D | test_helpers.hpp | 50 std::pair< string_vector, string_vector > 111 const std::pair< test_helpers_detail::string_vector,
|
H A D | parser.cpp | 45 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 D | test-program.hpp | 148 std::pair< std::string, tools::process::status > run_test_case(
|
H A D | parser.hpp | 49 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 D | config_file.cpp | 157 std::pair< size_t, tools::parser::headers_map > hml =
|
H A D | requirements.cpp | 302 std::pair< int, int >
|
H A D | atf-run.cpp | 422 const std::pair< int, int > user = tools::get_required_user( 443 std::pair< std::string, const tools::process::status > s =
|
H A D | atffile.cpp | 131 std::pair< size_t, tools::parser::headers_map > hml =
|
H A D | test-program.cpp | 306 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 D | reader.cpp | 398 std::pair< size_t, tools::parser::headers_map > hml =
|
H A D | atf-report.cpp | 618 typedef std::pair< std::string, tools::fs::path > fmt_path_pair;
|
H A D | parser_test.cpp | 742 std::pair< size_t, tools::parser::headers_map > hml =
|
/bind-9.11.3/lib/isccc/include/isccc/ |
H A D | sexpr.h | 37 /*% 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 D | sexpr.c | 219 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 D | tests.cpp | 506 static std::pair< std::string, tc_part > 529 const std::pair< std::string, tc_part > fields = process_tcarg(tcarg);
|
Completed in 1637 milliseconds