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

  /external/chromium/net/http/
mock_gssapi_library_posix.h 20 class GssContextMockImpl {
22 GssContextMockImpl();
23 GssContextMockImpl(const GssContextMockImpl& other);
24 GssContextMockImpl(const char* src_name,
31 ~GssContextMockImpl();
33 void Assign(const GssContextMockImpl& other);
54 const test::GssContextMockImpl& context_info,
62 test::GssContextMockImpl context_info;
108 const test::GssContextMockImpl& context_info
    [all...]
mock_gssapi_library_posix.cc 140 GssContextMockImpl::GssContextMockImpl()
148 GssContextMockImpl::GssContextMockImpl(const GssContextMockImpl& other)
158 GssContextMockImpl::GssContextMockImpl(const char* src_name_in,
174 GssContextMockImpl::~GssContextMockImpl() {
178 void GssContextMockImpl::Assign
    [all...]
  /external/chromium_org/net/http/
mock_gssapi_library_posix.h 26 class GssContextMockImpl {
28 GssContextMockImpl();
29 GssContextMockImpl(const GssContextMockImpl& other);
30 GssContextMockImpl(const char* src_name,
37 ~GssContextMockImpl();
39 void Assign(const GssContextMockImpl& other);
60 const test::GssContextMockImpl& context_info,
68 test::GssContextMockImpl context_info;
114 const test::GssContextMockImpl& context_info
    [all...]
mock_gssapi_library_posix.cc 139 GssContextMockImpl::GssContextMockImpl()
147 GssContextMockImpl::GssContextMockImpl(const GssContextMockImpl& other)
157 GssContextMockImpl::GssContextMockImpl(const char* src_name_in,
173 GssContextMockImpl::~GssContextMockImpl() {
177 void GssContextMockImpl::Assign
    [all...]

Completed in 1292 milliseconds