Searched defs:endStr (Results 1 – 5 of 5) sorted by relevance
25 static bool StringEndWith(const std::string &str, const char *endStr, size_t endStrLen) in StringEndWith()
479 static bool StringEndWith(const CString& str, const T& endStr) in StringEndWith()486 static bool StringEndWith(const CString& str, const char endStr) in StringEndWith()
68 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
358 std::string endStr = "() { [native code] }"; in FunctionPrototypeToString() local
80 … abckit::Instruction endStr = graph.DynIsa().CreateLoadString(funcEnd).InsertBefore(inst); in TEST_F() local