Searched refs:StrLen (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | strfunc.h | 30 inline SizeType StrLen(const Ch* s) { in StrLen() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | prettywriter.h | 173 bool String(const Ch* str) { return String(str, internal::StrLen(str)); } in String() 174 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key()
|
| H A D | writer.h | 239 bool String(const Ch* str) { return String(str, internal::StrLen(str)); } in String() 240 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key()
|
| H A D | document.h | 303 : s(str), length(internal::StrLen(str)){ RAPIDJSON_ASSERT(s != 0); } 347 return GenericStringRef<CharType>(str, internal::StrLen(str)); 1721 …tString(const Ch* s, Allocator& allocator) { return SetString(s, internal::StrLen(s), allocator); }
|
| H A D | pointer.h | 117 Parse(source, internal::StrLen(source)); in allocator_() 243 return Append(name, StrLen(name), allocator);
|