Home
last modified time | relevance | path

Searched defs:WordCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dinstructions.h37 template <typename T> uint16_t WordCount(T) { return 1; } in WordCount() function
39 inline uint16_t WordCount(PairLiteralIntegerIdRef) { return 2; } in WordCount() function
40 inline uint16_t WordCount(PairIdRefLiteralInteger) { return 2; } in WordCount() function
41 inline uint16_t WordCount(PairIdRefIdRef) { return 2; } in WordCount() function
42 inline uint16_t WordCount(const std::string &operand) { in WordCount() function