HomeSort by relevance Sort by last modified time
    Searched refs:current_method_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/protocol/
negotiating_client_authenticator.cc 56 if (method != current_method_) {
67 current_method_ = method;
86 if (!current_method_.is_valid()) {
116 DCHECK(current_method_.is_valid());
117 if (current_method_.type() == AuthenticationMethod::THIRD_PARTY) {
126 DCHECK(current_method_.type() == AuthenticationMethod::SPAKE2 ||
127 current_method_.type() == AuthenticationMethod::SPAKE2_PAIR);
129 (current_method_.type() == AuthenticationMethod::SPAKE2_PAIR);
146 current_method_ = AuthenticationMethod::Spake2Pair();
156 current_method_.hash_function(), authentication_tag_, shared_secret)
    [all...]
negotiating_host_authenticator.cc 75 if (current_method_.is_valid() && method != current_method_) {
125 current_method_ = method;
135 if (!current_method_.is_valid()) {
136 current_method_ = method;
157 DCHECK(current_method_.is_valid());
159 if (current_method_.type() == AuthenticationMethod::THIRD_PARTY) {
166 } else if (current_method_ == AuthenticationMethod::Spake2Pair() &&
179 DCHECK(current_method_.type() == AuthenticationMethod::SPAKE2 ||
180 current_method_.type() == AuthenticationMethod::SPAKE2_PAIR)
    [all...]
negotiating_authenticator_base.h 77 return current_method_;
94 // the 'method' tag with |current_method_|.
98 AuthenticationMethod current_method_; member in class:remoting::protocol::NegotiatingAuthenticatorBase
negotiating_authenticator_base.cc 31 : current_method_(AuthenticationMethod::Invalid()),
79 DCHECK(current_method_.is_valid());
89 result->AddAttr(kMethodAttributeQName, current_method_.ToString());
  /art/compiler/dex/
mir_graph.cc 102 current_method_(kInvalidEntry),
509 method_stack_.push_back(std::make_pair(current_method_, current_offset_));
510 current_method_ = m_units_.size();
526 if (current_method_ == 0) {
581 insn->m_unit_index = current_method_;
    [all...]
mir_graph.h 436 return m_units_[current_method_];
712 int current_method_; member in class:art::MIRGraph

Completed in 59 milliseconds