コード例 #1
0
ファイル: test.pb.go プロジェクト: LeXa4894/test
func (x MyMessage_Color) String() string {
	return proto.EnumName(MyMessage_Color_name, int32(x))
}
コード例 #2
0
ファイル: urlfetch_service.pb.go プロジェクト: LeXa4894/test
func (x URLFetchRequest_RequestMethod) String() string {
	return proto.EnumName(URLFetchRequest_RequestMethod_name, int32(x))
}
コード例 #3
0
ファイル: msg.pb.go プロジェクト: dcjones/doozer
func (x response_Err) Error() string {
	return proto.EnumName(response_Err_name, int32(x))
}
コード例 #4
0
func (x VoiceModeControl_EnumVoiceModeControl) String() string {
	return proto.EnumName(VoiceModeControl_EnumVoiceModeControl_name, int32(x))
}
コード例 #5
0
func (x StringMaxLen) String() string {
	return proto.EnumName(StringMaxLen_name, int32(x))
}
コード例 #6
0
ファイル: mesos.pb.go プロジェクト: nekto0n/gomes
func (x TaskState) String() string {
	return proto.EnumName(TaskState_name, int32(x))
}
コード例 #7
0
func (x UserQueueMoveAction) String() string {
	return proto.EnumName(UserQueueMoveAction_name, int32(x))
}
コード例 #8
0
func (x FileOptions_OptimizeMode) String() string {
	return proto.EnumName(FileOptions_OptimizeMode_name, int32(x))
}
コード例 #9
0
func (x FieldOptions_CType) String() string {
	return proto.EnumName(FieldOptions_CType_name, int32(x))
}
コード例 #10
0
ファイル: m.pb.go プロジェクト: CrazyJvm/doozerd
func (x msg_Cmd) String() string {
	return proto.EnumName(msg_Cmd_name, int32(x))
}
コード例 #11
0
func (x FieldDescriptorProto_Label) String() string {
	return proto.EnumName(FieldDescriptorProto_Label_name, int32(x))
}
コード例 #12
0
ファイル: test.pb.go プロジェクト: LeXa4894/test
func (x FOO) String() string {
	return proto.EnumName(FOO_name, int32(x))
}
コード例 #13
0
ファイル: test.pb.go プロジェクト: LeXa4894/test
func (x RepeatedEnum_Color) String() string {
	return proto.EnumName(RepeatedEnum_Color_name, int32(x))
}
コード例 #14
0
ファイル: test.pb.go プロジェクト: LeXa4894/test
func (x Defaults_Color) String() string {
	return proto.EnumName(Defaults_Color_name, int32(x))
}
コード例 #15
0
ファイル: mesos.pb.go プロジェクト: nekto0n/gomes
func (x Value_Type) String() string {
	return proto.EnumName(Value_Type_name, int32(x))
}
コード例 #16
0
ファイル: Blobs.pb.go プロジェクト: petemoore/runlib
func (x Blob_CompressionInfo_CompressionType) String() string {
	return proto.EnumName(Blob_CompressionInfo_CompressionType_name, int32(x))
}
コード例 #17
0
ファイル: mesos.pb.go プロジェクト: nekto0n/gomes
func (x Status) String() string {
	return proto.EnumName(Status_name, int32(x))
}
コード例 #18
0
ファイル: LSPacket.pb.go プロジェクト: bodogbo/OSG-Server-Go
func (x LS_UpdatePlayerCountResult_Result) String() string {
	return proto.EnumName(LS_UpdatePlayerCountResult_Result_name, int32(x))
}
コード例 #19
0
func (x ChannelMembership) String() string {
	return proto.EnumName(ChannelMembership_name, int32(x))
}
コード例 #20
0
ファイル: rpcfour.pb.go プロジェクト: petemoore/rpc4
func (x Header_MessageType) String() string {
	return proto1.EnumName(Header_MessageType_name, int32(x))
}
コード例 #21
0
func (x VoiceModeControl_MaxMicTime) String() string {
	return proto.EnumName(VoiceModeControl_MaxMicTime_name, int32(x))
}
コード例 #22
0
ファイル: online.pb.go プロジェクト: lijie/siriusdb
func (x Command) String() string {
	return proto.EnumName(Command_name, int32(x))
}
コード例 #23
0
func (x ChannelTextControlInfo_ControlInfoOption) String() string {
	return proto.EnumName(ChannelTextControlInfo_ControlInfoOption_name, int32(x))
}
コード例 #24
0
ファイル: online.pb.go プロジェクト: lijie/siriusdb
func (x Errcode) String() string {
	return proto.EnumName(Errcode_name, int32(x))
}
コード例 #25
0
ファイル: state.pb.go プロジェクト: hardiku/gozer
func (x Operation_Type) String() string {
	return proto.EnumName(Operation_Type_name, int32(x))
}
コード例 #26
0
ファイル: protocol.pb.go プロジェクト: ronaldevers/influxdb
func (x Response_ErrorCode) String() string {
	return proto.EnumName(Response_ErrorCode_name, int32(x))
}
コード例 #27
0
ファイル: urlfetch_service.pb.go プロジェクト: LeXa4894/test
func (x URLFetchServiceError_ErrorCode) String() string {
	return proto.EnumName(URLFetchServiceError_ErrorCode_name, int32(x))
}
コード例 #28
0
ファイル: protocol.pb.go プロジェクト: ronaldevers/influxdb
func (x Response_Type) String() string {
	return proto.EnumName(Response_Type_name, int32(x))
}
コード例 #29
0
ファイル: msg.pb.go プロジェクト: dcjones/doozer
func (x request_Verb) Error() string {
	return proto.EnumName(request_Verb_name, int32(x))
}
コード例 #30
0
ファイル: test.pb.go プロジェクト: LeXa4894/test
func (x GoTest_KIND) String() string {
	return proto.EnumName(GoTest_KIND_name, int32(x))
}