HomeSort by relevance Sort by last modified time
    Searched defs:identity_ (Results 1 - 17 of 17) 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/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 107 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:cricket::SecureTunnelSessionClient
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 107 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:cricket::SecureTunnelSessionClient
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.h 53 talk_base::SSLIdentity* identity() const { return identity_; }
60 void set_identity(talk_base::SSLIdentity* identity) { identity_ = identity; }
78 talk_base::SSLIdentity* identity_; member in class:cricket::TransportDescriptionFactory
dtlstransport.h 52 identity_(identity) {
60 identity_ = identity;
70 if (identity_) {
73 identity_));
85 identity_ = NULL;
88 if (!channel->SetLocalIdentity(identity_))
142 talk_base::SSLIdentity* identity_; member in class:cricket::DtlsTransport
dtlstransportchannel_unittest.cc 78 identity_.reset(talk_base::SSLIdentity::Generate(name_));
81 ASSERT(identity_.get() != NULL);
87 identity_.get()));
122 Negotiate(identity_.get(), (identity_) ? peer->identity_.get() : NULL);
214 int flags = (identity_.get() && srtp) ? cricket::PF_SRTP_BYPASS : 0;
281 int expected_flags = (identity_.get() && IsRtpLeadByte(data[0])) ?
318 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; variable
fakesession.h 68 identity_(NULL),
146 if (identity_ && dest_->identity_) {
201 identity_ = identity;
265 talk_base::SSLIdentity* identity_; member in class:cricket::FakeTransportChannel
294 identity_(NULL) {
307 it->second->SetLocalIdentity(identity_);
320 identity_ = identity;
354 dest_channel->SetLocalIdentity(dest_->identity_);
365 talk_base::SSLIdentity* identity_; member in class:cricket::FakeTransport
    [all...]
session.h 369 talk_base::SSLIdentity* identity() { return identity_; }
497 talk_base::SSLIdentity* identity_; member in class:cricket::BaseSession
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapterhelper.h 112 scoped_ptr<SSLIdentity> identity_; member in class:talk_base::SSLStreamAdapterHelper
opensslstreamadapter.h 189 scoped_ptr<OpenSSLIdentity> identity_; member in class:talk_base::OpenSSLStreamAdapter
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util.h 67 struct identity_ { struct in namespace:google::protobuf::internal
  /external/chromium/net/http/
http_auth_controller.h 88 // If such an entry is found, updates |identity_| and |handler_| with the
98 // The identity that was rejected is |identity_|.
101 // Sets |identity_| to the next identity that the transaction should try. It
135 // |identity_| holds the (username/password) that should be used by
138 HttpAuth::Identity identity_; member in class:net::HttpAuthController
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 157 scoped_ptr<OpenSSLIdentity> identity_; member in class:talk_base::OpenSSLStreamAdapter
  /external/chromium_org/net/http/
http_auth_controller.h 89 // If such an entry is found, updates |identity_| and |handler_| with the
99 // The identity that was rejected is |identity_|.
102 // Sets |identity_| to the next identity that the transaction should try. It
136 // |identity_| holds the credentials that should be used by
139 HttpAuth::Identity identity_; member in class:net::HttpAuthController
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 442 identity_.reset(talk_base::SSLIdentity::Generate(identity_name));
443 tdesc_factory_->set_identity(identity_.get());
863 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:WebRtcSessionTest
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 672 const std::string& identity() const { return identity_; }
738 identity_ = identity;
747 std::string identity_; member in class:chromeos::WifiNetwork
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.h 1064 std::string identity_; member in class:chromeos::WifiNetwork
    [all...]

Completed in 198 milliseconds