Searched refs:F_String (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/proto/ |
D | size_test.go | 104 {"string", &pb.Defaults{F_String: String("niles")}},
|
D | all_test.go | 1385 F_String: String(`hello, "world!"` + "\n"),
|
/external/golang-protobuf/proto/test_proto/ |
D | test.proto | 455 optional string F_String = 10 [default="hello, \"world!\"\n"]; field 533 string F_String = 10; field
|
D | test.pb.go | 2452 …F_String *string `protobuf:"bytes,10,opt,name=F_String,json=FString,def=hello, \"world!\"… member 2580 if m != nil && m.F_String != nil { 2581 return *m.F_String 3184 F_String string `protobuf:"bytes,10,opt,name=F_String,json=FString,oneof"` member 3321 return x.F_String
|