Home
last modified time | relevance | path

Searched defs:empty (Results 101 – 125 of 20328) sorted by relevance

12345678910>>...814

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dhas_bits.h83 inline bool HasBits<1>::empty() const { in empty() function
88 inline bool HasBits<2>::empty() const { in empty() function
93 inline bool HasBits<3>::empty() const { in empty() function
98 inline bool HasBits<4>::empty() const { in empty() function
103 inline bool HasBits<doublewords>::empty() const { in empty() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dhas_bits.h83 inline bool HasBits<1>::empty() const { in empty() function
88 inline bool HasBits<2>::empty() const { in empty() function
93 inline bool HasBits<3>::empty() const { in empty() function
98 inline bool HasBits<4>::empty() const { in empty() function
103 inline bool HasBits<doublewords>::empty() const { in empty() function
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Dhas_bits.h83 inline bool HasBits<1>::empty() const { in empty() function
88 inline bool HasBits<2>::empty() const { in empty() function
93 inline bool HasBits<3>::empty() const { in empty() function
98 inline bool HasBits<4>::empty() const { in empty() function
103 inline bool HasBits<doublewords>::empty() const { in empty() function
/dports/devel/boost-libs/boost_1_72_0/libs/container/test/
H A Dexplicit_inst_static_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_deque_test.cpp17 struct empty struct
19 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
20 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_slist_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dhas_bits.h83 inline bool HasBits<1>::empty() const { in empty() function
88 inline bool HasBits<2>::empty() const { in empty() function
93 inline bool HasBits<3>::empty() const { in empty() function
98 inline bool HasBits<4>::empty() const { in empty() function
103 inline bool HasBits<doublewords>::empty() const { in empty() function
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dhas_bits.h83 inline bool HasBits<1>::empty() const { in empty() function
88 inline bool HasBits<2>::empty() const { in empty() function
93 inline bool HasBits<3>::empty() const { in empty() function
98 inline bool HasBits<4>::empty() const { in empty() function
103 inline bool HasBits<doublewords>::empty() const { in empty() function
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dhas_bits.h83 inline bool HasBits<1>::empty() const { in empty() function
88 inline bool HasBits<2>::empty() const { in empty() function
93 inline bool HasBits<3>::empty() const { in empty() function
98 inline bool HasBits<4>::empty() const { in empty() function
103 inline bool HasBits<doublewords>::empty() const { in empty() function
/dports/devel/hyperscan/boost_1_75_0/libs/container/test/
H A Dexplicit_inst_static_vector_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_deque_test.cpp17 struct empty struct
19 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
20 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Dhas_bits.h83 inline bool HasBits<1>::empty() const { in empty() function
88 inline bool HasBits<2>::empty() const { in empty() function
93 inline bool HasBits<3>::empty() const { in empty() function
98 inline bool HasBits<4>::empty() const { in empty() function
103 inline bool HasBits<doublewords>::empty() const { in empty() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Optional/
H A DBasicDouble.java41 OptionalDouble empty = OptionalDouble.empty(); in testEmpty() local
58 OptionalDouble empty = OptionalDouble.empty(); in testEmptyGet() local
65 OptionalDouble empty = OptionalDouble.empty(); in testEmptyOrElseGetNull() local
72 OptionalDouble empty = OptionalDouble.empty(); in testEmptyOrElseThrowNull() local
79 OptionalDouble empty = OptionalDouble.empty(); in testEmptyOrElseThrow() local
86 OptionalDouble empty = OptionalDouble.empty(); in testPresent() local
H A DBasicLong.java41 OptionalLong empty = OptionalLong.empty(); in testEmpty() local
58 OptionalLong empty = OptionalLong.empty(); in testEmptyGet() local
65 OptionalLong empty = OptionalLong.empty(); in testEmptyOrElseGetNull() local
72 OptionalLong empty = OptionalLong.empty(); in testEmptyOrElseThrowNull() local
79 OptionalLong empty = OptionalLong.empty(); in testEmptyOrElseThrow() local
86 OptionalLong empty = OptionalLong.empty(); in testPresent() local
H A DBasicInt.java41 OptionalInt empty = OptionalInt.empty(); in testEmpty() local
58 OptionalInt empty = OptionalInt.empty(); in testEmptyGet() local
65 OptionalInt empty = OptionalInt.empty(); in testEmptyOrElseGetNull() local
72 OptionalInt empty = OptionalInt.empty(); in testEmptyOrElseThrowNull() local
79 OptionalInt empty = OptionalInt.empty(); in testEmptyOrElseThrow() local
86 OptionalInt empty = OptionalInt.empty(); in testPresent() local
H A DBasic.java41 Optional<Boolean> empty = Optional.empty(); in testEmpty() local
63 Optional<Boolean> empty = Optional.empty(); in testEmptyGet() local
70 Optional<Boolean> empty = Optional.empty(); in testEmptyOrElseGetNull() local
77 Optional<Boolean> empty = Optional.empty(); in testEmptyOrElseThrowNull() local
84 Optional<Boolean> empty = Optional.empty(); in testEmptyOrElseThrow() local
91 Optional<Boolean> empty = Optional.empty(); in testPresent() local
132 Optional<String> empty = Optional.empty(); in testFilter() local
159 Optional<String> empty = Optional.empty(); in testMap() local
187 Optional<String> empty = Optional.empty(); in testFlatMap() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Optional/
H A DBasicDouble.java41 OptionalDouble empty = OptionalDouble.empty(); in testEmpty() local
58 OptionalDouble empty = OptionalDouble.empty(); in testEmptyGet() local
65 OptionalDouble empty = OptionalDouble.empty(); in testEmptyOrElseGetNull() local
72 OptionalDouble empty = OptionalDouble.empty(); in testEmptyOrElseThrowNull() local
79 OptionalDouble empty = OptionalDouble.empty(); in testEmptyOrElseThrow() local
86 OptionalDouble empty = OptionalDouble.empty(); in testPresent() local
H A DBasicInt.java41 OptionalInt empty = OptionalInt.empty(); in testEmpty() local
58 OptionalInt empty = OptionalInt.empty(); in testEmptyGet() local
65 OptionalInt empty = OptionalInt.empty(); in testEmptyOrElseGetNull() local
72 OptionalInt empty = OptionalInt.empty(); in testEmptyOrElseThrowNull() local
79 OptionalInt empty = OptionalInt.empty(); in testEmptyOrElseThrow() local
86 OptionalInt empty = OptionalInt.empty(); in testPresent() local
H A DBasicLong.java41 OptionalLong empty = OptionalLong.empty(); in testEmpty() local
58 OptionalLong empty = OptionalLong.empty(); in testEmptyGet() local
65 OptionalLong empty = OptionalLong.empty(); in testEmptyOrElseGetNull() local
72 OptionalLong empty = OptionalLong.empty(); in testEmptyOrElseThrowNull() local
79 OptionalLong empty = OptionalLong.empty(); in testEmptyOrElseThrow() local
86 OptionalLong empty = OptionalLong.empty(); in testPresent() local
H A DBasic.java41 Optional<Boolean> empty = Optional.empty(); in testEmpty() local
63 Optional<Boolean> empty = Optional.empty(); in testEmptyGet() local
70 Optional<Boolean> empty = Optional.empty(); in testEmptyOrElseGetNull() local
77 Optional<Boolean> empty = Optional.empty(); in testEmptyOrElseThrowNull() local
84 Optional<Boolean> empty = Optional.empty(); in testEmptyOrElseThrow() local
91 Optional<Boolean> empty = Optional.empty(); in testPresent() local
132 Optional<String> empty = Optional.empty(); in testFilter() local
159 Optional<String> empty = Optional.empty(); in testMap() local
187 Optional<String> empty = Optional.empty(); in testFlatMap() local
/dports/security/suricata/suricata-6.0.4/rust/vendor/der-parser-3.0.4/tests/
H A Dber_parser.rs16 let empty = &b""[..]; in test_ber_bool() localVariable
83 let empty = &b""[..]; in test_ber_int() localVariable
91 let empty = &b""[..]; in test_ber_bitstring_primitive() localVariable
132 let empty = &b""[..]; in test_ber_octetstring_primitive() localVariable
140 let empty = &b""[..]; in test_ber_null() localVariable
147 let empty = &b""[..]; in test_ber_oid() localVariable
159 let empty = &b""[..]; in test_ber_enum() localVariable
166 let empty = &b""[..]; in test_ber_utf8string() localVariable
176 let empty = &b""[..]; in test_ber_relativeoid() localVariable
184 let empty = &b""[..]; in test_ber_bmpstring() localVariable
/dports/devel/boost-docs/boost_1_72_0/libs/container/test/
H A Dexplicit_inst_slist_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_deque_test.cpp17 struct empty struct
19 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
20 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/test/
H A Dexplicit_inst_slist_test.cpp13 struct empty struct
15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
16 friend bool operator < (const empty &, const empty &){ return true; } in operator <()
H A Dexplicit_inst_deque_test.cpp17 struct empty struct
19 friend bool operator == (const empty &, const empty &){ return true; } in operator ==()
20 friend bool operator < (const empty &, const empty &){ return true; } in operator <()

12345678910>>...814