Home
last modified time | relevance | path

Searched refs:GetFunctionPointer (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pigweed/pw_function/
H A Dpointer_test.cc37 pw_function_test_InvokeFromCApi(GetFunctionPointer(set_value_to_42), in TEST()
43 GetFunctionPointer<decltype(set_value_to_42)>(), &set_value_to_42); in TEST()
56 pw_function_test_Sum(GetFunctionPointer(sum_stuff), &sum_stuff)); in TEST()
61 pw_function_test_Sum(GetFunctionPointer<decltype(sum_stuff)>(), in TEST()
71 pw_function_test_InvokeFromCApi(GetFunctionPointer(set_value_to_42), in TEST()
85 pw_function_test_Sum(GetFunctionPointer<decltype(sum_stuff)>(), in TEST()
95 pw_function_test_InvokeFromCApi(GetFunctionPointer(set_value_to_42), in TEST()
101 GetFunctionPointer<decltype(set_value_to_42)>(), &set_value_to_42); in TEST()
114 pw_function_test_Sum(GetFunctionPointer(sum_stuff), &sum_stuff)); in TEST()
119 pw_function_test_Sum(GetFunctionPointer<decltype(sum_stuff)>(), in TEST()
H A Ddocs.rst375 :cpp:type:`pw::function::GetFunctionPointer()`.
403 ``pw::function::GetFunctionPointer()``
407 .. doxygenfunction:: GetFunctionPointer()
408 .. doxygenfunction:: GetFunctionPointer(const FunctionType&)
/aosp_15_r20/external/pigweed/pw_function/public/pw_function/
H A Dpointer.h68 constexpr auto GetFunctionPointer() { in GetFunctionPointer() function
77 constexpr auto GetFunctionPointer(const FunctionType&) { in GetFunctionPointer() function
78 return GetFunctionPointer<FunctionType>(); in GetFunctionPointer()
/aosp_15_r20/external/cronet/base/
H A Dimmediate_crash_unittest.cc115 void* a = helper_library.GetFunctionPointer("TestFunction1"); in GetTestFunctionInstructions()
117 void* b = helper_library.GetFunctionPointer("TestFunction2"); in GetTestFunctionInstructions()
H A Dscoped_native_library_unittest.cc37 reinterpret_cast<FARPROC>(library.GetFunctionPointer(kFunctionName)); in TEST()
H A Dscoped_native_library.cc30 void* ScopedNativeLibrary::GetFunctionPointer(const char* function_name) const { in GetFunctionPointer() function in base::ScopedNativeLibrary
H A Dscoped_native_library.h54 void* GetFunctionPointer(const char* function_name) const;
/aosp_15_r20/external/cronet/base/win/
H A Dwin_util.cc151 library.GetFunctionPointer("IsDeviceRegisteredWithManagement")); in GetRegisteredWithManagementStateStorage()
180 netapi32.GetFunctionPointer("NetGetAadJoinInformation")); in GetAzureADJoinStateStorage()
186 netapi32.GetFunctionPointer("NetFreeAadJoinInformation")); in GetAzureADJoinStateStorage()
H A Dscoped_handle_unittest.cc174 module.GetFunctionPointer("RunTest")); in MULTIPROCESS_TEST_MAIN()
/aosp_15_r20/external/libchrome/base/
H A Dscoped_native_library.h37 void* GetFunctionPointer(const char* function_name) const;
H A Dscoped_native_library_unittest.cc37 reinterpret_cast<FARPROC>(library.GetFunctionPointer(kFunctionName)); in TEST()
H A Dscoped_native_library.cc24 void* ScopedNativeLibrary::GetFunctionPointer( in GetFunctionPointer() function in base::ScopedNativeLibrary
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dscoped_native_library.h40 void* GetFunctionPointer(const char* function_name) const;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Dscoped_native_library.h40 void* GetFunctionPointer(const char* function_name) const;
/aosp_15_r20/external/libchrome/mojo/public/c/system/
H A Dthunks.cc112 library_->GetFunctionPointer(kGetThunksFunctionName)); in CoreLibraryInitializer()