Searched refs:path_ (Results 1 – 1 of 1) 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_() 44 …ype len, Allocator* allocator = 0) : uri_(), base_(), scheme_(), auth_(), path_(), query_(), frag_… in uri_() 48 …Ch* uri, Allocator* allocator = 0) : uri_(), base_(), scheme_(), auth_(), path_(), query_(), frag_… in uri_() 53 … T& uri, Allocator* allocator = 0) : uri_(), base_(), scheme_(), auth_(), path_(), query_(), frag_… in uri_() 59 …ng& uri, Allocator* allocator = 0) : uri_(), base_(), scheme_(), auth_(), path_(), query_(), frag_… in uri_() 65 …GenericUri(const GenericUri& rhs) : uri_(), base_(), scheme_(), auth_(), path_(), query_(), frag_(… in GenericUri() 70 …ricUri& rhs, Allocator* allocator) : uri_(), base_(), scheme_(), auth_(), path_(), query_(), frag_… in GenericUri() 87 path_ = CopyPart(auth_, rhs.auth_, rhs.GetAuthStringLength()); 88 query_ = CopyPart(path_, rhs.path_, rhs.GetPathStringLength()); 111 const Ch* GetPathString() const { return path_; } in GetPathString() [all …]
|