Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/detail/
Daccess.hpp33 struct call_param struct
35 typedef T const& type;
39 struct call_param<T&> struct
41 typedef T& type;
45 struct call_param<T const> struct
47 typedef T const& type;
51 struct call_param<T volatile> struct
53 typedef T const& type;
57 struct call_param<T const volatile> struct
59 typedef T const& type;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment_test.cc2671 HloInstruction* call_param = call_builder.AddInstruction( in TEST_P() local
2742 HloInstruction* call_param = call_builder.AddInstruction( in TEST_P() local
H A Dbuffer_assignment_test.cc1403 auto call_param = call_builder.AddInstruction( in TEST_F() local