Home
last modified time | relevance | path

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

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