OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
76
if (
current_method_
.is_valid() && method !=
current_method_
) {
126
current_method_
= method;
136
if (!
current_method_
.is_valid()) {
137
current_method_
= method;
158
DCHECK(
current_method_
.is_valid());
160
if (
current_method_
.type() == AuthenticationMethod::THIRD_PARTY) {
167
} else if (
current_method_
== AuthenticationMethod::Spake2Pair() &&
180
DCHECK(
current_method_
.type() == AuthenticationMethod::SPAKE2 ||
181
current_method_
.type() == AuthenticationMethod::SPAKE2_PAIR)
[
all
...]
negotiating_authenticator_base.h
78
return
current_method_
;
95
// the 'method' tag with |
current_method_
|.
99
AuthenticationMethod
current_method_
;
member in class:remoting::protocol::NegotiatingAuthenticatorBase
negotiating_authenticator_base.cc
31
:
current_method_
(AuthenticationMethod::Invalid()),
86
DCHECK(
current_method_
.is_valid());
96
result->AddAttr(kMethodAttributeQName,
current_method_
.ToString());
/art/compiler/dex/
mir_graph.h
636
return m_units_[
current_method_
];
1180
int
current_method_
;
member in class:art::MIRGraph
[
all
...]
mir_graph.cc
107
current_method_
(kInvalidEntry),
653
method_stack_.push_back(std::make_pair(
current_method_
, current_offset_));
654
current_method_
= m_units_.size();
674
if (
current_method_
== 0) {
726
insn->m_unit_index =
current_method_
;
[
all
...]
Completed in 154 milliseconds