Searched defs:Empty_ (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h82 bool Empty() const { return Empty_(); }
91 virtual bool Empty_() const = 0;
120 virtual bool Empty_() const { return Empty(); } function in class:fst::TrivialQueue
152 virtual bool Empty_() const { return Empty(); } function in class:fst::FifoQueue
182 virtual bool Empty_() const { return Empty(); } function in class:fst::LifoQueue
235 virtual bool Empty_() const { return Empty(); } function in class:fst::ShortestFirstQueue
342 virtual bool Empty_() const { return Empty(); } function in class:fst::TopOrderQueue
392 virtual bool Empty_() const { return Empty(); } function in class:fst::StateOrderQueue
489 virtual bool Empty_() const { return Empty(); } function in class:fst::SccQueue
630 virtual bool Empty_() cons function in class:fst::AutoQueue
[all...]
/external/openfst/src/include/fst/
H A Dqueue.h86 bool Empty() const { return Empty_(); }
100 virtual bool Empty_() const = 0;
133 virtual bool Empty_() const { return Empty(); } function in class:fst::TrivialQueue
168 virtual bool Empty_() const { return Empty(); } function in class:fst::FifoQueue
201 virtual bool Empty_() const { return Empty(); } function in class:fst::LifoQueue
267 virtual bool Empty_() const { return Empty(); } function in class:fst::ShortestFirstQueue
377 virtual bool Empty_() const { return Empty(); } function in class:fst::TopOrderQueue
429 virtual bool Empty_() const { return Empty(); } function in class:fst::StateOrderQueue
525 virtual bool Empty_() const { return Empty(); } function in class:fst::SccQueue
670 virtual bool Empty_() cons function in class:fst::AutoQueue
854 virtual bool Empty_() const { return Empty(); } function in class:fst::PruneQueue
927 virtual bool Empty_() const { return Empty(); } function in class:fst::FilterQueue
[all...]

Completed in 511 milliseconds