Home | History | Annotate | Download | only in Tools

Lines Matching defs:String

5  @Title        String Hash
14 quick string compares.
22 @Input _Ptr A string
34 @Input _Right A string
53 @Input _Ptr A string
54 @Returns Updated string
55 @Description Appends a string
66 @Input _Str A string
67 @Returns Updated string
68 @Description Appends a string
79 @Input _Ptr A string
80 @Returns Updated string
81 @Description Assigns the string to the string _Ptr
92 @Input _Str A string
93 @Returns Updated string
94 @Description Assigns the string to the string _Str
105 @Input _Str A string to compare with
127 @Input _Str A string to compare with
130 as it's more efficient to strcmp than to hash the string
140 @Input _Str A string to compare with
143 as it's more efficient to strcmp than to hash the string
153 @Input _Str A string to compare with
174 @Function String
175 @Returns The original string
176 @Description Returns the original, base string.
178 const CPVRTString& CPVRTStringHash::String() const
186 @Description Returns the hash of the base string
195 @Return The original string.
196 @Description Returns the base string as a const char*.