Home
last modified time | relevance | path

Searched defs:IsNil (Results 1 – 17 of 17) sorted by relevance

/external/go-cmp/cmp/internal/value/
Dpointer_unsafe.go30 func (p Pointer) IsNil() bool { func
Dpointer_purego.go27 func (p Pointer) IsNil() bool { func
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonErrorNode.cs62 public override bool IsNil { property in Antlr.Runtime.Tree.CommonErrorNode
DCommonTree.cs105 public override bool IsNil { property in Antlr.Runtime.Tree.CommonTree
DITree.cs113 bool IsNil { property
DBaseTree.cs103 public virtual bool IsNil { property in Antlr.Runtime.Tree.BaseTree
DITreeAdaptor.cs100 bool IsNil(object tree); in IsNil() method
DBaseTreeAdaptor.cs77 public virtual bool IsNil(object tree) { in IsNil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs248 public bool IsNil() { in IsNil() method in Antlr.Runtime.BitSet
/external/webrtc/rtc_base/
Dsocket_address.cc74 bool SocketAddress::IsNil() const { in IsNil() function in rtc::SocketAddress
Dip_address.cc70 bool IPAddress::IsNil() const { in IsNil() function in rtc::IPAddress
/external/llvm/bindings/go/llvm/
Dir.go72 func (c Context) IsNil() bool { return c.C == nil } func
73 func (c Module) IsNil() bool { return c.C == nil } func
74 func (c Type) IsNil() bool { return c.C == nil } func
75 func (c Value) IsNil() bool { return c.C == nil } func
76 func (c BasicBlock) IsNil() bool { return c.C == nil } func
77 func (c Builder) IsNil() bool { return c.C == nil } func
78 func (c ModuleProvider) IsNil() bool { return c.C == nil } func
79 func (c MemoryBuffer) IsNil() bool { return c.C == nil } func
80 func (c PassManager) IsNil() bool { return c.C == nil } func
81 func (c Use) IsNil() bool { return c.C == nil } func
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs112 public virtual bool IsNil(object tree) { in IsNil() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/golang-protobuf/internal/impl/
Dpointer_unsafe.go62 func (p pointer) IsNil() bool { func
Dpointer_reflect.go70 func (p pointer) IsNil() bool { func
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas504 property IsNil: Boolean read GetIsNil; property
1276 function IsNil(const Tree: IANTLRInterface): Boolean; virtual; in IsNil() function
2835 function TBaseTreeAdaptor.IsNil(const Tree: IANTLRInterface): Boolean; in IsNil() function
DAntlr.Runtime.pas474 property IsNil: Boolean read GetIsNil; property