diff options
author | stakanviski <stakanviski@yandex-team.ru> | 2022-02-10 16:50:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:01 +0300 |
commit | da8356a5535e6177965cba3bbae73c5fb28f6ccc (patch) | |
tree | 61a6bb4fa5e2c51ac92f621f5a9eba5658d8aba0 /library/cpp/scheme/tests | |
parent | c345445ed6cb1fc34136ef6f02ce07f5aff9e504 (diff) | |
download | ydb-da8356a5535e6177965cba3bbae73c5fb28f6ccc.tar.gz |
Restoring authorship annotation for <stakanviski@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/scheme/tests')
-rw-r--r-- | library/cpp/scheme/tests/ut/scheme_ut.proto | 160 |
1 files changed, 80 insertions, 80 deletions
diff --git a/library/cpp/scheme/tests/ut/scheme_ut.proto b/library/cpp/scheme/tests/ut/scheme_ut.proto index 7981af7eae..139c293b3c 100644 --- a/library/cpp/scheme/tests/ut/scheme_ut.proto +++ b/library/cpp/scheme/tests/ut/scheme_ut.proto @@ -1,84 +1,84 @@ -package NSc; - -message TMessage { - optional double Double = 1; - optional float Float = 2; - optional int32 Int32 = 3; - optional int64 Int64 = 4; - optional uint32 UInt32 = 5; - optional uint64 UInt64 = 6; - optional sint32 SInt32 = 7; - optional sint64 SInt64 = 8; - optional fixed32 Fixed32 = 9; - optional fixed64 Fixed64 = 10; - optional sfixed32 SFixed32 = 11; - optional sfixed64 SFixed64 = 12; - optional bool Bool = 13; - optional string String = 14; - optional bytes Bytes = 15; - optional EEnum Enum = 16; - optional TMessage2 Message = 17; - - repeated double Doubles = 18; - repeated float Floats = 19; - repeated int32 Int32s = 20; - repeated int64 Int64s = 21; - repeated uint32 UInt32s = 22; - repeated uint64 UInt64s = 23; - repeated sint32 SInt32s = 24; - repeated sint64 SInt64s = 25; - repeated fixed32 Fixed32s = 26; - repeated fixed64 Fixed64s = 27; - repeated sfixed32 SFixed32s = 28; - repeated sfixed64 SFixed64s = 29; - repeated bool Bools = 30; - repeated string Strings = 31; - repeated bytes Bytess = 32; - repeated EEnum Enums = 33; - repeated TMessage2 Messages = 34; +package NSc; + +message TMessage { + optional double Double = 1; + optional float Float = 2; + optional int32 Int32 = 3; + optional int64 Int64 = 4; + optional uint32 UInt32 = 5; + optional uint64 UInt64 = 6; + optional sint32 SInt32 = 7; + optional sint64 SInt64 = 8; + optional fixed32 Fixed32 = 9; + optional fixed64 Fixed64 = 10; + optional sfixed32 SFixed32 = 11; + optional sfixed64 SFixed64 = 12; + optional bool Bool = 13; + optional string String = 14; + optional bytes Bytes = 15; + optional EEnum Enum = 16; + optional TMessage2 Message = 17; + + repeated double Doubles = 18; + repeated float Floats = 19; + repeated int32 Int32s = 20; + repeated int64 Int64s = 21; + repeated uint32 UInt32s = 22; + repeated uint64 UInt64s = 23; + repeated sint32 SInt32s = 24; + repeated sint64 SInt64s = 25; + repeated fixed32 Fixed32s = 26; + repeated fixed64 Fixed64s = 27; + repeated sfixed32 SFixed32s = 28; + repeated sfixed64 SFixed64s = 29; + repeated bool Bools = 30; + repeated string Strings = 31; + repeated bytes Bytess = 32; + repeated EEnum Enums = 33; + repeated TMessage2 Messages = 34; map<string, double> MapDoubles = 35; map<string, int32> MapInt32s = 36; map<string, string> MapString = 37; -} - -enum EEnum { - VALUE1 = 0; - VALUE2 = 1; -} - -message TMessage2 { - optional double Double = 1; - optional float Float = 2; - optional int32 Int32 = 3; - optional int64 Int64 = 4; - optional uint32 UInt32 = 5; - optional uint64 UInt64 = 6; - optional sint32 SInt32 = 7; - optional sint64 SInt64 = 8; - optional fixed32 Fixed32 = 9; - optional fixed64 Fixed64 = 10; - optional sfixed32 SFixed32 = 11; - optional sfixed64 SFixed64 = 12; - optional bool Bool = 13; - optional string String = 14; - optional bytes Bytes = 15; - optional EEnum Enum = 16; - - repeated double Doubles = 18; - repeated float Floats = 19; - repeated int32 Int32s = 20; - repeated int64 Int64s = 21; - repeated uint32 UInt32s = 22; - repeated uint64 UInt64s = 23; - repeated sint32 SInt32s = 24; - repeated sint64 SInt64s = 25; - repeated fixed32 Fixed32s = 26; - repeated fixed64 Fixed64s = 27; - repeated sfixed32 SFixed32s = 28; - repeated sfixed64 SFixed64s = 29; - repeated bool Bools = 30; - repeated string Strings = 31; - repeated bytes Bytess = 32; - repeated EEnum Enums = 33; -} +} + +enum EEnum { + VALUE1 = 0; + VALUE2 = 1; +} + +message TMessage2 { + optional double Double = 1; + optional float Float = 2; + optional int32 Int32 = 3; + optional int64 Int64 = 4; + optional uint32 UInt32 = 5; + optional uint64 UInt64 = 6; + optional sint32 SInt32 = 7; + optional sint64 SInt64 = 8; + optional fixed32 Fixed32 = 9; + optional fixed64 Fixed64 = 10; + optional sfixed32 SFixed32 = 11; + optional sfixed64 SFixed64 = 12; + optional bool Bool = 13; + optional string String = 14; + optional bytes Bytes = 15; + optional EEnum Enum = 16; + + repeated double Doubles = 18; + repeated float Floats = 19; + repeated int32 Int32s = 20; + repeated int64 Int64s = 21; + repeated uint32 UInt32s = 22; + repeated uint64 UInt64s = 23; + repeated sint32 SInt32s = 24; + repeated sint64 SInt64s = 25; + repeated fixed32 Fixed32s = 26; + repeated fixed64 Fixed64s = 27; + repeated sfixed32 SFixed32s = 28; + repeated sfixed64 SFixed64s = 29; + repeated bool Bools = 30; + repeated string Strings = 31; + repeated bytes Bytess = 32; + repeated EEnum Enums = 33; +} |