Searched refs:WordCount (Results 1 – 6 of 6) sorted by relevance
37 template <typename T> uint16_t WordCount(T) { return 1; } in WordCount() function39 inline uint16_t WordCount(PairLiteralIntegerIdRef) { return 2; } in WordCount() function40 inline uint16_t WordCount(PairIdRefLiteralInteger) { return 2; } in WordCount() function41 inline uint16_t WordCount(PairIdRefIdRef) { return 2; } in WordCount() function42 inline uint16_t WordCount(const std::string &operand) { in WordCount() function104 mRemainingWordCount -= WordCount(*operand); in DeserializeExactlyOne()
37 void insertWordCount(WordCount wordCount); in insertWordCount()45 LiveData<List<WordCount>> getWordCounts(); in getWordCounts()
26 public class WordCount { class
26 @Database(entities = {WordCount.class, Image.class}, version = 1, exportSchema = false)
24 import androidx.work.integration.testapp.db.WordCount;94 WordCount wc = new WordCount(); in doWork()
34 import androidx.work.integration.testapp.db.WordCount;105 private String getWordCountsString(List<WordCount> wordCounts) { in getWordCountsString()108 for (WordCount wc : wordCounts) { in getWordCountsString()