Home
last modified time | relevance | path

Searched defs:collection (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dutils.hpp55 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
H A Dmacros.hpp121 #define ATF_REQUIRE_IN(element, collection) \ argument
124 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument
H A Dmacros_test.cpp138 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 Dutils.hpp55 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
H A Dmacros.hpp121 #define ATF_REQUIRE_IN(element, collection) \ argument
124 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument
H A Dmacros_test.cpp138 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 Dclass.c74 int check_collection (packet, lease, collection) in check_collection() argument
/minix3/external/bsd/dhcp/dist/includes/
H A Ddhcpd.h962 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 DSemaStmt.cpp1676 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { in CheckObjCForCollectionOperand()
1753 Stmt *First, Expr *collection, in ActOnObjCForCollectionStmt()
/minix3/external/bsd/dhcp/dist/client/
H A Ddhclient.c858 int check_collection (packet, lease, collection) in check_collection() argument