Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs151 void SetExtension(IMessage message, object value); in SetExtension() method
264 public void SetExtension(IMessage message, object value) in SetExtension() method in Google.Protobuf.Reflection.ReflectionUtil.ExtensionReflectionHelper
DDescriptor.cs2110 …public void SetExtension<TValue>(pb::Extension<ExtensionRangeOptions, TValue> extension, TValue va… in SetExtension() method in Google.Protobuf.Reflection.ExtensionRangeOptions
5964 public void SetExtension<TValue>(pb::Extension<FileOptions, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.Reflection.FileOptions
6450 … public void SetExtension<TValue>(pb::Extension<MessageOptions, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.Reflection.MessageOptions
7019 public void SetExtension<TValue>(pb::Extension<FieldOptions, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.Reflection.FieldOptions
7259 public void SetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.Reflection.OneofOptions
7578 public void SetExtension<TValue>(pb::Extension<EnumOptions, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.Reflection.EnumOptions
7844 …public void SetExtension<TValue>(pb::Extension<EnumValueOptions, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.Reflection.EnumValueOptions
8110 … public void SetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.Reflection.ServiceOptions
8425 public void SetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.Reflection.MethodOptions
/third_party/protobuf/csharp/src/Google.Protobuf/
DIExtendableMessage.cs62 void SetExtension<TValue>(Extension<T, TValue> extension, TValue value); in SetExtension() method
/third_party/node/deps/v8/tools/v8windbg/src/
Dv8windbg-extension.h31 static void SetExtension(std::unique_ptr<Extension> new_extension) { in SetExtension() function
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestSelfreferentialOptions.cs338 public void SetExtension<TValue>(pb::Extension<FooOptions, TValue> extension, TValue value) { in SetExtension() method in UnitTest.Issues.TestProtos.SelfreferentialOptions.FooOptions
DUnittest.cs6189 …public void SetExtension<TValue>(pb::Extension<TestAllExtensions, TValue> extension, TValue value)… in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestAllExtensions
7194 …public void SetExtension<TValue>(pb::Extension<TestGroupExtension, TValue> extension, TValue value… in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestGroupExtension
10346 …public void SetExtension<TValue>(pb::Extension<TestEmptyMessageWithExtensions, TValue> extension, … in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestEmptyMessageWithExtensions
10527 …public void SetExtension<TValue>(pb::Extension<TestMultipleExtensionRanges, TValue> extension, TVa… in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestMultipleExtensionRanges
14879 …public void SetExtension<TValue>(pb::Extension<TestFieldOrderings, TValue> extension, TValue value… in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings
23835 …public void SetExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension, TValue val… in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions
24016 …public void SetExtension<TValue>(pb::Extension<TestUnpackedExtensions, TValue> extension, TValue v… in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions
25342 …public void SetExtension<TValue>(pb::Extension<TestParsingMerge, TValue> extension, TValue value) { in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestParsingMerge
28700 …public void SetExtension<TValue>(pb::Extension<TestHugeFieldNumbers, TValue> extension, TValue val… in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
29522 …public void SetExtension<TValue>(pb::Extension<TestExtensionInsideTable, TValue> extension, TValue… in SetExtension() method in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
DTestMessagesProto2.cs4710 …public void SetExtension<TValue>(pb::Extension<TestAllTypesProto2, TValue> extension, TValue value… in SetExtension() method in ProtobufTestMessages.Proto2.TestAllTypesProto2
5381 …public void SetExtension<TValue>(pb::Extension<MessageSetCorrect, TValue> extension, TValue value)… in SetExtension() method in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrect