OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:identity_
(Results
1 - 15
of
15
) sorted by null
/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
rtccertificate.cc
23
:
identity_
(identity) {
24
RTC_DCHECK(
identity_
);
43
return
identity_
->certificate();
sslstreamadapterhelper.cc
37
ASSERT(
identity_
.get() == NULL);
38
identity_
.reset(identity);
sslstreamadapterhelper.h
91
scoped_ptr<SSLIdentity>
identity_
;
member in class:rtc::SSLStreamAdapterHelper
opensslstreamadapter.h
186
scoped_ptr<OpenSSLIdentity>
identity_
;
member in class:rtc::OpenSSLStreamAdapter
opensslstreamadapter.cc
317
ASSERT(!
identity_
);
318
identity_
.reset(static_cast<OpenSSLIdentity*>(identity));
881
identity_
.reset();
989
if (
identity_
&& !
identity_
->ConfigureIdentity(ctx)) {
[
all
...]
/external/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/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
dtlsidentitystore.cc
98
std::move(pdata->data()->
identity_
));
157
std::move(pdata->data()->
identity_
));
/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
Completed in 1029 milliseconds