/third_party/typescript/tests/baselines/reference/ |
D | accessorWithMismatchedAccessibilityModifiers.errors.txt | 1 …ions/accessorWithMismatchedAccessibilityModifiers.ts(2,9): error TS2379: Getter and setter accesso… 2 …ons/accessorWithMismatchedAccessibilityModifiers.ts(5,17): error TS2379: Getter and setter accesso… 3 …ns/accessorWithMismatchedAccessibilityModifiers.ts(10,19): error TS2379: Getter and setter accesso… 4 …ns/accessorWithMismatchedAccessibilityModifiers.ts(13,17): error TS2379: Getter and setter accesso… 5 …ns/accessorWithMismatchedAccessibilityModifiers.ts(18,19): error TS2379: Getter and setter accesso… 6 …ons/accessorWithMismatchedAccessibilityModifiers.ts(20,9): error TS2379: Getter and setter accesso… 7 …ns/accessorWithMismatchedAccessibilityModifiers.ts(26,26): error TS2379: Getter and setter accesso… 8 …ns/accessorWithMismatchedAccessibilityModifiers.ts(28,16): error TS2379: Getter and setter accesso… 15 !!! error TS2379: Getter and setter accessors do not agree in visibility. 20 !!! error TS2379: Getter and setter accessors do not agree in visibility. [all …]
|
D | gettersAndSettersAccessibility.errors.txt | 2 tests/cases/compiler/gettersAndSettersAccessibility.ts(2,14): error TS2379: Getter and setter acces… 4 tests/cases/compiler/gettersAndSettersAccessibility.ts(3,13): error TS2379: Getter and setter acces… 13 !!! error TS2379: Getter and setter accessors do not agree in visibility. 18 !!! error TS2379: Getter and setter accessors do not agree in visibility.
|
D | gettersAndSettersErrors.errors.txt | 8 tests/cases/compiler/gettersAndSettersErrors.ts(11,17): error TS2379: Getter and setter accessors d… 10 tests/cases/compiler/gettersAndSettersErrors.ts(12,16): error TS2379: Getter and setter accessors d… 41 !!! error TS2379: Getter and setter accessors do not agree in visibility. 46 !!! error TS2379: Getter and setter accessors do not agree in visibility.
|
D | jsdocAccessibilityTags.errors.txt | 1 tests/cases/conformance/jsdoc/jsdocAccessibilityTag.js(21,9): error TS2379: Getter and setter acces… 2 tests/cases/conformance/jsdoc/jsdocAccessibilityTag.js(23,9): error TS2379: Getter and setter acces… 38 !!! error TS2379: Getter and setter accessors do not agree in visibility. 42 !!! error TS2379: Getter and setter accessors do not agree in visibility.
|
D | commentOnClassAccessor2.types | 6 * Getter.
|
D | commentOnClassAccessor2.symbols | 6 * Getter.
|
/third_party/boost/libs/pfr/include/boost/pfr/detail/ |
D | make_flat_tuple_of_references.hpp | 33 template <class TupleOrUserType, class Getter, std::size_t Begin, std::size_t Size> 34 constexpr auto make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_… 36 template <class TupleOrUserType, class Getter, std::size_t Begin> 37 constexpr sequence_tuple::tuple<> make_flat_tuple_of_references(TupleOrUserType&, const Getter&, si… 39 template <class TupleOrUserType, class Getter, std::size_t Begin> 40 constexpr auto make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_… 73 template <class TupleOrUserType, class Getter, std::size_t Begin, std::size_t Size> 74 constexpr auto make_flat_tuple_of_references(TupleOrUserType& t, const Getter& g, size_t_<Begin>, s… in make_flat_tuple_of_references() 82 template <class TupleOrUserType, class Getter, std::size_t Begin> 83 constexpr sequence_tuple::tuple<> make_flat_tuple_of_references(TupleOrUserType&, const Getter&, si… in make_flat_tuple_of_references() argument [all …]
|
/third_party/boost/boost/pfr/detail/ |
D | make_flat_tuple_of_references.hpp | 33 template <class TupleOrUserType, class Getter, std::size_t Begin, std::size_t Size> 34 constexpr auto make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_… 36 template <class TupleOrUserType, class Getter, std::size_t Begin> 37 constexpr sequence_tuple::tuple<> make_flat_tuple_of_references(TupleOrUserType&, const Getter&, si… 39 template <class TupleOrUserType, class Getter, std::size_t Begin> 40 constexpr auto make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_… 73 template <class TupleOrUserType, class Getter, std::size_t Begin, std::size_t Size> 74 constexpr auto make_flat_tuple_of_references(TupleOrUserType& t, const Getter& g, size_t_<Begin>, s… in make_flat_tuple_of_references() 82 template <class TupleOrUserType, class Getter, std::size_t Begin> 83 constexpr sequence_tuple::tuple<> make_flat_tuple_of_references(TupleOrUserType&, const Getter&, si… in make_flat_tuple_of_references() argument [all …]
|
/third_party/mesa3d/src/tool/pps/ |
D | pps_counter.h | 49 using Getter = Value(const Counter &c, const Driver &d); variable 62 void set_getter(const std::function<Getter> &get); 85 std::function<Getter> getter; 92 inline void Counter::set_getter(const std::function<Getter> &get) in set_getter()
|
/third_party/cef/libcef/browser/ |
D | request_context_impl.h | 57 base::OnceCallback<void(CefBrowserContext::Getter)>; 151 CefBrowserContext::Getter browser_context_getter); 154 CefBrowserContext::Getter browser_context_getter); 157 CefBrowserContext::Getter browser_context_getter); 160 CefBrowserContext::Getter browser_context_getter);
|
D | request_context_impl.cc | 352 CefBrowserContext::Getter browser_context_getter) { in RegisterSchemeHandlerFactory() 367 base::BindOnce([](CefBrowserContext::Getter browser_context_getter) { in ClearSchemeHandlerFactories() 515 CefBrowserContext::Getter browser_context_getter) { in LoadExtension() 677 CefBrowserContext::Getter browser_context_getter) { in ClearCertificateExceptionsInternal() 695 CefBrowserContext::Getter browser_context_getter) { in ClearHttpAuthCredentialsInternal() 707 CefBrowserContext::Getter browser_context_getter) { in CloseAllConnectionsInternal() 719 CefBrowserContext::Getter browser_context_getter) { in ResolveHostInternal() 736 CefBrowserContext::Getter browser_context_getter) { in InitializeCookieManagerInternal() 750 CefBrowserContext::Getter browser_context_getter) { in InitializeMediaRouterInternal()
|
D | browser_context.h | 199 using Getter = base::RepeatingCallback<CefBrowserContext*()>; variable 200 Getter getter() const { return getter_; } in getter() 239 Getter getter_;
|
/third_party/cef/libcef/browser/net_service/ |
D | cookie_helper.cc | 26 CefBrowserContext* GetBrowserContext(const CefBrowserContext::Getter& getter) { in GetBrowserContext() 94 const CefBrowserContext::Getter& browser_context_getter, in LoadCookiesOnUIThread() 148 const CefBrowserContext::Getter& browser_context_getter, in SaveCookiesOnUIThread() 215 void LoadCookies(const CefBrowserContext::Getter& browser_context_getter, in LoadCookies() 236 void SaveCookies(const CefBrowserContext::Getter& browser_context_getter, in SaveCookies()
|
D | cookie_helper.h | 45 void LoadCookies(const CefBrowserContext::Getter& browser_context_getter, 56 void SaveCookies(const CefBrowserContext::Getter& browser_context_getter,
|
D | cookie_manager_impl.cc | 22 CefBrowserContext* GetBrowserContext(const CefBrowserContext::Getter& getter) { in GetBrowserContext() 70 const CefBrowserContext::Getter& browser_context_getter, in ExecuteVisitor() 100 const CefBrowserContext::Getter& browser_context_getter, in GetAllCookiesCallbackImpl() 108 const CefBrowserContext::Getter& browser_context_getter, in GetCookiesCallbackImpl() 123 CefBrowserContext::Getter browser_context_getter, in Initialize()
|
D | cookie_manager_impl.h | 25 void Initialize(CefBrowserContext::Getter browser_context_getter, 61 CefBrowserContext::Getter browser_context_getter_;
|
D | resource_request_handler_wrapper.h | 43 content::WebContents::Getter web_contents_getter,
|
/third_party/cef/libcef/browser/media_router/ |
D | media_route_impl.h | 18 const CefBrowserContext::Getter& browser_context_getter); 37 const CefBrowserContext::Getter browser_context_getter_;
|
D | media_router_impl.h | 26 void Initialize(const CefBrowserContext::Getter& browser_context_getter, 58 CefBrowserContext::Getter browser_context_getter_;
|
D | media_route_impl.cc | 15 CefBrowserContext* GetBrowserContext(const CefBrowserContext::Getter& getter) { in GetBrowserContext() 27 const CefBrowserContext::Getter& browser_context_getter) in CefMediaRouteImpl()
|
D | media_router_impl.cc | 16 CefBrowserContext* GetBrowserContext(const CefBrowserContext::Getter& getter) { in GetBrowserContext() 51 void Initialize(const CefBrowserContext::Getter& browser_context_getter) { in Initialize() 135 CefBrowserContext::Getter browser_context_getter_; 149 const CefBrowserContext::Getter& browser_context_getter, in Initialize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 48 template <typename Getter, typename Setter> 54 Getter getter, in SyncSamplerStateMember()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 48 template <typename Getter, typename Setter> 54 Getter getter, in SyncSamplerStateMember()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_content_browser_client_cef.h | 65 content::WebContents::Getter web_contents_getter, 78 content::WebContents::Getter web_contents_getter,
|
D | chrome_content_browser_client_cef.cc | 48 content::WebContents::Getter web_contents_getter, in HandleExternalProtocolHelper() 250 content::WebContents::Getter web_contents_getter, in HandleExternalProtocol() 278 content::WebContents::Getter web_contents_getter, in HandleExternalProtocol()
|