Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
Dstring_ex.cpp192 bool IsSubStr(const string& str, const string& sub) in IsSubStr()
202 const string& right, string& sub) in GetFirstSubStrBetween()
218 …d GetSubStrBetween(const string& str, const string& left, const string& right, vector<string>& sub) in GetSubStrBetween()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dready.rs153 fn sub(self, other: Ready) -> Self::Output { in sub() method