Searched defs:current_loop_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_unittest.cc24 : current_loop_(new MessageLoop()),
30 current_loop_.reset();
100 scoped_ptr<MessageLoop> current_loop_; member in class:base::__anon2365::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_
[all...]
/external/openfst/src/include/fst/
H A Dmatcher.h231 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
1047 return current_loop_
1105 bool current_loop_; // Current arc is the implicit loop member in class:fst::MultiEpsMatcher
[all...]
H A Dreplace.h1246 current_loop_(false),
1259 current_loop_(false),
1354 current_loop_ = true;
1368 return !current_loop_ && !final_arc_ && current_matcher_->Done();
1372 if (current_loop_) {
1385 if (current_loop_) {
1386 current_loop_ = false;
1406 mutable bool current_loop_; // Current arc is the implicit loop member in class:fst::ReplaceFstMatcher
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h759 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 125 milliseconds