Home
last modified time | relevance | path

Searched defs:TestAllTypesProto2 (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dtest_all_types_proto2.js15 class TestAllTypesProto2 { class
Dconformance_testee.js5 const TestAllTypesProto2 = goog.require('proto.conformance.TestAllTypesProto2'); constant
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto2.cs247 public sealed partial class TestAllTypesProto2 : pb::IExtendableMessage<TestAllTypesProto2> class
272 public TestAllTypesProto2() { in TestAllTypesProto2() method in ProtobufTestMessages.Proto2.TestAllTypesProto2
279 public TestAllTypesProto2(TestAllTypesProto2 other) : this() { in TestAllTypesProto2() method in ProtobufTestMessages.Proto2.TestAllTypesProto2
4701 public TValue GetExtension<TValue>(pb::Extension<TestAllTypesProto2, TValue> extension) { in GetExtension()
4704 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<TestAllTypesProto2, T… in GetExtension()
4707 …:RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<TestAllTypesProto2, … in GetOrInitializeExtension()
4710 …public void SetExtension<TValue>(pb::Extension<TestAllTypesProto2, TValue> extension, TValue value… in SetExtension()
4713 public bool HasExtension<TValue>(pb::Extension<TestAllTypesProto2, TValue> extension) { in HasExtension()
4716 public void ClearExtension<TValue>(pb::Extension<TestAllTypesProto2, TValue> extension) { in ClearExtension()
4719 … public void ClearExtension<TValue>(pb::RepeatedExtension<TestAllTypesProto2, TValue> extension) { in ClearExtension()
/third_party/protobuf/src/google/protobuf/
Dtest_messages_proto2.proto56 message TestAllTypesProto2 { message