Home
last modified time | relevance | path

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 Dstrfunc.h30 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 Dprettywriter.h173 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 Dwriter.h239 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 Ddocument.h303 : 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 Dpointer.h117 Parse(source, internal::StrLen(source)); in allocator_()
243 return Append(name, StrLen(name), allocator);