Searched defs:OneofOptions (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | OneofDescriptor.cs | 135 public T GetOption<T>(Extension<OneofOptions, T> extension) in GetOption() 145 public RepeatedField<T> GetOption<T>(RepeatedExtension<OneofOptions, T> extension) in GetOption()
|
D | Descriptor.cs | 7065 public sealed partial class OneofOptions : pb::IExtendableMessage<OneofOptions> class 7088 public OneofOptions() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions 7095 public OneofOptions(OneofOptions other) : this() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions 7250 public TValue GetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in GetExtension() 7253 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<OneofOptions, TValue>… in GetExtension() 7256 …bc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<OneofOptions, TVa… in GetOrInitializeExtension() 7259 public void SetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension, TValue value) { in SetExtension() 7262 public bool HasExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in HasExtension() 7265 public void ClearExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in ClearExtension() 7268 public void ClearExtension<TValue>(pb::RepeatedExtension<OneofOptions, TValue> extension) { in ClearExtension()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | OneofOptions.php | 16 class OneofOptions extends \Google\Protobuf\Internal\Message class
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.proto | 626 message OneofOptions { message
|
D | descriptor.h | 106 class OneofOptions; variable
|
D | descriptor.pb.cc | 7977 OneofOptions::OneofOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in OneofOptions() function in OneofOptions 7985 OneofOptions::OneofOptions(const OneofOptions& from) in OneofOptions() function in OneofOptions
|
D | descriptor.pb.h | 119 class OneofOptions; variable 4473 inline OneofOptions() : OneofOptions(nullptr) {} in OneofOptions() function 4477 OneofOptions(OneofOptions&& from) noexcept in OneofOptions() function
|
/third_party/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 611 message OneofOptions { message
|
D | descriptor.proto | 622 message OneofOptions { message
|