Searched defs:StringView (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8-inspector.h36 class V8_EXPORT StringView { class in namespace:v8_inspector
38 StringView() : m_is8Bit(true), m_length(0), m_characters8(nullptr) {} function in class:v8_inspector::StringView
40 StringView(const uint8_t* characters, size_t length) function in class:v8_inspector::StringView
43 StringView(const uint16_t* characters, size_t length) function in class:v8_inspector::StringView
66 virtual const StringView& string() = 0;
68 static std::unique_ptr<StringBuffer> create(const StringView&);
74 const StringView& humanReadableName)
83 StringView humanReadableName;
84 StringView origin;
85 StringView auxDat
[all...]

Completed in 298 milliseconds