Searched defs:FinishInsert (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Drankings.cc247 head.Data()->prev != node->address().value()) { // FinishInsert().
634 Trace("FinishInsert h:0x%x t:0x%x", my_head.value(), my_tail.value());
635 FinishInsert(&node);
645 void Rankings::FinishInsert(CacheRankingsBlock* node) { function in class:disk_cache::Rankings
/external/chromium_org/net/disk_cache/
H A Drankings.cc256 head.Data()->prev != node->address().value()) { // FinishInsert().
655 Trace("FinishInsert h:0x%x t:0x%x", my_head.value(), my_tail.value());
656 FinishInsert(&node);
666 void Rankings::FinishInsert(CacheRankingsBlock* node) { function in class:disk_cache::Rankings
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h397 // Should be called only after FinishInsert(open_dest).
413 void FinishInsert(StateId open_dest) { function in class:fst::PdtBalanceData
494 bd->FinishInsert(*it);

Completed in 118 milliseconds