HomeSort by relevance Sort by last modified time
    Searched refs:identity_ (Results 1 - 25 of 31) sorted by null

1 2

  /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_org/third_party/libjingle/source/talk/p2p/base/
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
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
transportdescriptionfactory.cc 45 identity_(NULL),
145 if (!identity_) {
151 talk_base::SSLFingerprint::Create(digest_alg_, identity_));
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...]
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
session.cc 350 identity_(NULL),
376 if (identity_)
378 identity_ = identity;
381 iter->second->SetIdentity(identity_);
545 port_allocator(), identity_);
    [all...]
session.h 369 talk_base::SSLIdentity* identity() { return identity_; }
497 talk_base::SSLIdentity* identity_; member in class:cricket::BaseSession
  /external/chromium/net/http/
http_auth_controller.cc 184 if (identity_.source != HttpAuth::IDENT_SRC_DEFAULT_CREDENTIALS) {
185 username = &identity_.username;
186 password = &identity_.password;
207 DCHECK(identity_.invalid);
234 identity_.source = HttpAuth::IDENT_SRC_PATH_LOOKUP;
235 identity_.invalid = false;
236 identity_.username = entry->username();
237 identity_.password = entry->password();
305 (identity_.source == HttpAuth::IDENT_SRC_PATH_LOOKUP) ?
315 identity_.invalid = true
    [all...]
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_org/net/http/
http_auth_controller.cc 181 if (identity_.source != HttpAuth::IDENT_SRC_DEFAULT_CREDENTIALS)
182 credentials = &identity_.credentials;
201 DCHECK(identity_.invalid);
228 identity_.source = HttpAuth::IDENT_SRC_PATH_LOOKUP;
229 identity_.invalid = false;
230 identity_.credentials = entry->credentials();
302 (identity_.source == HttpAuth::IDENT_SRC_PATH_LOOKUP) ?
312 identity_.invalid = true;
351 // If an identity to try is found, it is saved to identity_.
355 identity_.invalid = false
    [all...]
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/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 84 ASSERT(identity_.get() == NULL);
85 identity_.reset(identity);
89 ASSERT(identity_.get() == NULL);
90 identity_.reset(talk_base::SSLIdentity::Generate(
104 if (identity_.get() == NULL) {
112 ASSERT(identity_.get() != NULL);
113 return *identity_;
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.cc 88 ASSERT(identity_.get() == NULL);
89 identity_.reset(identity);
93 ASSERT(identity_.get() == NULL);
94 identity_.reset(talk_base::SSLIdentity::Generate(
108 if (identity_.get() == NULL) {
116 ASSERT(identity_.get() != NULL);
117 return *identity_;
securetunnelsessionclient.h 107 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:cricket::SecureTunnelSessionClient
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapterhelper.cc 45 ASSERT(identity_.get() == NULL);
46 identity_.reset(identity);
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
nssstreamadapter.cc 483 if (identity_.get()) {
484 identity = static_cast<NSSIdentity *>(identity_.get());
619 identity_.reset();
845 if (!stream->identity_.get()) {
850 NSSIdentity *identity = static_cast<NSSIdentity *>(stream->identity_.get());
opensslstreamadapter.cc 205 ASSERT(!identity_);
206 identity_.reset(static_cast<OpenSSLIdentity*>(identity));
720 identity_.reset();
762 if (identity_ && !identity_->ConfigureIdentity(ctx)) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 122 (type_equals_<GOOGLE_NAMESPACE::identity_<int>::type, int>::value));
124 (type_equals_<GOOGLE_NAMESPACE::identity_<void>::type, void>::value));
template_util.h 67 struct identity_ { struct in namespace:google::protobuf::internal
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 157 scoped_ptr<OpenSSLIdentity> identity_; member in class:talk_base::OpenSSLStreamAdapter
opensslstreamadapter.cc 177 ASSERT(identity_.get() == NULL);
178 identity_.reset(static_cast<OpenSSLIdentity*>(identity));
520 identity_.reset();
530 if (identity_.get() && !identity_->ConfigureIdentity(ctx)) {

Completed in 1023 milliseconds

1 2