Home
last modified time | relevance | path

Searched defs:NotNull (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DNotNull.h125 friend class NotNull; variable
131 constexpr explicit NotNull(U aBasePtr) : mBasePtr(T{std::move(aBasePtr)}) { in NotNull() function
144 constexpr MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) in NotNull() function
148 constexpr MOZ_IMPLICIT NotNull(MovingNotNull<U>&& aOther) in NotNull() function
187 friend class NotNull; variable
193 constexpr explicit NotNull(U* aBasePtr) : mBasePtr(aBasePtr) {} in NotNull() function
201 constexpr MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) in NotNull() function
210 constexpr MOZ_IMPLICIT NotNull(MovingNotNull<U>&& aOther) in NotNull() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/Microsoft/Internal/
H A DAssumes.cs27 NotNull(value1); in NotNull() method in Microsoft.Internal.Assumes.T2
28 NotNull(value2); in NotNull() method in Microsoft.Internal.Assumes.T2
37 NotNull(value1); in NotNull() method in Microsoft.Internal.Assumes.T2
38 NotNull(value2); in NotNull() method in Microsoft.Internal.Assumes.T2
39 NotNull(value3); in NotNull() method in Microsoft.Internal.Assumes.T2
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DNotNull.h132 friend class NotNull; variable
138 constexpr explicit NotNull(U aBasePtr) : mBasePtr(T{std::move(aBasePtr)}) { in NotNull() function
151 constexpr MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) in NotNull() function
155 constexpr MOZ_IMPLICIT NotNull(MovingNotNull<U>&& aOther) in NotNull() function
194 friend class NotNull; variable
200 constexpr explicit NotNull(U* aBasePtr) : mBasePtr(aBasePtr) {} in NotNull() function
208 constexpr MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) in NotNull() function
217 constexpr MOZ_IMPLICIT NotNull(MovingNotNull<U>&& aOther) in NotNull() function
/dports/www/firefox/firefox-99.0/mfbt/
H A DNotNull.h132 friend class NotNull; variable
138 constexpr explicit NotNull(U aBasePtr) : mBasePtr(T{std::move(aBasePtr)}) { in NotNull() function
151 constexpr MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) in NotNull() function
155 constexpr MOZ_IMPLICIT NotNull(MovingNotNull<U>&& aOther) in NotNull() function
194 friend class NotNull; variable
200 constexpr explicit NotNull(U* aBasePtr) : mBasePtr(aBasePtr) {} in NotNull() function
208 constexpr MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) in NotNull() function
217 constexpr MOZ_IMPLICIT NotNull(MovingNotNull<U>&& aOther) in NotNull() function
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DNotNull.h132 friend class NotNull; variable
138 constexpr explicit NotNull(U aBasePtr) : mBasePtr(T{std::move(aBasePtr)}) { in NotNull() function
151 constexpr MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) in NotNull() function
155 constexpr MOZ_IMPLICIT NotNull(MovingNotNull<U>&& aOther) in NotNull() function
194 friend class NotNull; variable
200 constexpr explicit NotNull(U* aBasePtr) : mBasePtr(aBasePtr) {} in NotNull() function
208 constexpr MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) in NotNull() function
217 constexpr MOZ_IMPLICIT NotNull(MovingNotNull<U>&& aOther) in NotNull() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/dlr/Runtime/Microsoft.Dynamic/
H A DAssert.cs38 internal static void NotNull(object var) { in NotNull() method in System.Dynamic.Assert
43 internal static void NotNull(object var1, object var2) { in NotNull() method in System.Dynamic.Assert
48 internal static void NotNull(object var1, object var2, object var3) { in NotNull() method in System.Dynamic.Assert
54 internal static void NotNull(object var1, object var2, object var3, object var4) { in NotNull() method in System.Dynamic.Assert
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Microsoft/Internal/
H A DAssumes.cs24 NotNull(value1); in NotNull() method in Microsoft.Internal.Assumes.T2
25 NotNull(value2); in NotNull() method in Microsoft.Internal.Assumes.T2
34 NotNull(value1); in NotNull() method in Microsoft.Internal.Assumes.T2
35 NotNull(value2); in NotNull() method in Microsoft.Internal.Assumes.T2
36 NotNull(value3); in NotNull() method in Microsoft.Internal.Assumes.T2
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DNotNull.h109 explicit NotNull(U aBasePtr) : mBasePtr(aBasePtr) {} in NotNull() function
117 MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) : mBasePtr(aOther.get()) {} in NotNull() function
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DNotNull.h113 explicit NotNull(U aBasePtr) : mBasePtr(aBasePtr) {} in NotNull() function
121 MOZ_IMPLICIT NotNull(const NotNull<U>& aOther) : mBasePtr(aOther.get()) { in NotNull() function
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/database/sql/driver/
H A Dtypes.go163 type NotNull struct { struct
164 Converter ValueConverter
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {

12345678910>>...13