Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_op_gpu_logical_not.cu.cc23 template struct UnaryFunctor<GPUDevice, logical_not>; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp28 struct UnaryFunctor { struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp28 struct UnaryFunctor { struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp28 struct UnaryFunctor { struct
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc84 struct UnaryFunctor { struct
85 int operator()(bool x) { return x ? 1 : -1; } in operator ()()
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-more-actions_test.cc84 struct UnaryFunctor { struct
85 int operator()(bool x) { return x ? 1 : -1; } in operator ()()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc84 struct UnaryFunctor { struct
85 int operator()(bool x) { return x ? 1 : -1; } in operator ()()