HomeSort by relevance Sort by last modified time
    Searched refs:IsNil (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 248 * Don't do DOWN, UP nodes if its a list (t is isNil).
257 bool nil = adaptor.IsNil(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 283 * Don't do DOWN, UP nodes if its a list (t is isNil).
294 bool nil = adaptor.IsNil( t );
  /external/webrtc/webrtc/base/
ipaddress.cc 57 bool IPAddress::IsNil() const {
nat_unittest.cc 233 if (ext_addr2.IsNil()) {
network.cc 358 if (family == AF_INET && !default_local_ipv4_address_.IsNil()) {
361 } else if (family == AF_INET6 && !default_local_ipv6_address_.IsNil()) {
  /external/webrtc/webrtc/p2p/base/
stunport.cc 420 if (!result || default_address.IsNil()) {
relayserver.cc 188 ASSERT(!ap.destination().IsNil());
233 ASSERT(!ap.destination().IsNil());
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 58 if (adaptor.GetParent(retval.Tree)!=null && adaptor.IsNil(adaptor.GetParent(retval.Tree)))
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 59 if (adaptor.GetParent(retval.Tree)!=null && adaptor.IsNil(adaptor.GetParent(retval.Tree)))
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
rewrite.go 168 if _, ok := val.Interface().(ast.Expr); ok && !val.IsNil() {
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 196 if v.Kind() == reflect.Ptr && !v.IsNil() {
encoder.go 221 if value.Kind() == reflect.Ptr && value.IsNil() {
  /prebuilts/go/darwin-x86/src/fmt/
print.go 275 if val.Kind() == reflect.Interface && !val.IsNil() {
528 if v := reflect.ValueOf(arg); v.Kind() == reflect.Ptr && v.IsNil() {
733 if f.IsNil() {
819 if f.Kind() == reflect.Slice && f.IsNil() {
  /prebuilts/go/darwin-x86/src/go/ast/
print.go 25 return !v.IsNil()
  /prebuilts/go/darwin-x86/src/go/types/
example_test.go 294 case tv.IsNil():
api.go 291 // IsNil reports whether the corresponding expression denotes the
293 func (tv TypeAndValue) IsNil() bool {
  /prebuilts/go/linux-x86/src/cmd/gofmt/
rewrite.go 168 if _, ok := val.Interface().(ast.Expr); ok && !val.IsNil() {
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 196 if v.Kind() == reflect.Ptr && !v.IsNil() {
  /prebuilts/go/linux-x86/src/fmt/
print.go 275 if val.Kind() == reflect.Interface && !val.IsNil() {
528 if v := reflect.ValueOf(arg); v.Kind() == reflect.Ptr && v.IsNil() {
733 if f.IsNil() {
819 if f.Kind() == reflect.Slice && f.IsNil() {
  /prebuilts/go/linux-x86/src/go/ast/
print.go 25 return !v.IsNil()
  /prebuilts/go/linux-x86/src/go/types/
example_test.go 294 case tv.IsNil():
api.go 291 // IsNil reports whether the corresponding expression denotes the
293 func (tv TypeAndValue) IsNil() bool {
  /prebuilts/go/darwin-x86/src/reflect/
value.go 791 if v.IsNil() {
965 // IsNil reports whether its argument v is nil. The argument must be
967 // not, IsNil panics. Note that IsNil is not always equivalent to a
970 // i==nil will be true but v.IsNil will panic as v will be the zero
972 func (v Value) IsNil() bool {
989 panic(&ValueError{"reflect.Value.IsNil", v.kind()})
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 791 if v.IsNil() {
965 // IsNil reports whether its argument v is nil. The argument must be
967 // not, IsNil panics. Note that IsNil is not always equivalent to a
970 // i==nil will be true but v.IsNil will panic as v will be the zero
972 func (v Value) IsNil() bool {
989 panic(&ValueError{"reflect.Value.IsNil", v.kind()})
    [all...]
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 160 if f.IsNil() {
501 if !fieldValue.IsNil() {

Completed in 1101 milliseconds

1 2 34 5