Home
last modified time | relevance | path

Searched refs:SEPARATOR_CHAR (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h58 constexpr static char SEPARATOR_CHAR = '/'; member in RefUri
290 res += SEPARATOR_CHAR; in ToString()
293 res += SEPARATOR_CHAR; in ToString()
296 res += SEPARATOR_CHAR; in ToString()
382 for (; i < path.size() && path[i] != SEPARATOR_CHAR; ++i) { in ParseSegment()
397 if (path.empty() || path[0] != SEPARATOR_CHAR) { in ParsePath()
405 if (path[0] == SEPARATOR_CHAR) { in ParsePath()
439 if (uri[0] != SEPARATOR_CHAR && !ParseUid(uri)) { in Parse()
442 if (!uri.empty() && uri[0] == SEPARATOR_CHAR) { in Parse()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h80 count = (c == SEPARATOR_CHAR) ? (count + 1) : (count >= SEPARATOR_COUNT ? count : 0); in IsValid()
89 static constexpr char SEPARATOR_CHAR = '#'; member

Completed in 2 milliseconds