Home
last modified time | relevance | path

Searched refs:TypeToStr (Results 1 – 14 of 14) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dmx.h18 template<class T> const char *TypeToStr(T t) in TypeToStr() function
24 template<> inline const char *TypeToStr<unsigned short>(unsigned short f)
32 template<> inline const char *TypeToStr<short>(short f)
40 template<> inline const char *TypeToStr<int>(int f)
48 template<> inline const char *TypeToStr<float>(float f)
65 template<> inline const char *TypeToStr<double>(double f)
82 s = TypeToStr<float>(f); in FloatToStr()
86 template<> inline const char *TypeToStr<char>(char c)
93 template<> inline const char *TypeToStr<byte>(byte c)
100 template<> inline const char *TypeToStr<bool>(bool tof)
[all …]
H A Dmx.cpp19 return TypeToStr<float>(float(d)); in LogizeStr()
26 return TypeToStr<float>(float(d)); in ExpizeStr()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_character.h43 static StringView TypeToStr(Type t);
1346 inline StringView Game_Character::TypeToStr(Game_Character::Type type) { in TypeToStr() function
H A Dgame_character.cpp53 …Output::Warning("{} {}: Save Data invalid {}={}. Fixing ...", TypeToStr(_type), name, chunk_name, … in SanitizeMoveRoute()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaData.h255 static const char* TypeToStr(Type aType) { in TypeToStr() function
H A DMediaDecoderStateMachine.cpp1276 MediaData::TypeToStr(aReject.mType)); in OnSeekRejected()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaData.h260 static const char* TypeToStr(Type aType) { in TypeToStr() function
H A DMediaDecoderStateMachine.cpp1319 MediaData::TypeToStr(aReject.mType)); in OnSeekRejected()
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaData.h260 static const char* TypeToStr(Type aType) { in TypeToStr() function
H A DMediaDecoderStateMachine.cpp1325 MediaData::TypeToStr(aReject.mType)); in OnSeekRejected()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaData.h260 static const char* TypeToStr(Type aType) { in TypeToStr() function
H A DMediaDecoderStateMachine.cpp1319 MediaData::TypeToStr(aReject.mType)); in OnSeekRejected()
/dports/lang/nbc/NXT/
H A DuNXTClasses.pas1100 function TypeToStr(const TypeDesc : byte) : string; overload; in TypeToStr() function
1101 function TypeToStr(const aType : TDSType) : string; overload; in TypeToStr() function
1276 function TypeToStr(const aType : TDSType) : string; in TypeToStr() function
1278 Result := TypeToStr(Byte(Ord(aType)));
1368 function TypeToStr(const TypeDesc : byte) : string;
3900 Result := TypeToStr(SubEntries[0].DataType) + '[]';
3903 Result := TypeToStr(DataType);
H A DuNXCComp.pas8984 LocalEmitLn(SL, Format('%s %s%s', [mname, TypeToStr(dt), aval]));