Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp101 const char *GetConstCStringWithStringRef(llvm::StringRef string_ref) { in GetConstCStringWithStringRef()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1998 class string_ref { class
2000 string_ref(const char* data, size_t size) : data_(data), size_(size) {} in string_ref() function in testing::gtest_printers_test::TEST::__anon43be3eea0811::string_ref
2019 TEST(string_ref, compare) { in TEST() argument