1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
9 void TraceImplExtern::trace(Visitor
* visitor
) {
13 template <typename VisitorDispatcher
>
14 inline void TraceImplExtern::traceImpl(VisitorDispatcher visitor
) {
18 void TraceImplBaseExtern::trace(Visitor
* visitor
) {
22 template <typename VisitorDispatcher
>
23 inline void TraceImplBaseExtern::traceImpl(VisitorDispatcher visitor
) {