Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 25 of 1982) sorted by relevance

12345678910>>...80

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/base/
H A Dshared_memory_mojom_traits.cc15 IsNull(const base::ReadOnlySharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::ReadOnlySharedMemoryRegionDataView::ReadOnlySharedMemoryRegion
46 IsNull(const base::UnsafeSharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::UnsafeSharedMemoryRegionDataView::UnsafeSharedMemoryRegion
77 IsNull(const base::WritableSharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::WritableSharedMemoryRegionDataView::WritableSharedMemoryRegion
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/base/
H A Dshared_memory_mojom_traits.cc14 IsNull(const base::ReadOnlySharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::ReadOnlySharedMemoryRegionDataView::ReadOnlySharedMemoryRegion
45 IsNull(const base::UnsafeSharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::UnsafeSharedMemoryRegionDataView::UnsafeSharedMemoryRegion
76 IsNull(const base::WritableSharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::WritableSharedMemoryRegionDataView::WritableSharedMemoryRegion
/dports/chinese/opencc/OpenCC-ver.1.0.5/src/
H A DOptional.hpp36 bool IsNull() const { return isNull; } in IsNull() function in opencc::Optional
70 bool IsNull() const { return data == nullptr; } in IsNull() function in opencc::Optional
/dports/textproc/goldendict/goldendict-73ec1b5/winlibs/include/opencc/
H A DOptional.hpp36 bool IsNull() const { return isNull; } in IsNull() function in opencc::Optional
70 bool IsNull() const { return data == nullptr; } in IsNull() function in opencc::Optional
/dports/textproc/goldendict/goldendict-73ec1b5/maclibs/include/opencc/
H A DOptional.hpp36 bool IsNull() const { return isNull; } in IsNull() function in opencc::Optional
70 bool IsNull() const { return data == nullptr; } in IsNull() function in opencc::Optional
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/git2-0.7.5/src/
H A Dutil.rs9 pub trait IsNull { interface
12 impl<T> IsNull for *const T { impl
17 impl<T> IsNull for *mut T { impl
31 where T: Copy + IsNull, Self: Binding<Raw=T> in from_raw_opt()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/primitives/
H A Dtransaction.h37 bool IsNull() const { return (hash.IsNull() && n == (uint32_t) -1); } in IsNull() function
158 bool IsNull() const in IsNull() function
229 bool IsNull() const { return scriptWitness.IsNull(); } in IsNull() function
244 bool IsNull() const in IsNull() function
395 bool IsNull() const { in IsNull() function
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/primitives/
H A Dtransaction.h37 bool IsNull() const { return (hash.IsNull() && n == (uint32_t) -1); } in IsNull() function
158 bool IsNull() const in IsNull() function
229 bool IsNull() const { return scriptWitness.IsNull(); } in IsNull() function
244 bool IsNull() const in IsNull() function
395 bool IsNull() const { in IsNull() function
/dports/devel/gbump/gbump-1.0.1/cargo-crates/git2-0.10.1/src/
H A Dutil.rs10 pub trait IsNull { trait
13 impl<T> IsNull for *const T { impl
18 impl<T> IsNull for *mut T { impl
31 unsafe fn from_raw_opt<T>(raw: T) -> Option<Self> in from_raw_opt()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/primitives/
H A Dtransaction.h37 bool IsNull() const { return (hash.IsNull() && n == (uint32_t) -1); } in IsNull() function
158 bool IsNull() const in IsNull() function
229 bool IsNull() const { return scriptWitness.IsNull(); } in IsNull() function
244 bool IsNull() const in IsNull() function
395 bool IsNull() const { in IsNull() function
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dsat_api.h55 bool IsNull() { return id == -1; } in IsNull() function
63 bool IsNull() { return id == -1; } in IsNull() function
71 bool IsNull() { return id == -1; } in IsNull() function
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCMakePresetsFileInternal.h34 virtual bool IsNull() const { return false; } in IsNull() function
48 bool IsNull() const override { return true; } in IsNull() function
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCMakePresetsFileInternal.h34 virtual bool IsNull() const { return false; } in IsNull() function
48 bool IsNull() const override { return true; } in IsNull() function
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntCurve_IntConicConic_Tool.hxx58 Standard_Boolean IsNull; member in Interval
81 Standard_Boolean IsNull() { return(isnull); } in IsNull() function in PeriodicInterval
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurve/
H A DIntCurve_IntConicConic_Tool.hxx58 Standard_Boolean IsNull; member in Interval
81 Standard_Boolean IsNull() { return(isnull); } in IsNull() function in PeriodicInterval
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntCurve_IntConicConic_Tool.hxx58 Standard_Boolean IsNull; member in Interval
81 Standard_Boolean IsNull() { return(isnull); } in IsNull() function in PeriodicInterval
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmCMakePresetsFileInternal.h34 virtual bool IsNull() const { return false; } in IsNull() function
48 bool IsNull() const override { return true; } in IsNull() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/public/mojom/
H A Dbitmap_skbitmap_mojom_traits.cc37 bool StructTraits<skia::mojom::BitmapDataView, SkBitmap>::IsNull( in IsNull() function in mojo::StructTraits::mojom::BitmapDataView
110 bool StructTraits<skia::mojom::UnsafeBitmapDataView, SkBitmap>::IsNull( in IsNull() function in mojo::StructTraits::mojom::UnsafeBitmapDataView
180 bool StructTraits<skia::mojom::InlineBitmapDataView, SkBitmap>::IsNull( in IsNull() function in mojo::StructTraits::mojom::InlineBitmapDataView
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Structures/
H A DConstant.cs39 internal abstract bool IsNull(); in IsNull() method in System.Data.Mapping.ViewGeneration.Structures.Constant
140 internal override bool IsNull() in IsNull() method in System.Data.Mapping.ViewGeneration.Structures.Constant.NullConstant
208 internal override bool IsNull() in IsNull() method in System.Data.Mapping.ViewGeneration.Structures.Constant.UndefinedConstant
279 internal override bool IsNull() in IsNull() method in System.Data.Mapping.ViewGeneration.Structures.Constant.AllOtherConstantsConstant
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SQLTypes/
H A DINullable.cs13 bool IsNull { property
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/
H A DINullable.cs9 bool IsNull { get; } property
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/
H A DIsNullConstraint.php5 use Symfony\Component\Validator\Constraints\IsNull; alias
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/
H A DIsNullConstraint.php5 use Symfony\Component\Validator\Constraints\IsNull; alias
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/skia/public/mojom/
H A Dbitmap_skbitmap_mojom_traits.cc10 bool StructTraits<skia::mojom::BitmapDataView, SkBitmap>::IsNull( in IsNull() function in mojo::StructTraits::mojom::BitmapDataView
76 bool StructTraits<skia::mojom::InlineBitmapDataView, SkBitmap>::IsNull( in IsNull() function in mojo::StructTraits::mojom::InlineBitmapDataView
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DAtomEntry.cs51 IsNull = 0x40 enumerator
115 public bool IsNull property in System.Data.Services.Client.AtomEntry

12345678910>>...80