HomeSort by relevance Sort by last modified time
    Searched refs:PassThroughFilter (Results 1 - 4 of 4) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/tests/
multiplex_router_unittest.cc 67 std::make_unique<PassThroughFilter>(), false,
71 std::make_unique<PassThroughFilter>(), false,
114 std::make_unique<PassThroughFilter>(), false,
118 std::make_unique<PassThroughFilter>(), false,
161 std::move(endpoint0_), nullptr, base::WrapUnique(new PassThroughFilter()),
166 base::WrapUnique(new PassThroughFilter()),
233 std::move(endpoint0_), nullptr, base::WrapUnique(new PassThroughFilter()),
243 base::WrapUnique(new PassThroughFilter()),
292 std::move(endpoint0_), nullptr, std::make_unique<PassThroughFilter>(),
295 std::make_unique<PassThroughFilter>(),
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/
filter_chain.h 55 inline void FilterChain::Append<PassThroughFilter>() {
message.h 311 class COMPONENT_EXPORT(MOJO_CPP_BINDINGS_BASE) PassThroughFilter
314 PassThroughFilter();
315 ~PassThroughFilter() override;
321 DISALLOW_COPY_AND_ASSIGN(PassThroughFilter);
  /external/libchrome/mojo/public/cpp/bindings/lib/
message.cc 462 PassThroughFilter::PassThroughFilter() {}
464 PassThroughFilter::~PassThroughFilter() {}
466 bool PassThroughFilter::Accept(Message* message) {

Completed in 75 milliseconds