Searched defs:char_values (Results 1 – 3 of 3) sorted by relevance
29 template<char...> struct char_values { struct30 static const unsigned value = 0;34 struct char_values<C1, 12, C3> { struct35 static const unsigned value = 1;
374 void Decode(OpKernelContext* ctx, std::vector<UChar32>* char_values, in Decode()419 std::vector<UChar32> char_values; in Compute() local