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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 136 void PushFront(L l) {
262 rw.PushFront(iter.Value());
410 sum.PushFront(iter1.Value());
474 div.PushFront(iter.Value());
499 div.PushFront(iter.Value());
  /external/gtest/src/
gtest-internal-inl.h 314 void PushFront(const E& element) {
356 PushFront(element);
    [all...]
gtest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc 419 // Tests List::PushFront().
420 TEST(ListTest, PushFront) {
424 // Calls PushFront() on an empty list.
425 a.PushFront(1);
430 // Calls PushFront() on a singleton list.
431 a.PushFront(2);
436 // Calls PushFront() on a list with more than one elements.
437 a.PushFront(3);
457 a.PushFront(2);
458 a.PushFront(3)
    [all...]

Completed in 241 milliseconds