Exemple #1
0
func (x Days) String() string {
	return proto.EnumName(Days_name, int32(x))
}
Exemple #2
0
func (x Reply_Entry_Game) String() string {
	return proto.EnumName(Reply_Entry_Game_name, int32(x))
}
Exemple #3
0
func (x HatType) String() string {
	return proto.EnumName(HatType_name, int32(x))
}
Exemple #4
0
func (x FOO) String() string {
	return proto.EnumName(FOO_name, int32(x))
}
Exemple #5
0
func (x Request_Color) String() string {
	return proto.EnumName(Request_Color_name, int32(x))
}
Exemple #6
0
func (x Defaults_Color) String() string {
	return proto.EnumName(Defaults_Color_name, int32(x))
}
Exemple #7
0
func (x RepeatedEnum_Color) String() string {
	return proto.EnumName(RepeatedEnum_Color_name, int32(x))
}
Exemple #8
0
func (x MyMessage_Color) String() string {
	return proto.EnumName(MyMessage_Color_name, int32(x))
}
Exemple #9
0
func (x GoTest_KIND) String() string {
	return proto.EnumName(GoTest_KIND_name, int32(x))
}
Exemple #10
0
func (x FieldDescriptorProto_Type) String() string {
	return proto.EnumName(FieldDescriptorProto_Type_name, int32(x))
}
Exemple #11
0
func (x FieldOptions_CType) String() string {
	return proto.EnumName(FieldOptions_CType_name, int32(x))
}
Exemple #12
0
func (x FileOptions_OptimizeMode) String() string {
	return proto.EnumName(FileOptions_OptimizeMode_name, int32(x))
}