OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_loop_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/message_loop/
message_loop_proxy_unittest.cc
24
:
current_loop_
(new MessageLoop()),
30
current_loop_
.reset();
100
scoped_ptr<MessageLoop>
current_loop_
;
member in class:base::__anon3544::MessageLoopProxyTest
134
current_loop_
->Run();
137
EXPECT_EQ(
current_loop_
.get(), task_deleted_on);
138
EXPECT_EQ(
current_loop_
.get(), reply_run_on);
139
EXPECT_EQ(
current_loop_
.get(), reply_deleted_on);
192
ASSERT_TRUE(
current_loop_
->message_loop_proxy()->PostTaskAndReply(
203
current_loop_
->Run();
205
EXPECT_EQ(
current_loop_
.get(), task_run_on)
[
all
...]
/external/openfst/src/include/fst/
matcher.h
231
current_loop_
= false;
235
current_loop_
= match_label == 0;
240
return
current_loop_
;
248
current_loop_
= false;
260
if (
current_loop_
)
275
if (
current_loop_
) {
283
if (
current_loop_
)
284
current_loop_
= false;
316
bool
current_loop_
; // Current arc is the implicit loop
member in class:fst::SortedMatcher
1105
bool
current_loop_
; \/\/ Current arc is the implicit loop
member in class:fst::MultiEpsMatcher
[
all
...]
replace.h
1406
mutable bool
current_loop_
; \/\/ Current arc is the implicit loop
member in class:fst::ReplaceFstMatcher
[
all
...]
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
759
current_loop_
(false),
768
match_type_(matcher.match_type_),
current_loop_
(false),
794
current_loop_
= false;
802
current_loop_
= true;
832
return !
current_loop_
&& done_;
836
return (
current_loop_
) ? loop_ : arc_;
840
if (
current_loop_
) {
841
current_loop_
= false;
852
bool
current_loop_
; // Current arc is the implicit loop
member in class:fst::NGramFstMatcher
Completed in 313 milliseconds