Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/
H A Dtest.pb.go859 type JSONNames struct { struct
860 state protoimpl.MessageState
861 sizeCache protoimpl.SizeCache
862 unknownFields protoimpl.UnknownFields
864 SString string `protobuf:"bytes,1,opt,name=s_string,json=foo_bar,proto3" json:"s_string,omitempty"`
867 func (x *JSONNames) Reset() {
876 func (x *JSONNames) String() string {
880 func (*JSONNames) ProtoMessage() {}
882 func (x *JSONNames) ProtoReflect() protoreflect.Message {
895 func (*JSONNames) Descriptor() ([]byte, []int) {
[all …]
H A Dtest.proto113 message JSONNames { message