/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/ |
D | bind_function.hpp | 25 struct function_ptr struct 27 typedef RT result_type; 29 function_ptr(FP fp_) in function_ptr() function 33 result_type operator()(A&... a) const in operator ()() 38 bool operator==(function_ptr const& rhs) const in operator ==() 44 bool operator==(function_ptr<RhsRT, RhsFP> const& /*rhs*/) const in operator ==() 49 FP fp;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/detail/cpp03/ |
D | function_ptr.hpp | 23 struct function_ptr : function_ptr_impl<N>::template impl<RT, FP> struct 25 typedef typename function_ptr_impl<N>::template impl<RT, FP> base; 27 function_ptr(FP fp_) in function_ptr() function 32 bool operator==(function_ptr const & rhs) const in operator ==() 38 bool operator==(function_ptr<M, RhsRT, RhsFP> const & /*rhs*/) const in operator ==()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_tensorboard.py | 464 def get_expected_file(function_ptr): argument 477 def read_expected_content(function_ptr): argument 483 def compare_image_proto(actual_proto, function_ptr): argument 505 def compare_proto(str_to_compare, function_ptr): argument 513 def write_proto(str_to_compare, function_ptr): argument
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | MicrosoftCompatibility-cxx98.cpp | 17 long (*function_ptr)(int a); variable
|
H A D | vararg-non-pod.cpp | 212 typedef void(*function_ptr)(int, ...); typedef
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/examples/ |
H A D | example2.cc | 34 void* function_ptr; in Example2() local
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/libuv/examples/ |
H A D | idle-basic.cc | 50 void* function_ptr; in IdleBasic() local
|
H A D | uvcat.cc | 60 void* function_ptr; in UVCat() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | runtime_fork_join.cc | 64 void* function_ptr) { in __xla_cpu_runtime_ParallelForkJoin()
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A D | allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc | 81 void* function_ptr = dlsym(RTLD_DEFAULT, "malloc_usable_size"); in RealSizeEstimate() local
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/tests/ |
H A D | test_utils.cc | 71 void* function_ptr; in CurlTestSetUp() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | async_resolver.cc | 141 std::function<void()>* function_ptr = in RunResolution() local
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | fast_source_line_resolver.cc | 305 const Function* function_ptr = 0; in FindWindowsFrameInfo() local
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | function_ref_unittest.cc | 155 int32_t (*const function_ptr)(int32_t) = +lambda; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture_handle.c | 262 void *function_ptr = func_to_pointer(gallivm_jit_function(gallivm, function, func_name)); in compile_function() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | binders.hpp | 550 struct function_ptr struct 581 > action_t; 584 function_ptr(FPT fp) in function_ptr() function
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/ |
H A D | dtensor_device.cc | 1456 TFE_Context* context, const TranslatedFunction* function_ptr, in ExecuteFunctionAndWait()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | type_traits.hpp | 1103 typedef void (*function_ptr)(); typedef
|