Searched refs:identity_ (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/base/
H A Drtccertificate.cc23 : identity_(identity) {
24 RTC_DCHECK(identity_);
43 return identity_->certificate();
H A Drtccertificate.h41 SSLIdentity* identity() const { return identity_.get(); }
49 // ssl_certificate() we take ownership of |identity_|.
50 scoped_ptr<SSLIdentity> identity_; member in class:rtc::RTCCertificate
H A Dsslstreamadapterhelper.cc37 ASSERT(identity_.get() == NULL);
38 identity_.reset(identity);
H A Dsslstreamadapterhelper.h91 scoped_ptr<SSLIdentity> identity_; member in class:rtc::SSLStreamAdapterHelper
H A Dopensslstreamadapter.h186 scoped_ptr<OpenSSLIdentity> identity_; member in class:rtc::OpenSSLStreamAdapter
H A Dopensslstreamadapter.cc317 ASSERT(!identity_);
318 identity_.reset(static_cast<OpenSSLIdentity*>(identity));
881 identity_.reset();
989 if (identity_ && !identity_->ConfigureIdentity(ctx)) {
/external/ceres-solver/internal/ceres/
H A Dcasts.h41 struct identity_ { struct in namespace:ceres
57 // base::identity_ is used to make a non-deduced context, which
60 inline To implicit_cast(typename identity_<To>::type to) {
67 inline To implicit_cast(typename identity_<From>::type const &f) {
/external/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc122 (type_equals_<GOOGLE_NAMESPACE::identity_<int>::type, int>::value));
124 (type_equals_<GOOGLE_NAMESPACE::identity_<void>::type, void>::value));
H A Dtemplate_util.h67 struct identity_ { struct in namespace:google::protobuf::internal
/external/webrtc/talk/app/webrtc/
H A Ddtlsidentitystore.h133 : key_type_(key_type), identity_(std::move(identity)) {}
136 rtc::scoped_ptr<rtc::SSLIdentity> identity_; member in struct:webrtc::DtlsIdentityStoreImpl::IdentityResult
H A Ddtlsidentitystore.cc98 std::move(pdata->data()->identity_));
157 std::move(pdata->data()->identity_));

Completed in 436 milliseconds