HomeSort by relevance Sort by last modified time
    Searched refs:IsNil (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonErrorNode.cs 66 public override bool IsNil
ITreeAdaptor.cs 156 bool IsNil( object tree );
161 * and child isNil then you can decide it is ok to move children to t via
184 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
CommonTreeNodeStream.cs 182 if ( _level == 0 && TreeAdaptor.IsNil( t ) )
  /external/antlr/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).
  /external/webrtc/webrtc/base/
socketaddress.h 51 bool IsNil() const;
firewallsocketserver.cc 164 if ((r.src.ipaddr() != src.ipaddr()) && !r.src.IsNil())
168 if ((r.dst.ipaddr() != dst.ipaddr()) && !r.dst.IsNil())
natsocketfactory.cc 119 result = socket_->Connect(server_addr_.IsNil() ? addr : server_addr_);
140 if (server_addr_.IsNil() || type_ == SOCK_STREAM) {
164 if (server_addr_.IsNil() || type_ == SOCK_STREAM) {
236 if (server_addr_.IsNil()) {
246 if (type_ == SOCK_STREAM && !server_addr_.IsNil() && !connected_) {
socket_unittest.cc 214 EXPECT_TRUE(accept_addr.IsNil());
218 EXPECT_FALSE(client->GetLocalAddress().IsNil());
230 EXPECT_FALSE(accept_addr.IsNil());
279 EXPECT_FALSE(accept_addr.IsNil());
320 EXPECT_TRUE(client->GetRemoteAddress().IsNil());
362 EXPECT_TRUE(client->GetRemoteAddress().IsNil());
366 EXPECT_TRUE(accept_addr.IsNil());
409 EXPECT_FALSE(accept_addr.IsNil());
549 EXPECT_TRUE(accepted->GetRemoteAddress().IsNil());
558 EXPECT_TRUE(client->GetRemoteAddress().IsNil());
    [all...]
virtualsocketserver.cc 126 if (!alternative_local_addr_.IsNil())
144 if (!local_addr_.IsNil()) {
168 if (!local_addr_.IsNil() && bound_) {
314 if (local_addr_.IsNil()) {
430 if (!remote_addr_.IsNil()) {
434 if (local_addr_.IsNil()) {
474 if (local_addr_.IsNil()) {
    [all...]
ipaddress.h 113 bool IsNil() const;
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
format.go 47 if (v.Kind() == reflect.Ptr || v.Kind() == reflect.Interface) && v.IsNil() {
73 if v.IsNil() {
85 if v.IsNil() {
93 if v.IsNil() {
118 if v.IsNil() {
236 return v.IsNil()
  /external/syzkaller/vendor/google.golang.org/api/gensupport/
json.go 102 if f.Type.Kind() == reflect.Map && v.IsNil() {
108 if f.Type.Kind() == reflect.Slice && v.IsNil() {
124 if kind == reflect.Ptr && !v.IsNil() {
176 if f.Type.Kind() == reflect.Ptr && v.IsNil() {
183 if f.Type.Kind() == reflect.Interface && v.IsNil() {
208 return v.IsNil()
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 112 public virtual bool IsNil(object tree) {
113 return adaptor.IsNil(tree);
  /build/blueprint/proptools/
extend.go 258 if srcFieldValue.IsNil() {
271 if srcFieldValue.IsNil() {
307 if dstFieldValue.IsNil() {
320 if dstFieldValue.IsNil() {
422 if srcFieldValue.IsNil() {
437 if srcFieldValue.IsNil() {
444 if dstFieldValue.IsNil() {
453 if dstFieldValue.IsNil() {
464 if dstFieldValue.IsNil() {
500 if value.IsNil() {
    [all...]
  /external/golang-protobuf/proto/
discard.go 110 if src.isNil() {
182 if !sp.isNil() {
191 if !sp.isNil() {
225 if !su.IsNil() {
227 if sv.Kind() == reflect.Ptr && sv.IsNil() {
256 if v.Kind() != reflect.Ptr || v.IsNil() {
318 if !vf.IsNil() && f.Tag.Get("protobuf_oneof") != "" {
320 if !vf.IsNil() {
text.go 276 if name == "XXX_unrecognized" && !fv.IsNil() {
283 if fv.Kind() == reflect.Ptr && fv.IsNil() {
289 if fv.Kind() == reflect.Slice && fv.IsNil() {
306 if v.Kind() == reflect.Ptr && v.IsNil() {
363 if val.Kind() != reflect.Ptr || !val.IsNil() {
408 if fv.IsNil() {
421 if fv.Kind() == reflect.Ptr && fv.IsNil() {
778 if pb == nil || val.IsNil() {
pointer_reflect.go 103 func (p pointer) isNil() bool {
104 return p.v.IsNil()
280 if p.v.IsNil() {
308 if p.v.Elem().IsNil() {
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
discard.go 110 if src.isNil() {
182 if !sp.isNil() {
191 if !sp.isNil() {
225 if !su.IsNil() {
227 if sv.Kind() == reflect.Ptr && sv.IsNil() {
256 if v.Kind() != reflect.Ptr || v.IsNil() {
318 if !vf.IsNil() && f.Tag.Get("protobuf_oneof") != "" {
320 if !vf.IsNil() {
text.go 276 if name == "XXX_unrecognized" && !fv.IsNil() {
283 if fv.Kind() == reflect.Ptr && fv.IsNil() {
289 if fv.Kind() == reflect.Slice && fv.IsNil() {
306 if v.Kind() == reflect.Ptr && v.IsNil() {
363 if val.Kind() != reflect.Ptr || !val.IsNil() {
408 if fv.IsNil() {
421 if fv.Kind() == reflect.Ptr && fv.IsNil() {
778 if pb == nil || val.IsNil() {
pointer_reflect.go 100 func (p pointer) isNil() bool {
101 return p.v.IsNil()
277 if p.v.IsNil() {
305 if p.v.Elem().IsNil() {
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 147 if (_level == 0 && TreeAdaptor.IsNil(t)) {
TreeWizard.cs 283 tpattern.IsNil ||
367 tpattern.IsNil ||
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
sort.go 30 if !function.IsType(vf.Type(), function.Less) || vf.IsNil() {
101 if !function.IsType(vf.Type(), function.Less) || vf.IsNil() {
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 145 public virtual bool IsNil( object tree )
147 return adaptor.IsNil( tree );
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 109 if (!relay_address_udp.IsNil()) {
112 if (!relay_address_tcp.IsNil()) {
115 if (!relay_address_ssl.IsNil()) {
    [all...]

Completed in 1392 milliseconds

12 3 4 5