OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CachedState
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h
25
// A
CachedState
contains the information that the client needs in order to
28
class NET_EXPORT_PRIVATE
CachedState
{
30
CachedState
();
31
~
CachedState
();
87
void InitializeFrom(const
CachedState
& other);
109
DISALLOW_COPY_AND_ASSIGN(
CachedState
);
118
// LookupOrCreate returns a
CachedState
for the given hostname. If no such
119
//
CachedState
currently exists, it will be created and cached.
120
CachedState
* LookupOrCreate(const std::string& server_hostname);
131
const
CachedState
* cached
[
all
...]
quic_crypto_client_config.cc
37
QuicCryptoClientConfig::
CachedState
::
CachedState
()
41
QuicCryptoClientConfig::
CachedState
::~
CachedState
() {}
43
bool QuicCryptoClientConfig::
CachedState
::IsComplete(QuicWallTime now) const {
65
QuicCryptoClientConfig::
CachedState
::GetServerConfig() const {
77
QuicErrorCode QuicCryptoClientConfig::
CachedState
::SetServerConfig(
117
void QuicCryptoClientConfig::
CachedState
::InvalidateServerConfig() {
123
void QuicCryptoClientConfig::
CachedState
::SetProof(const vector<string>& certs,
147
void QuicCryptoClientConfig::
CachedState
::ClearProof()
[
all
...]
quic_crypto_client_config_test.cc
16
QuicCryptoClientConfig::
CachedState
state;
48
QuicCryptoClientConfig::
CachedState
cached;
/external/chromium_org/net/quic/
quic_crypto_client_stream.cc
151
QuicCryptoClientConfig::
CachedState
* cached =
quic_stream_factory_test.cc
601
QuicCryptoClientConfig::
CachedState
* cached1 =
607
// TODO(rtenneti): mutate other members of
CachedState
.
617
QuicCryptoClientConfig::
CachedState
* cached2 =
642
QuicCryptoClientConfig::
CachedState
* cached1 =
648
// TODO(rtenneti): mutate other members of
CachedState
.
658
QuicCryptoClientConfig::
CachedState
* cached2 =
/external/chromium_org/third_party/re2/re2/
dfa.cc
214
State*
CachedState
(int* inst, int ninst, uint flag);
731
State* state =
CachedState
(inst, n, flag);
739
DFA::State* DFA::
CachedState
(int* inst, int ninst, uint flag) {
[
all
...]
/external/regex-re2/re2/
dfa.cc
212
State*
CachedState
(int* inst, int ninst, uint flag);
729
State* state =
CachedState
(inst, n, flag);
737
DFA::State* DFA::
CachedState
(int* inst, int ninst, uint flag) {
[
all
...]
Completed in 438 milliseconds