Home | History | Annotate | Download | only in jsonpb

Lines Matching refs:origName

77 	OrigName bool
329 prop := jsonProperties(valueField, m.OrigName)
1077 func jsonProperties(f reflect.StructField, origName bool) *proto.Properties {
1080 if origName || prop.JSONName == "" {
1081 prop.JSONName = prop.OrigName
1091 opts := fieldNames{orig: prop.OrigName, camel: prop.OrigName}