HomeSort by relevance Sort by last modified time
    Searched defs:identity_ (Results 1 - 12 of 12) sorted by null

  /external/ceres-solver/internal/ceres/
casts.h 41 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/webrtc/webrtc/base/
rtccertificate.h 41 SSLIdentity* identity() const { return identity_.get(); }
49 // ssl_certificate() we take ownership of |identity_|.
50 scoped_ptr<SSLIdentity> identity_; member in class:rtc::RTCCertificate
sslstreamadapterhelper.h 91 scoped_ptr<SSLIdentity> identity_; member in class:rtc::SSLStreamAdapterHelper
opensslstreamadapter.h 186 scoped_ptr<OpenSSLIdentity> identity_; member in class:rtc::OpenSSLStreamAdapter
  /external/protobuf/src/google/protobuf/stubs/
template_util.h 67 struct identity_ { struct in namespace:google::protobuf::internal
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 67 struct identity_ { struct in namespace:google::protobuf::internal
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 67 struct identity_ { struct in namespace:google::protobuf::internal
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
template_util.h 67 struct identity_ { struct in namespace:google::protobuf::internal
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 67 struct identity_ { struct in namespace:google::protobuf::internal
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 67 struct identity_ { struct in namespace:google::protobuf::internal
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.h 133 : key_type_(key_type), identity_(std::move(identity)) {}
136 rtc::scoped_ptr<rtc::SSLIdentity> identity_; member in struct:webrtc::DtlsIdentityStoreImpl::IdentityResult
  /system/connectivity/shill/
eap_credentials.h 113 virtual const std::string& identity() const { return identity_; }
115 identity_ = identity;
180 std::string identity_; member in class:shill::EapCredentials

Completed in 264 milliseconds