Home
last modified time | relevance | path

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

/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
/aosp_15_r20/external/libchrome/base/
H A Dscoped_native_library.cc24 void* ScopedNativeLibrary::GetFunctionPointer( in GetFunctionPointer() function in base::ScopedNativeLibrary
/aosp_15_r20/external/cronet/base/
H A Dscoped_native_library.cc30 void* ScopedNativeLibrary::GetFunctionPointer(const char* function_name) const { in GetFunctionPointer() function in base::ScopedNativeLibrary