Searched defs:collection (Results 1 – 10 of 10) sorted by relevance
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/ |
H A D | utils.hpp | 55 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
|
H A D | macros.hpp | 121 #define ATF_REQUIRE_IN(element, collection) \ argument 124 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument
|
H A D | macros_test.cpp | 138 std::set< std::string > collection; in ATF_TEST_CASE_BODY() local 172 std::set< std::string > collection; in ATF_TEST_CASE_BODY() local
|
/minix3/external/bsd/atf/dist/atf-c++/ |
H A D | utils.hpp | 55 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
|
H A D | macros.hpp | 121 #define ATF_REQUIRE_IN(element, collection) \ argument 124 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument
|
H A D | macros_test.cpp | 138 std::set< std::string > collection; in ATF_TEST_CASE_BODY() local 172 std::set< std::string > collection; in ATF_TEST_CASE_BODY() local
|
/minix3/external/bsd/dhcp/dist/server/ |
H A D | class.c | 74 int check_collection (packet, lease, collection) in check_collection() argument
|
/minix3/external/bsd/dhcp/dist/includes/ |
H A D | dhcpd.h | 962 struct collection { struct 963 struct collection *next; argument 978 struct class *nic; /* Next in collection. */ argument
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1676 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { in CheckObjCForCollectionOperand() 1753 Stmt *First, Expr *collection, in ActOnObjCForCollectionStmt()
|
/minix3/external/bsd/dhcp/dist/client/ |
H A D | dhclient.c | 858 int check_collection (packet, lease, collection) in check_collection() argument
|