Home
last modified time | relevance | path

Searched refs:NoRef (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc33 class NoRef { class
35 NoRef() = default;
48 DISALLOW_COPY_AND_ASSIGN(NoRef);
51 class HasRef : public NoRef {
308 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) { in FunctionWithWeakFirstParam()
343 StrictMock<NoRef> no_ref_;
346 const NoRef* const_no_ref_ptr_;
347 StrictMock<NoRef> static_func_mock_;
350 static StrictMock<NoRef>* static_func_mock_ptr;
356 StrictMock<NoRef>* BindTest::static_func_mock_ptr;
[all …]
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc324 static void NoRef(grpc_client_channel_factory* factory) {} in NoRef() function in FakeClientChannelFactory
341 NoRef, NoUnref, CreateSubchannel, CreateClientChannel};