Searched defs:identity_ (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
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.h91 scoped_ptr<SSLIdentity> identity_; member in class:rtc::SSLStreamAdapterHelper
H A Dopensslstreamadapter.h186 scoped_ptr<OpenSSLIdentity> identity_; member in class:rtc::OpenSSLStreamAdapter
/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.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

Completed in 165 milliseconds