Home
last modified time | relevance | path

Searched refs:string_ref (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc655 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
664 assert (string_ref); in _hb_coretext_shape()
666 CFRelease (string_ref); in _hb_coretext_shape()
668 string_ref = nullptr; in _hb_coretext_shape()
690 string_ref = CFStringCreateWithCharactersNoCopy (nullptr, in _hb_coretext_shape()
693 if (unlikely (!string_ref)) in _hb_coretext_shape()
702 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape()
928 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j); in _hb_coretext_shape()
931 ch = CFStringGetCharacterAtIndex (string_ref, j - 1); in _hb_coretext_shape()
1140 if (string_ref) in _hb_coretext_shape()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc736 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
745 assert (string_ref); in _hb_coretext_shape()
747 CFRelease (string_ref); in _hb_coretext_shape()
749 string_ref = nullptr; in _hb_coretext_shape()
771 string_ref = CFStringCreateWithCharactersNoCopy (nullptr, in _hb_coretext_shape()
774 if (unlikely (!string_ref)) in _hb_coretext_shape()
783 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape()
1009 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j); in _hb_coretext_shape()
1012 ch = CFStringGetCharacterAtIndex (string_ref, j - 1); in _hb_coretext_shape()
1221 if (string_ref) in _hb_coretext_shape()
[all …]
/third_party/harfbuzz/src/
Dhb-coretext.cc698 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
707 assert (string_ref); in _hb_coretext_shape()
709 CFRelease (string_ref); in _hb_coretext_shape()
711 string_ref = nullptr; in _hb_coretext_shape()
733 string_ref = CFStringCreateWithCharactersNoCopy (nullptr, in _hb_coretext_shape()
736 if (unlikely (!string_ref)) in _hb_coretext_shape()
745 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape()
971 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j); in _hb_coretext_shape()
974 ch = CFStringGetCharacterAtIndex (string_ref, j - 1); in _hb_coretext_shape()
1183 if (string_ref) in _hb_coretext_shape()
[all …]
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc1902 class string_ref;
1916 string_ref operator*() const noexcept;
1926 class string_ref { class
1928 string_ref(const char* data, size_t size) : data_(data), size_(size) {} in string_ref() function in testing::gtest_printers_test::TEST::__anoneaca066b0811::string_ref
1945 string_ref string_ptr::operator*() const noexcept { return {data_, size_}; } in operator *()
1947 TEST(string_ref, compare) { in TEST() argument
/third_party/grpc/
DBUILD.gn1512 "${GRPC_DIR}/include/grpc++/impl/codegen/string_ref.h",
1542 "${GRPC_DIR}/include/grpc++/support/string_ref.h",
1606 "${GRPC_DIR}/include/grpcpp/impl/codegen/string_ref.h",
1648 "${GRPC_DIR}/include/grpcpp/support/string_ref.h",
1799 "${GRPC_DIR}/src/cpp/util/string_ref.cc",