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

  /external/libchrome/base/
bind_unittest.cc 33 class NoRef {
35 NoRef() = default;
48 DISALLOW_COPY_AND_ASSIGN(NoRef);
51 class HasRef : public NoRef {
308 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) {
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/
bm_call_create.cc 324 static void NoRef(grpc_client_channel_factory* factory) {}
341 NoRef, NoUnref, CreateSubchannel, CreateClientChannel};

Completed in 546 milliseconds