/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/ |
H A D | option_opaque_data_tuples_unittest.cc | 53 EXPECT_TRUE(data_tuple.hasTuple("xyz")); in TEST() 54 EXPECT_TRUE(data_tuple.hasTuple("abc")); in TEST() 55 EXPECT_FALSE(data_tuple.hasTuple("other")); in TEST()
|
H A D | option_vendor_class_unittest.cc | 88 EXPECT_TRUE(vendor_class.hasTuple("xyz")); in TEST() 89 EXPECT_TRUE(vendor_class.hasTuple("abc")); in TEST() 90 EXPECT_FALSE(vendor_class.hasTuple("other")); in TEST()
|
/dports/net/kea/kea-2.0.1/src/lib/dhcp/ |
H A D | option_opaque_data_tuples.h | 126 bool hasTuple(const std::string& tuple_str) const;
|
H A D | option_vendor_class.h | 138 bool hasTuple(const std::string& tuple_str) const;
|
H A D | option_opaque_data_tuples.cc | 104 OptionOpaqueDataTuples::hasTuple(const std::string& tuple_str) const { in hasTuple() function in isc::dhcp::OptionOpaqueDataTuples
|
H A D | option_vendor_class.cc | 134 OptionVendorClass::hasTuple(const std::string& tuple_str) const { in hasTuple() function in isc::dhcp::OptionVendorClass
|
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/ |
H A D | metadata_cache.c | 2019 bool hasTuple = tuplestore_gettupleslot(extensionsResultSet->setResult, goForward, in AvailableExtensionVersion() local 2022 while (hasTuple) in AvailableExtensionVersion() 2047 hasTuple = tuplestore_gettupleslot(extensionsResultSet->setResult, goForward, in AvailableExtensionVersion()
|
/dports/devel/f18/f18-1688bef/include/fir/ |
H A D | FIROps.td | 902 bool hasTuple = false; 906 hasTuple = true; 910 if (hasTuple) {
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1053 bool hasTuple = false; in parseEmboxProcOp() local 1058 hasTuple = true; in parseEmboxProcOp() 1064 if (hasTuple) { in parseEmboxProcOp()
|
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/ |
H A D | dhcp6_srv.cc | 3731 if (vclass->hasTuple(DOCSIS3_CLASS_MODEM)) { in run() 3735 } else if (vclass->hasTuple(DOCSIS3_CLASS_EROUTER)) { in run()
|
/dports/databases/cego/cego-2.47.11/src/ |
H A D | CegoTableManager.cc | 2196 bool hasTuple; in insertDataTable() local 2202 hasTuple = btc.getFirst(ifl, dp); in insertDataTable() 2208 hasTuple = ic.getFirst(ifl, dp); in insertDataTable() 2211 if ( hasTuple == false ) in insertDataTable()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Optimizer/Dialect/ |
H A D | FIROps.td | 1186 bool hasTuple = false; 1191 hasTuple = true; 1199 if (hasTuple) {
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Optimizer/Dialect/ |
H A D | FIROps.td | 1185 bool hasTuple = false; 1190 hasTuple = true; 1198 if (hasTuple) {
|
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Optimizer/Dialect/ |
H A D | FIROps.td | 1186 bool hasTuple = false; 1191 hasTuple = true; 1199 if (hasTuple) {
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Optimizer/Dialect/ |
H A D | FIROps.td | 1186 bool hasTuple = false; 1191 hasTuple = true; 1199 if (hasTuple) {
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/ |
H A D | FIROps.td | 1175 bool hasTuple = false; 1180 hasTuple = true; 1188 if (hasTuple) {
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/ |
H A D | FIROps.td | 1175 bool hasTuple = false; 1180 hasTuple = true; 1188 if (hasTuple) {
|
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/ |
H A D | FIROps.td | 1175 bool hasTuple = false; 1180 hasTuple = true; 1188 if (hasTuple) {
|
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/compiler/ |
H A D | grammar.capnp.h | 819 inline bool hasTuple() const; 918 inline bool hasTuple(); 3642 inline bool Expression::Reader::hasTuple() const { in hasTuple() function 3647 inline bool Expression::Builder::hasTuple() { in hasTuple() function
|
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/compiler/ |
H A D | grammar.capnp.h | 817 inline bool hasTuple() const; 916 inline bool hasTuple(); 3640 inline bool Expression::Reader::hasTuple() const { in hasTuple() function 3645 inline bool Expression::Builder::hasTuple() { in hasTuple() function
|