HomeSort by relevance Sort by last modified time
    Searched refs:IsNil (Results 1 - 25 of 102) 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 52 if !srcFieldValue.IsNil() {
63 if srcFieldValue.IsNil() {
79 if dstFieldValue.IsNil() || dstFieldValue.Elem().Type() != srcFieldValue.Type() {
91 if srcFieldValue.IsNil() {
100 if !dstFieldValue.IsNil() {
142 if fieldValue.IsNil() {
161 if fieldValue.IsNil() {
204 if srcFieldValue.IsNil() {
226 if srcFieldValue.IsNil() {
  /external/syzkaller/pkg/serializer/
serializer.go 21 if v.Kind() == reflect.Slice && (v.IsNil() || v.Len() == 0) {
38 if v.IsNil() {
67 if v.IsNil() {
82 if v.IsNil() || v.Len() == 0 {
159 return v.IsNil()
161 return v.IsNil()
163 return v.IsNil() || v.Len() == 0
  /external/antlr/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/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 )
362 if ( newTree.IsNil )
546 if ( !IsNil )
561 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 )
  /external/webrtc/webrtc/p2p/base/
teststunserver.h 43 if (fake_stun_addr_.IsNil()) {
  /external/golang-protobuf/proto/
equal.go 81 if v1.IsNil() {
82 return v2.IsNil()
84 if v2.IsNil() {
105 if n1, n2 := f1.IsNil(), f2.IsNil(); n1 && n2 {
160 n1, n2 := v1.IsNil(), v2.IsNil()
186 if v1.IsNil() && v2.IsNil() {
189 if v1.IsNil() != v2.IsNil()
    [all...]
clone.go 47 if in.IsNil() {
85 if out.IsNil() {
91 if in.IsNil() {
137 if !in.IsNil() {
138 if out.IsNil() {
155 if in.IsNil() {
160 if out.IsNil() || out.Elem().Type() != in.Elem().Type() {
168 if out.IsNil() {
188 if in.IsNil() {
191 if out.IsNil() {
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
equal.go 81 if v1.IsNil() {
82 return v2.IsNil()
84 if v2.IsNil() {
105 if n1, n2 := f1.IsNil(), f2.IsNil(); n1 && n2 {
160 n1, n2 := v1.IsNil(), v2.IsNil()
186 if v1.IsNil() && v2.IsNil() {
189 if v1.IsNil() != v2.IsNil()
    [all...]
clone.go 47 if in.IsNil() {
85 if out.IsNil() {
91 if in.IsNil() {
137 if !in.IsNil() {
138 if out.IsNil() {
155 if in.IsNil() {
160 if out.IsNil() || out.Elem().Type() != in.Elem().Type() {
168 if out.IsNil() {
188 if in.IsNil() {
191 if out.IsNil() {
    [all...]
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
compare.go 235 s.report(vx.IsNil() && vy.IsNil(), vx, vy)
238 if vx.IsNil() || vy.IsNil() {
239 s.report(vx.IsNil() && vy.IsNil(), vx, vy)
247 if vx.IsNil() || vy.IsNil() {
248 s.report(vx.IsNil() && vy.IsNil(), vx, vy
    [all...]
  /build/soong/android/
path_properties.go 60 if v.IsNil() {
76 if sv.IsNil() {
103 if v.IsNil() {
  /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());

Completed in 6042 milliseconds

1 2 3 4 5