Home
last modified time | relevance | path

Searched defs:function_ptr (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/
Dbind_function.hpp25 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/
Dfunction_ptr.hpp23 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 Dtest_tensorboard.py464 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 DMicrosoftCompatibility-cxx98.cpp17 long (*function_ptr)(int a); variable
H A Dvararg-non-pod.cpp212 typedef void(*function_ptr)(int, ...); typedef
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/examples/
H A Dexample2.cc34 void* function_ptr; in Example2() local
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/libuv/examples/
H A Didle-basic.cc50 void* function_ptr; in IdleBasic() local
H A Duvcat.cc60 void* function_ptr; in UVCat() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_fork_join.cc64 void* function_ptr) { in __xla_cpu_runtime_ParallelForkJoin()
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim_default_dispatch_to_linker_wrapped_symbols.cc81 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 Dtest_utils.cc71 void* function_ptr; in CurlTestSetUp() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dasync_resolver.cc141 std::function<void()>* function_ptr = in RunResolution() local
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc305 const Function* function_ptr = 0; in FindWindowsFrameInfo() local
/aosp_15_r20/external/cronet/base/functional/
H A Dfunction_ref_unittest.cc155 int32_t (*const function_ptr)(int32_t) = +lambda; in TEST() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c262 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/
Dbinders.hpp550 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 Ddtensor_device.cc1456 TFE_Context* context, const TranslatedFunction* function_ptr, in ExecuteFunctionAndWait()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp1103 typedef void (*function_ptr)(); typedef