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

  /external/tensorflow/tensorflow/core/platform/s3/
s3_crypto.cc 105 return Aws::MakeShared<S3Sha256OpenSSLImpl>(S3CryptoAllocationTag);
110 return Aws::MakeShared<S3Sha256HMACOpenSSLImpl>(S3CryptoAllocationTag);
aws_logging.cc 107 Aws::MakeShared<AWSLogSystem>(kAWSLoggingTag, ParseLogLevelFromEnv()));
s3_file_system.cc 211 outfile_(Aws::MakeShared<Aws::Utils::TempFile>(
302 return Aws::MakeShared<S3SHA256Factory>(S3CryptoAllocationTag);
305 return Aws::MakeShared<S3SHA256HmacFactory>(S3CryptoAllocationTag);
  /external/libchrome/base/memory/
ref_counted_unittest.cc 545 base::MakeShared<InitialRefCountIsOne>();
554 scoped_refptr<Other> obj3 = base::MakeShared<Other>();
566 base::MakeShared<InitialRefCountIsOne>();
ref_counted.h 71 << " MakeShared.";
221 // created by base::AdoptRef() or base::MakeShared(). We can use
222 // base::MakeShared() to create create both type of ref counted object.
374 scoped_refptr<T> MakeShared(Args&&... args) {

Completed in 78 milliseconds