Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/proto/
H A Dnoenforceutf8_test.go85 type TestNoEnforceUTF8 struct { struct
86 OptionalString string `protobuf:"bytes,1,opt,name=optional_string"`
87 OptionalBytes []byte `protobuf:"bytes,2,opt,name=optional_bytes"`
88 RepeatedString []string `protobuf:"bytes,3,rep,name=repeated_string"`
89 RepeatedBytes [][]byte `protobuf:"bytes,4,rep,name=repeated_bytes"`
90 OneofField isOneofField `protobuf_oneof:"oneof_field"`
105 func (m *TestNoEnforceUTF8) ProtoReflect() protoreflect.Message {