OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNil
(Results
1 - 25
of
119
) sorted by null
1
2
3
4
5
/build/blueprint/proptools/
typeequal.go
32
if v1.
IsNil
() != v2.
IsNil
() {
35
if v1.
IsNil
() {
49
if v1.
IsNil
() && !v2.
IsNil
() {
51
} else if v2.
IsNil
() && !v1.
IsNil
() {
53
} else if v1.
IsNil
() && v2.
IsNil
() {
87
if v.
IsNil
() {
[
all
...]
clone.go
54
if !srcFieldValue.
IsNil
() {
68
if srcFieldValue.
IsNil
() {
84
if dstFieldValue.
IsNil
() || dstFieldValue.Elem().Type() != srcFieldValue.Type() {
96
if srcFieldValue.
IsNil
() {
105
if !dstFieldValue.
IsNil
() {
147
if fieldValue.
IsNil
() {
166
if fieldValue.
IsNil
() {
209
if srcFieldValue.
IsNil
() {
231
if srcFieldValue.
IsNil
() {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs
113
bool
IsNil
{
TreeVisitor.cs
61
bool
isNil
= adaptor.
IsNil
(t);
62
if (action != null && !
isNil
)
71
if (action != null && !
isNil
)
BaseTree.cs
103
public virtual bool
IsNil
{
164
* and child
isNil
then this routine moves children to t via
174
if (t.
IsNil
) {
230
if (t.
IsNil
) {
287
if (newTree.
IsNil
) {
420
if (!
IsNil
) {
432
if (!
IsNil
) {
CommonTree.cs
105
public override bool
IsNil
{
215
if (
IsNil
) {
BaseTreeAdaptor.cs
77
public virtual bool
IsNil
(object tree) {
78
return ((ITree)tree).
IsNil
;
111
* and child
isNil
then you can decide it is ok to move children to t via
138
* If oldRoot was null, it's ok, just return newRoot (even if
isNil
).
161
if (newRootTree.
IsNil
) {
181
if (r != null && r.
IsNil
) {
RewriteRuleSubtreeStream.cs
80
while (adaptor.
IsNil
(tree) && adaptor.GetChildCount(tree) == 1)
CommonErrorNode.cs
62
public override bool
IsNil
{
ITreeAdaptor.cs
100
bool
IsNil
(object tree);
105
* and child
isNil
then you can decide it is ok to move children to t via
128
* If oldRoot was null, it's ok, just return newRoot (even if
isNil
).
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs
118
bool
IsNil
TreeVisitor.cs
63
bool
isNil
= adaptor.
IsNil
( t );
64
if ( action != null && !
isNil
)
73
if ( action != null && !
isNil
)
BaseTree.cs
123
public virtual bool
IsNil
195
* and child
isNil
then this routine moves children to t via
207
if ( t.
IsNil
)
276
if ( t.
IsNil
)
338
if ( newTree.
IsNil
)
503
if ( !
IsNil
)
518
if ( !
IsNil
)
CommonTree.cs
120
public override bool
IsNil
284
if (
IsNil
)
RewriteRuleSubtreeStream.cs
87
while (adaptor.
IsNil
(tree) && adaptor.GetChildCount(tree) == 1)
BaseTreeAdaptor.cs
82
public virtual bool
IsNil
( object tree )
84
return ( (ITree)tree ).
IsNil
;
143
* and child
isNil
then you can decide it is ok to move children to t via
172
* If oldRoot was null, it's ok, just return newRoot (even if
isNil
).
197
if ( newRootTree.
IsNil
)
220
if ( r != null && r.
IsNil
)
CommonErrorNode.cs
66
public override bool
IsNil
/external/webrtc/webrtc/p2p/base/
teststunserver.h
43
if (fake_stun_addr_.
IsNil
()) {
/prebuilts/go/darwin-x86/src/reflect/
deepequal.go
74
if v1.
IsNil
() != v2.
IsNil
() {
90
if v1.
IsNil
() || v2.
IsNil
() {
91
return v1.
IsNil
() == v2.
IsNil
()
107
if v1.
IsNil
() != v2.
IsNil
() {
125
if v1.
IsNil
() && v2.
IsNil
() {
[
all
...]
/prebuilts/go/linux-x86/src/reflect/
deepequal.go
74
if v1.
IsNil
() != v2.
IsNil
() {
90
if v1.
IsNil
() || v2.
IsNil
() {
91
return v1.
IsNil
() == v2.
IsNil
()
107
if v1.
IsNil
() != v2.
IsNil
() {
125
if v1.
IsNil
() && v2.
IsNil
() {
[
all
...]
/external/webrtc/webrtc/base/
physicalsocketserver_unittest.cc
154
EXPECT_TRUE(accept_addr.
IsNil
());
158
EXPECT_FALSE(client1->GetLocalAddress().
IsNil
());
172
ASSERT_TRUE(accept_addr.
IsNil
());
177
EXPECT_TRUE(accept_addr.
IsNil
());
181
EXPECT_FALSE(client2->GetLocalAddress().
IsNil
());
194
EXPECT_FALSE(accept_addr.
IsNil
());
socketaddress.h
51
bool
IsNil
() const;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs
88
bool
IsNil
(T tree);
93
* and child
isNil
then you can decide it is ok to move children to t via
116
* If oldRoot was null, it's ok, just return newRoot (even if
isNil
).
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
dumper.go
108
if x.
IsNil
() {
115
if x.
IsNil
() {
141
if x.
IsNil
() {
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
dumper.go
108
if x.
IsNil
() {
115
if x.
IsNil
() {
141
if x.
IsNil
() {
Completed in 934 milliseconds
1
2
3
4
5