Home
last modified time | relevance | path

Searched defs:HasPresence (Results 1 – 9 of 9) sorted by relevance

/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs410 public void HasPresence() in HasPresence() method in Google.Protobuf.Reflection.FieldAccessTest
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs410 public void HasPresence() in HasPresence() method in Google.Protobuf.Reflection.FieldAccessTest
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs410 public void HasPresence() in HasPresence() method in Google.Protobuf.Reflection.FieldAccessTest
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs83 public bool HasPresence => field in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs83 public bool HasPresence => field in Google.Protobuf.Reflection.FieldDescriptor
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs83 public bool HasPresence => field in Google.Protobuf.Reflection.FieldDescriptor
/external/golang-protobuf/internal/impl/
Dlegacy_extension.go159 func (x placeholderExtension) HasPresence() bool { return false } func
/external/golang-protobuf/reflect/protoreflect/
Dtype.go317 HasPresence() bool methodSpec
/external/golang-protobuf/internal/filedesc/
Ddesc.go275 func (fd *Field) HasPresence() bool { func
390 func (xd *Extension) HasPresence() bool { return xd.L1.Cardinality != protorefl… func