| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| D | MicrosoftDemangle.h | 147 SymbolNode *parse(StringView &MangledName); 149 TagTypeNode *parseTagUniqueName(StringView &MangledName); 157 SymbolNode *demangleEncodedSymbol(StringView &MangledName, 159 SymbolNode *demangleDeclarator(StringView &MangledName); 160 SymbolNode *demangleMD5Name(StringView &MangledName); 161 SymbolNode *demangleTypeinfoName(StringView &MangledName); 163 VariableSymbolNode *demangleVariableEncoding(StringView &MangledName, 165 FunctionSymbolNode *demangleFunctionEncoding(StringView &MangledName); 167 Qualifiers demanglePointerExtQualifiers(StringView &MangledName); 170 TypeNode *demangleType(StringView &MangledName, QualifierMangleMode QMM); [all …]
|
| D | StringView.h | 23 class StringView { 31 StringView(const char (&Str)[N]) : First(Str), Last(Str + N - 1) {} in StringView() function 32 StringView(const char *First_, const char *Last_) in StringView() function 34 StringView(const char *First_, size_t Len) in StringView() function 36 StringView(const char *Str) : First(Str), Last(Str + std::strlen(Str)) {} in StringView() function 37 StringView() : First(nullptr), Last(nullptr) {} in StringView() function 39 StringView substr(size_t From) const { in substr() 40 return StringView(begin() + From, size() - From); in substr() 54 StringView substr(size_t From, size_t To) const { in substr() 59 return StringView(First + From, First + To); in substr() [all …]
|
| D | ItaniumDemangle.h | 202 virtual StringView getBaseName() const { return StringView(); } in getBaseName() 263 const StringView Suffix; 266 DotSuffix(const Node *Prefix_, StringView Suffix_) in DotSuffix() 281 StringView Ext; 284 VendorExtQualType(const Node *Ty_, StringView Ext_) in VendorExtQualType() 370 const StringView Postfix; 373 PostfixQualifiedType(Node *Ty_, StringView Postfix_) in PostfixQualifiedType() 385 const StringView Name; 388 NameType(StringView Name_) : Node(KNameType), Name(Name_) {} in NameType() 392 StringView getName() const { return Name; } in getName() [all …]
|
| D | Utility.h | 62 this->operator<<(StringView(TempPtr, std::end(Temp))); 80 OutputStream &operator+=(StringView R) { 96 OutputStream &operator<<(StringView R) { return (*this += R); }
|
| D | MicrosoftDemangleNodes.h | 29 using llvm::itanium_demangle::StringView; 387 StringView Name; 406 StringView Name; 519 void output(OutputStream &OS, OutputFlags Flags, StringView Separator) const; 604 StringView DecodedString;
|
| /third_party/node/deps/v8/include/ |
| D | v8-inspector.h | 50 class V8_EXPORT StringView { 52 StringView() : m_is8Bit(true), m_length(0), m_characters8(nullptr) {} in StringView() function 54 StringView(const uint8_t* characters, size_t length) in StringView() function 57 StringView(const uint16_t* characters, size_t length) in StringView() function 80 virtual StringView string() const = 0; 82 static std::unique_ptr<StringBuffer> create(StringView); 88 StringView humanReadableName) in V8ContextInfo() 97 StringView humanReadableName; 98 StringView origin; 99 StringView auxData; [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
| D | MicrosoftDemangle.cpp | 32 static bool startsWithDigit(StringView S) { in startsWithDigit() 42 static bool isMemberPointer(StringView MangledName, bool &Error) { in isMemberPointer() 106 consumeSpecialIntrinsicKind(StringView &MangledName) { in consumeSpecialIntrinsicKind() 142 static bool startsWithLocalScopePattern(StringView S) { in startsWithLocalScopePattern() 147 if (End == StringView::npos) in startsWithLocalScopePattern() 149 StringView Candidate = S.substr(0, End); in startsWithLocalScopePattern() 181 static bool isTagType(StringView S) { in isTagType() 192 static bool isCustomType(StringView S) { return S[0] == '?'; } in isCustomType() 194 static bool isPointerType(StringView S) { in isPointerType() 209 static bool isArrayType(StringView S) { return S[0] == 'Y'; } in isArrayType() [all …]
|
| /third_party/node/deps/googletest/src/ |
| D | gtest-matchers.cc | 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher()
|
| /third_party/googletest/googletest/src/ |
| D | gtest-matchers.cc | 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher()
|
| /third_party/node/deps/v8/src/inspector/ |
| D | v8-inspector-session-impl.h | 39 StringView state); 74 void dispatchProtocolMessage(StringView message) override; 80 void schedulePauseOnNextStatement(StringView breakReason, 81 StringView breakDetails) override; 83 void breakProgram(StringView breakReason, StringView breakDetails) override; 88 searchInTextByLines(StringView text, StringView query, bool caseSensitive, 90 void releaseObjectGroup(StringView objectGroup) override; 91 bool unwrapObject(std::unique_ptr<StringBuffer>*, StringView objectId, 95 v8::Local<v8::Context>, v8::Local<v8::Value>, StringView groupName, 101 void triggerPreciseCoverageDeltaUpdate(StringView occasion) override; [all …]
|
| D | string-util.cc | 129 const StringView& string) { in toV8String() 157 String16 toString16(const StringView& string) { in toString16() 165 StringView toStringView(const String16& string) { in toStringView() 166 if (string.isEmpty()) return StringView(); in toStringView() 167 return StringView(string.characters16(), string.length()); in toStringView() 170 bool stringViewStartsWith(const StringView& string, const char* prefix) { in stringViewStartsWith() 189 StringView string() const override { return StringView(); } in string() 197 StringView string() const override { in string() 198 return StringView(data_.data(), data_.size()); in string() 210 StringView string() const override { in string() [all …]
|
| D | v8-inspector-session-impl.cc | 36 bool IsCBORMessage(StringView msg) { in IsCBORMessage() 41 Status ConvertToCBOR(StringView state, std::vector<uint8_t>* cbor) { in ConvertToCBOR() 49 std::unique_ptr<protocol::DictionaryValue> ParseState(StringView state) { in ParseState() 68 bool V8InspectorSession::canDispatchMethod(StringView method) { in canDispatchMethod() 90 V8Inspector::Channel* channel, StringView state) { in create() 99 StringView savedState) in V8InspectorSessionImpl() 264 void V8InspectorSessionImpl::releaseObjectGroup(StringView objectGroup) { in releaseObjectGroup() 278 std::unique_ptr<StringBuffer>* error, StringView objectId, in unwrapObject() 316 StringView groupName, bool generatePreview) { in wrapObject() 363 void V8InspectorSessionImpl::dispatchProtocolMessage(StringView message) { in dispatchProtocolMessage() [all …]
|
| D | string-util.h | 68 v8::Local<v8::String> toV8String(v8::Isolate*, const StringView&); 72 String16 toString16(const StringView&); 73 StringView toStringView(const String16&); 75 StringView toStringView(const char* str[N]) { in toStringView() 76 return StringView(reinterpret_cast<const uint8_t*>(str), N); in toStringView() 78 bool stringViewStartsWith(const StringView&, const char*);
|
| D | v8-inspector-impl.h | 83 StringView state) override; 92 unsigned exceptionThrown(v8::Local<v8::Context>, StringView message, 94 StringView detailedMessage, StringView url, 99 StringView message) override; 103 void asyncTaskScheduled(StringView taskName, void* task, 110 V8StackTraceId storeCurrentStackTrace(StringView description) override;
|
| D | v8-stack-trace-impl.h | 74 StringView firstNonEmptySourceURL() const override; 76 StringView topSourceURL() const override; 80 StringView topFunctionName() const override;
|
| D | v8-inspector-impl.cc | 149 int contextGroupId, V8Inspector::Channel* channel, StringView state) { in connect() 262 v8::Local<v8::Context> context, StringView message, in exceptionThrown() 263 v8::Local<v8::Value> exception, StringView detailedMessage, StringView url, in exceptionThrown() 283 StringView message) { in exceptionRevoked() 298 V8StackTraceId V8InspectorImpl::storeCurrentStackTrace(StringView description) { in storeCurrentStackTrace() 310 void V8InspectorImpl::asyncTaskScheduled(StringView taskName, void* task, in asyncTaskScheduled()
|
| D | v8-stack-trace-impl.cc | 131 V8StackTraceId::V8StackTraceId(StringView json) in V8StackTraceId() 285 StringView V8StackTraceImpl::firstNonEmptySourceURL() const { in firstNonEmptySourceURL() 293 return StringView(); in firstNonEmptySourceURL() 298 StringView V8StackTraceImpl::topSourceURL() const { in topSourceURL() 312 StringView V8StackTraceImpl::topFunctionName() const { in topFunctionName()
|
| /third_party/googletest/googlemock/test/ |
| D | gmock-matchers-comparisons_test.cc | 240 Matcher<internal::StringView> m1 = "cats"; in TEST() 244 Matcher<const internal::StringView&> m2 = "cats"; in TEST() 252 Matcher<internal::StringView> m1 = std::string("cats"); in TEST() 256 Matcher<const internal::StringView&> m2 = std::string("cats"); in TEST() 264 Matcher<internal::StringView> m1 = internal::StringView("cats"); in TEST() 268 Matcher<const internal::StringView&> m2 = internal::StringView("cats"); in TEST() 1158 EXPECT_EQ("foo", FromStringLike(internal::StringView("foo"))); in TEST() 1179 Matcher<const internal::StringView&> m3 = in TEST() 1180 StrEq(internal::StringView("Hello")); in TEST() 1181 EXPECT_TRUE(m3.Matches(internal::StringView("Hello"))); in TEST() [all …]
|
| /third_party/node/deps/googletest/include/gtest/ |
| D | gtest-matchers.h | 544 class GTEST_API_ Matcher<const internal::StringView&> 545 : public internal::MatcherBase<const internal::StringView&> { 549 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) 550 : internal::MatcherBase<const internal::StringView&>(impl) {} 555 : internal::MatcherBase<const internal::StringView&>(std::forward<M>(m)) { 566 Matcher(internal::StringView s); // NOLINT 570 class GTEST_API_ Matcher<internal::StringView> 571 : public internal::MatcherBase<internal::StringView> { 575 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) 576 : internal::MatcherBase<internal::StringView>(impl) {} [all …]
|
| /third_party/googletest/googletest/include/gtest/ |
| D | gtest-matchers.h | 580 class GTEST_API_ Matcher<const internal::StringView&> 581 : public internal::MatcherBase<const internal::StringView&> { 585 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) 586 : internal::MatcherBase<const internal::StringView&>(impl) {} 591 : internal::MatcherBase<const internal::StringView&>(std::forward<M>(m)) { 602 Matcher(internal::StringView s); // NOLINT 606 class GTEST_API_ Matcher<internal::StringView> 607 : public internal::MatcherBase<internal::StringView> { 611 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) 612 : internal::MatcherBase<internal::StringView>(impl) {} [all …]
|
| /third_party/node/src/ |
| D | inspector_agent.h | 16 class StringView; variable 33 virtual void Dispatch(const v8_inspector::StringView& message) = 0; 39 virtual void SendMessageToFrontend(const v8_inspector::StringView& message) 70 void AsyncTaskScheduled(const v8_inspector::StringView& taskName, void* task,
|
| D | inspector_agent.cc | 51 using v8_inspector::StringView; 68 return StringBuffer::create(StringView(*buffer, buffer.length())); in ToProtocolString() 222 session_ = inspector->connect(CONTEXT_GROUP_ID, this, StringView()); in ChannelImpl() 246 void dispatchProtocolMessage(const StringView& message) { in dispatchProtocolMessage() 298 void sendMessageToFrontend(const StringView& message) { in sendMessageToFrontend() 346 void Dispatch(const v8_inspector::StringView& message) override; 498 void dispatchMessageFromFrontend(int session_id, const StringView& message) { in dispatchMessageFromFrontend() 533 StringView(DETAILS, sizeof(DETAILS) - 1), in ReportUncaughtException() 559 void AsyncTaskScheduled(const StringView& task_name, void* task, in AsyncTaskScheduled() 655 const StringView& resource_name_view) override { in resourceNameToUrl() [all …]
|
| /third_party/skia/modules/skplaintexteditor/include/ |
| D | editor.h | 41 StringView operator*() { return fPtr->fText.view(); } 85 StringView line(size_t i) const { in line() 86 return i < fLines.size() ? fLines[i].fText.view() : StringView{nullptr, 0}; in line()
|
| /third_party/node/src/inspector/ |
| D | main_thread_interface.cc | 15 using v8_inspector::StringView; 171 void Dispatch(const StringView& message) override { in Dispatch() 185 void SendMessageToFrontend(const v8_inspector::StringView& message) override { in SendMessageToFrontend() 294 StringView view(reinterpret_cast<uint16_t*>(buffer.out()), utf16_length); in Utf8ToStringView()
|
| D | node_string.h | 64 String StringViewToUtf8(v8_inspector::StringView view); 69 std::unique_ptr<Value> parseJSON(v8_inspector::StringView view);
|