OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BImpl
(Results
1 - 2
of
2
) sorted by null
/external/guice/core/test/com/google/inject/
CircularDependencyTest.java
41
BImpl
.nextId = 0;
51
bind(B.class).to(
BImpl
.class);
70
return new
BImpl
(a);
100
return new
BImpl
(ap.get());
133
assertEquals(1,
BImpl
.nextId);
197
static class
BImpl
implements B {
204
public
BImpl
(A a) {
229
return new
BImpl
(ap.get());
/external/libchrome/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc
648
class
BImpl
: public B {
650
BImpl
(bool* d_called, const base::Closure& closure)
652
~
BImpl
() override {}
675
MakeStrongBinding(std::make_unique<
BImpl
>(&d_called_, closure_),
Completed in 623 milliseconds