Searched refs:make_shared (Results 1 – 11 of 11) sorted by relevance
96 shared_ptr<T> make_shared(Args&&... args);184 shared_ptr make_shared(Args&& ...args) { in make_shared() function185 return heap_.template make_shared<T>(std::forward<Args>(args)...); in make_shared()200 inline Heap::shared_ptr<T> Heap::make_shared(Args&&... args) { in make_shared() function
84 auto result = std::make_shared<CreateGoogleAttestedKeyReply>(); in CreateGoogleAttestedKey()177 auto result = std::make_shared<GetKeyInfoReply>(); in GetKeyInfo()221 auto result = std::make_shared<GetEndorsementInfoReply>(); in GetEndorsementInfo()272 auto result = std::make_shared<GetAttestationKeyInfoReply>(); in GetAttestationKeyInfo()329 auto result = std::make_shared<ActivateAttestationKeyReply>(); in ActivateAttestationKey()377 auto result = std::make_shared<CreateCertifiableKeyReply>(); in CreateCertifiableKey()414 auto result = std::make_shared<DecryptReply>(); in Decrypt()446 auto result = std::make_shared<SignReply>(); in Sign()478 auto result = std::make_shared<RegisterKeyWithChapsTokenReply>(); in RegisterKeyWithChapsToken()
62 fake_http_transport_ = std::make_shared<brillo::http::fake::Transport>(); in SetUp()
61 auto container = std::make_shared<RequestDataContainer>(); in GetRequestData()
274 auto callbacks = std::make_shared<Callbacks>(); in GetFileData()
183 mDevice = std::make_shared<Keymaster1Device>(device); in Keymaster()191 mDevice = std::make_shared<Keymaster2Device>(device); in Keymaster()
59 command_ = std::make_shared<StrictMock<weave::test::MockCommand>>(); in SetUp()
386 std::make_shared<ServiceProxy>(bus_, service_path); in OnDevicePropertyChange()
161 Allocator<int>::shared_ptr ptr = allocator.make_shared(0); in TEST_F()
448 auto service = std::make_shared<ServiceImpl>( in ReconnectOnServiceDisconnection()502 auto service = std::make_shared<ServiceImpl>( in Connect()
295 auto result = std::make_shared<ReplyProtobufType>(); in PostTaskToWorkerThread()