HomeSort by relevance Sort by last modified time
    Searched defs:StringView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringView.h 38 class WTF_EXPORT StringView {
40 StringView()
46 explicit StringView(PassRefPtr<StringImpl> impl)
53 StringView(PassRefPtr<StringImpl> impl, unsigned offset, unsigned length)
106 using WTF::StringView;
  /external/qemu/android/base/
StringView.h 22 // A StringView is a simple (address, size) pair that points to an
37 // size_t count2(const StringView& str) {
55 // In the second case, the compiler will create a temporary StringView,
59 // Generally speaking, always use a reference or pointer to StringView
63 class StringView {
65 StringView() : mString(NULL), mSize(0U) {}
67 StringView(const StringView& other) :
71 StringView(const char* string) :
74 explicit StringView(const String& str)
    [all...]

Completed in 82 milliseconds