Searched defs:startStr (Results 1 – 3 of 3) sorted by relevance
64 bool StringStartWith(const std::string& str, const char* startStr, size_t startStrLen) in StringStartWith()
358 std::string startStr = "function "; in FunctionPrototypeToString() local
420 static bool StringStartWith(const CString& str, const CString& startStr) in StringStartWith()