Home
last modified time | relevance | path

Searched defs:v (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp566 void XMLUtil::ToStr( int v, char* buffer, int bufferSize ) in ToStr()
572 void XMLUtil::ToStr( unsigned v, char* buffer, int bufferSize ) in ToStr()
578 void XMLUtil::ToStr( bool v, char* buffer, int bufferSize ) in ToStr()
587 void XMLUtil::ToStr( float v, char* buffer, int bufferSize ) in ToStr()
593 void XMLUtil::ToStr( double v, char* buffer, int bufferSize ) in ToStr()
599 void XMLUtil::ToStr( int64_t v, char* buffer, int bufferSize ) in ToStr()
605 void XMLUtil::ToStr( uint64_t v, char* buffer, int bufferSize ) in ToStr()
673 long long v = 0; // horrible syntax trick to make the compiler happy about %lld in ToInt64() local
683 unsigned long long v = 0; // horrible syntax trick to make the compiler happy about %llu in ToUnsigned64() local
1489 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute()
[all …]
/MusicPlayer2/scintilla/src/
H A DSplitVector.h128 void SetValueAt(ptrdiff_t position, ParamType&& v) noexcept { in SetValueAt()
176 void Insert(ptrdiff_t position, T v) { in Insert()
191 void InsertValue(ptrdiff_t position, ptrdiff_t insertLength, T v) { in InsertValue()
/MusicPlayer2/MusicPlayer2/
H A Dmd5.cpp54 uint32_t* v = ctx->state; in md5Hash() local