예제 #1
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x Days) String() string {
	return proto.EnumName(Days_name, int32(x))
}
예제 #2
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x Reply_Entry_Game) String() string {
	return proto.EnumName(Reply_Entry_Game_name, int32(x))
}
예제 #3
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x HatType) String() string {
	return proto.EnumName(HatType_name, int32(x))
}
예제 #4
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x FOO) String() string {
	return proto.EnumName(FOO_name, int32(x))
}
예제 #5
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x Request_Color) String() string {
	return proto.EnumName(Request_Color_name, int32(x))
}
예제 #6
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x Defaults_Color) String() string {
	return proto.EnumName(Defaults_Color_name, int32(x))
}
예제 #7
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x RepeatedEnum_Color) String() string {
	return proto.EnumName(RepeatedEnum_Color_name, int32(x))
}
예제 #8
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x MyMessage_Color) String() string {
	return proto.EnumName(MyMessage_Color_name, int32(x))
}
예제 #9
0
파일: test.pb.go 프로젝트: jwk000/protorpc
func (x GoTest_KIND) String() string {
	return proto.EnumName(GoTest_KIND_name, int32(x))
}
예제 #10
0
func (x FieldDescriptorProto_Type) String() string {
	return proto.EnumName(FieldDescriptorProto_Type_name, int32(x))
}
예제 #11
0
func (x FieldOptions_CType) String() string {
	return proto.EnumName(FieldOptions_CType_name, int32(x))
}
예제 #12
0
func (x FileOptions_OptimizeMode) String() string {
	return proto.EnumName(FileOptions_OptimizeMode_name, int32(x))
}