HomeSort by relevance Sort by last modified time
    Searched defs:Tote (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.cc 5 #include "encodings/compact_lang_det/tote.h"
11 // Take a set of <key, value> pairs and tote them up.
13 Tote::Tote() {
21 Tote::~Tote() {
24 void Tote::Reinit() {
33 void Tote::AddGram() {
50 void Tote::Add(uint8 ikey, int idelta) {
91 int Tote::CurrentTopKey()
    [all...]
tote.h 11 // Take a set of <key, value> pairs and tote them up.
13 class Tote {
15 Tote();
16 ~Tote();
46 // Take a set of <key, value, reliability> triples and tote them up.

Completed in 71 milliseconds