Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp29 template<char...> struct char_values { struct
30 static const unsigned value = 0;
34 struct char_values<C1, 12, C3> { struct
35 static const unsigned value = 1;
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dunicode_ops.cc374 void Decode(OpKernelContext* ctx, std::vector<UChar32>* char_values, in Decode()
419 std::vector<UChar32> char_values; in Compute() local