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

1 23 4 5

  /external/webrtc/webrtc/base/
asynctcpsocket.cc 134 ASSERT(remote_address.IsNil());
httpserver.cc 260 return !address->IsNil();
ipaddress_unittest.cc 558 EXPECT_TRUE(IPAddress().IsNil());
561 EXPECT_FALSE(addr.IsNil());
564 EXPECT_FALSE(addr.IsNil());
566 EXPECT_FALSE(IPAddress(kIPv4PublicAddr).IsNil());
    [all...]
socketaddress.cc 72 bool SocketAddress::IsNil() const {
  /prebuilts/go/darwin-x86/src/html/template/
content.go 115 for v.Kind() == reflect.Ptr && !v.IsNil() {
134 for !v.Type().Implements(fmtStringerType) && !v.Type().Implements(errorType) && v.Kind() == reflect.Ptr && !v.IsNil() {
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace.go 177 if of.IsNil() {
180 if tf.IsNil() {
  /prebuilts/go/linux-x86/src/html/template/
content.go 115 for v.Kind() == reflect.Ptr && !v.IsNil() {
134 for !v.Type().Implements(fmtStringerType) && !v.Type().Implements(errorType) && v.Kind() == reflect.Ptr && !v.IsNil() {
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go 177 if of.IsNil() {
180 if tf.IsNil() {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 66 if (Adaptor.GetParent(RetVal.Tree) \<\> nil) and (Adaptor.IsNil(Adaptor.GetParent(RetVal.Tree))) then
  /external/llvm/bindings/go/llvm/
ir.go 72 func (c Context) IsNil() bool { return c.C == nil }
73 func (c Module) IsNil() bool { return c.C == nil }
74 func (c Type) IsNil() bool { return c.C == nil }
75 func (c Value) IsNil() bool { return c.C == nil }
76 func (c BasicBlock) IsNil() bool { return c.C == nil }
77 func (c Builder) IsNil() bool { return c.C == nil }
78 func (c ModuleProvider) IsNil() bool { return c.C == nil }
79 func (c MemoryBuffer) IsNil() bool { return c.C == nil }
80 func (c PassManager) IsNil() bool { return c.C == nil }
81 func (c Use) IsNil() bool { return c.C == nil
    [all...]
  /build/blueprint/
unpack.go 169 if fieldValue.IsNil() {
181 if fieldValue.IsNil() && (propertyIsSet || field.Anonymous) {
  /external/webrtc/webrtc/p2p/base/
transport.cc 271 if (cand.address().IsNil() || cand.address().IsAnyIP()) {
  /prebuilts/go/darwin-x86/src/database/sql/
convert.go 249 if dpv.IsNil() {
388 rv.IsNil() &&
  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 226 rv.IsNil() &&
253 if rv.IsNil() {
  /prebuilts/go/linux-x86/src/database/sql/
convert.go 249 if dpv.IsNil() {
388 rv.IsNil() &&
  /prebuilts/go/linux-x86/src/database/sql/driver/
types.go 226 rv.IsNil() &&
253 if rv.IsNil() {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 111 function IsNil(const Tree: IANTLRInterface): Boolean;
119 /// Warning: if t has no children, but child does and child isNil then you
148 /// If oldRoot was null, it's ok, just return newRoot (even if isNil).
504 property IsNil: Boolean read GetIsNil;
722 /// Don't do DOWN, UP nodes if its a list (t is isNil).
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 177 if rv.Kind() != reflect.Ptr || rv.IsNil() {
449 if v.Kind() == reflect.Interface && !v.IsNil() {
451 if e.Kind() == reflect.Ptr && !e.IsNil() && (!decodingNull || e.Elem().Kind() == reflect.Ptr) {
464 if v.IsNil() {
639 if v.IsNil() {
703 if subv.IsNil() {
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 414 if val.IsNil() {
502 if fv.Kind() == reflect.Interface && fv.IsNil() {
590 if val.IsNil() {
784 if vf.IsNil() {
927 if vf.Kind() != reflect.Ptr && vf.Kind() != reflect.Interface || !vf.IsNil() {
1037 return v.IsNil()
read.go 239 if val.IsNil() {
316 if val.Kind() == reflect.Interface && !val.IsNil() {
318 if e.Kind() == reflect.Ptr && !e.IsNil() {
324 if val.IsNil() {
597 if dst.IsNil() {
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 297 truth = !val.IsNil()
348 if val.IsNil() {
550 receiver, isNil := indirect(receiver)
566 if isNil {
580 if isNil {
670 if len(result) == 2 && !result[1].IsNil() {
705 if value.Kind() == reflect.Interface && !value.IsNil() {
871 func indirect(v reflect.Value) (rv reflect.Value, isNil bool) {
873 if v.IsNil() {
888 if v.IsNil() {
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 177 if rv.Kind() != reflect.Ptr || rv.IsNil() {
449 if v.Kind() == reflect.Interface && !v.IsNil() {
451 if e.Kind() == reflect.Ptr && !e.IsNil() && (!decodingNull || e.Elem().Kind() == reflect.Ptr) {
464 if v.IsNil() {
639 if v.IsNil() {
703 if subv.IsNil() {
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 414 if val.IsNil() {
502 if fv.Kind() == reflect.Interface && fv.IsNil() {
590 if val.IsNil() {
784 if vf.IsNil() {
927 if vf.Kind() != reflect.Ptr && vf.Kind() != reflect.Interface || !vf.IsNil() {
1037 return v.IsNil()
read.go 239 if val.IsNil() {
316 if val.Kind() == reflect.Interface && !val.IsNil() {
318 if e.Kind() == reflect.Ptr && !e.IsNil() {
324 if val.IsNil() {
597 if dst.IsNil() {
  /prebuilts/go/linux-x86/src/text/template/
exec.go 297 truth = !val.IsNil()
348 if val.IsNil() {
550 receiver, isNil := indirect(receiver)
566 if isNil {
580 if isNil {
670 if len(result) == 2 && !result[1].IsNil() {
705 if value.Kind() == reflect.Interface && !value.IsNil() {
871 func indirect(v reflect.Value) (rv reflect.Value, isNil bool) {
873 if v.IsNil() {
888 if v.IsNil() {
    [all...]

Completed in 1274 milliseconds

1 23 4 5