Home | History | Annotate | Download | only in stubs

Lines Matching full:strlen

90     : text_(value), size_(strlen(text_)) {}
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
117 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {}
119 : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
123 : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {}
125 : text_(DoubleToBuffer(value, scratch_)), size_(strlen(text_)) {}
127 : text_(value ? "true" : "false"), size_(strlen(text_)) {}