Searched defs:uri_ (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | uri.h | 41 …GenericUri(Allocator* allocator = 0) : uri_(), base_(), scheme_(), auth_(), path_(), query_(), fra… in uri_() function 44 …GenericUri(const Ch* uri, SizeType len, Allocator* allocator = 0) : uri_(), base_(), scheme_(), au… in uri_() function 48 …GenericUri(const Ch* uri, Allocator* allocator = 0) : uri_(), base_(), scheme_(), auth_(), path_()… in uri_() function 53 …template<typename T> GenericUri(const T& uri, Allocator* allocator = 0) : uri_(), base_(), scheme_… in uri_() function 59 …GenericUri(const String& uri, Allocator* allocator = 0) : uri_(), base_(), scheme_(), auth_(), pat… in uri_() function 460 Ch* uri_; // Everything variable
|
D | schema.h | 1697 SValue uri_; variable
|