Sign in
flutter
/
third_party
/
protobuf
/
45ccf25099a22dd416a52ca26b5a7c19b1ad8dc2
/
.
/
ruby
/
tests
/
utf8.proto
blob: ca8bc2c0844c34e9fde74e1c3be8d543e49a3e64 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
package
utf8_test_protos
;
message
TestUtf8
{
optional
string
optional_string
=
1
;
repeated
string
repeated_string
=
2
;
map
<
string
,
string
>
map_string_string
=
3
;
}