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