Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
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;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
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;
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc374 void Decode(OpKernelContext* ctx, std::vector<UChar32>* char_values, in Decode()
419 std::vector<UChar32> char_values; in Compute() local