Home
last modified time | relevance | path

Searched defs:Extendee (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestRetention.pb.cs444 public sealed partial class Extendee : pb::IExtendableMessage<Extendee> class
471 public Extendee() { in Extendee() method in ProtobufUnittest.Extendee
479 public Extendee(Extendee other) : this() { in Extendee() method in ProtobufUnittest.Extendee
625 public TValue GetExtension<TValue>(pb::Extension<Extendee, TValue> extension) { in GetExtension()
628 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<Extendee, TValue> ext… in GetExtension()
631 … pbc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<Extendee, TValu… in GetOrInitializeExtension()
634 public void SetExtension<TValue>(pb::Extension<Extendee, TValue> extension, TValue value) { in SetExtension()
637 public bool HasExtension<TValue>(pb::Extension<Extendee, TValue> extension) { in HasExtension()
640 public void ClearExtension<TValue>(pb::Extension<Extendee, TValue> extension) { in ClearExtension()
643 public void ClearExtension<TValue>(pb::RepeatedExtension<Extendee, TValue> extension) { in ClearExtension()
/third_party/protobuf/hpb/
Dhpb.h94 ABSL_MUST_USE_RESULT bool HasExtension( in HasExtension()
103 ABSL_MUST_USE_RESULT bool HasExtension( in HasExtension()
198 absl::StatusOr<Ptr<const Extension>> GetExtension( in GetExtension()
216 absl::StatusOr<Ptr<const Extension>> GetExtension( in GetExtension()
Dextension.h48 using Extendee = ExtendeeType; variable
/third_party/protobuf/src/google/protobuf/
Dunittest_retention.proto89 message Extendee { message
Dextension_set.h1615 typedef ExtendeeType Extendee; typedef
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.pb.cs3381 public string Extendee { property in Google.Protobuf.Reflection.FieldDescriptorProto