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

  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 33 // A CachedState contains the information that the client needs in order to
36 class NET_EXPORT_PRIVATE CachedState {
38 CachedState();
39 ~CachedState();
101 void InitializeFrom(const CachedState& other);
130 DISALLOW_COPY_AND_ASSIGN(CachedState);
139 // LookupOrCreate returns a CachedState for the given |server_id|. If no such
140 // CachedState currently exists, it will be created and cached.
141 CachedState* LookupOrCreate(const QuicServerId& server_id);
143 // Delete all CachedState objects from cached_states_
    [all...]
quic_crypto_client_config.cc 65 QuicCryptoClientConfig::CachedState::CachedState()
69 QuicCryptoClientConfig::CachedState::~CachedState() {}
71 bool QuicCryptoClientConfig::CachedState::IsComplete(QuicWallTime now) const {
107 bool QuicCryptoClientConfig::CachedState::IsEmpty() const {
112 QuicCryptoClientConfig::CachedState::GetServerConfig() const {
124 QuicErrorCode QuicCryptoClientConfig::CachedState::SetServerConfig(
164 void QuicCryptoClientConfig::CachedState::InvalidateServerConfig() {
170 void QuicCryptoClientConfig::CachedState::SetProof(const vector<string>& certs
    [all...]
  /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 103 milliseconds