Home
last modified time | relevance | path

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

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