Home
last modified time | relevance | path

Searched refs:TestArenaMap (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs158 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestArenaMap), global::Google.Protobuf.TestProtos.TestArenaMap.Parser, new[]{ "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapInt32Enum", "MapInt32ForeignMessage" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }), in MapUnittestProto3Reflection()
1271 public sealed partial class TestArenaMap : pb::IMessage<TestArenaMap> class
1276 private static readonly pb::MessageParser<TestArenaMap> _parser = new pb::MessageParser<TestArenaMap>(() => new TestArenaMap());
1279 public static pb::MessageParser<TestArenaMap> Parser { get { return _parser; } }
1292 public TestArenaMap() { in TestArenaMap() method in Google.Protobuf.TestProtos.TestArenaMap
1299 public TestArenaMap(TestArenaMa method in Google.Protobuf.TestProtos.TestArenaMap
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc3495 unittest::TestArenaMap* from = in TEST()
3496 Arena::CreateMessage<unittest::TestArenaMap>(&arena); in TEST()
3500 unittest::TestArenaMap* to = in TEST()
3501 Arena::CreateMessage<unittest::TestArenaMap>(&arena); in TEST()
3515 unittest::TestArenaMap* from = in TEST()
3516 Arena::CreateMessage<unittest::TestArenaMap>(&arena); in TEST()
3517 unittest::TestArenaMap* to = in TEST()
3518 Arena::CreateMessage<unittest::TestArenaMap>(&arena); in TEST()
3530 unittest::TestArenaMap* message = in TEST()
3531 Arena::CreateMessage<unittest::TestArenaMap>( in TEST()
[all...]

Completed in 10 milliseconds