Home
last modified time | relevance | path

Searched refs:GetBody (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_type_unique_test.cpp70 const string& GetBody() { in GetBody() function
102 string str = GetHeader() + GetBody(); in TEST_F()
110 )" + GetBody(); in TEST_F()
119 )" + GetBody(); in TEST_F()
128 )" + GetBody(); in TEST_F()
137 )" + GetBody(); in TEST_F()
146 )" + GetBody(); in TEST_F()
156 )" + GetBody(); in TEST_F()
166 )" + GetBody(); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_type_unique_test.cpp67 const std::string& GetBody() { in GetBody() function
99 std::string str = GetHeader() + GetBody(); in TEST_F()
107 )" + GetBody(); in TEST_F()
116 )" + GetBody(); in TEST_F()
125 )" + GetBody(); in TEST_F()
134 )" + GetBody(); in TEST_F()
143 )" + GetBody(); in TEST_F()
153 )" + GetBody(); in TEST_F()
163 )" + GetBody(); in TEST_F()
/third_party/spirv-tools/test/val/
Dval_type_unique_test.cpp67 const std::string& GetBody() { in GetBody() function
99 std::string str = GetHeader() + GetBody(); in TEST_F()
107 )" + GetBody(); in TEST_F()
116 )" + GetBody(); in TEST_F()
125 )" + GetBody(); in TEST_F()
134 )" + GetBody(); in TEST_F()
143 )" + GetBody(); in TEST_F()
153 )" + GetBody(); in TEST_F()
163 )" + GetBody(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp67 const std::string& GetBody() { in GetBody() function
99 std::string str = GetHeader() + GetBody(); in TEST_F()
107 )" + GetBody(); in TEST_F()
116 )" + GetBody(); in TEST_F()
125 )" + GetBody(); in TEST_F()
134 )" + GetBody(); in TEST_F()
143 )" + GetBody(); in TEST_F()
153 )" + GetBody(); in TEST_F()
163 )" + GetBody(); in TEST_F()
/third_party/cef/libcef_dll/ctocpp/
Ddomdocument_ctocpp.h39 CefRefPtr<CefDOMNode> GetBody() override;
Ddomdocument_ctocpp.cc54 NO_SANITIZE("cfi-icall") CefRefPtr<CefDOMNode> CefDOMDocumentCToCpp::GetBody() { in GetBody() function in CefDOMDocumentCToCpp
/third_party/cef/libcef/renderer/
Ddom_document_impl.h27 CefRefPtr<CefDOMNode> GetBody() override;
Ddom_document_impl.cc59 CefRefPtr<CefDOMNode> CefDOMDocumentImpl::GetBody() { in GetBody() function in CefDOMDocumentImpl
/third_party/cef/tests/ceftests/
Ddom_unittest.cc177 bodyNode = document->GetBody(); in TestStructure()
183 CefRefPtr<CefDOMNode> bodyNode = document->GetBody(); in TestModify()
/third_party/cef/include/
Dcef_dom.h90 virtual CefRefPtr<CefDOMNode> GetBody() = 0;
/third_party/cef/libcef_dll/cpptoc/
Ddomdocument_cpptoc.cc69 CefRefPtr<CefDOMNode> _retval = CefDOMDocumentCppToC::Get(self)->GetBody(); in domdocument_get_body()
/third_party/cef/libcef/common/
Drequest_impl.h204 scoped_refptr<network::ResourceRequestBody> GetBody() const;
Drequest_impl.cc455 static_cast<CefPostDataImpl*>(postdata_.get())->GetBody(); in Get()
626 params->upload_data = impl->GetBody(); in Get()
959 scoped_refptr<network::ResourceRequestBody> CefPostDataImpl::GetBody() const { in GetBody() function in CefPostDataImpl