Lines Matching defs:f

38   auto f = reinterpret_cast<FuncPtr>(dlsym(GetLibHandle(), function_name));  in GetFuncPtr()  local
49 static auto f = GET_FUNC_PTR(LoadNativeBridge); in LoadNativeBridge() local
54 static auto f = GET_FUNC_PTR(NeedsNativeBridge); in NeedsNativeBridge() local
59 static auto f = GET_FUNC_PTR(PreInitializeNativeBridge); in PreInitializeNativeBridge() local
64 static auto f = GET_FUNC_PTR(PreZygoteForkNativeBridge); in PreZygoteForkNativeBridge() local
69 static auto f = GET_FUNC_PTR(InitializeNativeBridge); in InitializeNativeBridge() local
74 static auto f = GET_FUNC_PTR(UnloadNativeBridge); in UnloadNativeBridge() local
79 static auto f = GET_FUNC_PTR(NativeBridgeAvailable); in NativeBridgeAvailable() local
84 static auto f = GET_FUNC_PTR(NativeBridgeInitialized); in NativeBridgeInitialized() local
89 static auto f = GET_FUNC_PTR(NativeBridgeLoadLibrary); in NativeBridgeLoadLibrary() local
94 static auto f = GET_FUNC_PTR(NativeBridgeGetTrampoline); in NativeBridgeGetTrampoline() local
99 static auto f = GET_FUNC_PTR(NativeBridgeIsSupported); in NativeBridgeIsSupported() local
104 static auto f = GET_FUNC_PTR(NativeBridgeGetVersion); in NativeBridgeGetVersion() local
109 static auto f = GET_FUNC_PTR(NativeBridgeGetSignalHandler); in NativeBridgeGetSignalHandler() local
114 static auto f = GET_FUNC_PTR(NativeBridgeError); in NativeBridgeError() local
119 static auto f = GET_FUNC_PTR(NativeBridgeNameAcceptable); in NativeBridgeNameAcceptable() local
124 static auto f = GET_FUNC_PTR(NativeBridgeUnloadLibrary); in NativeBridgeUnloadLibrary() local
129 static auto f = GET_FUNC_PTR(NativeBridgeGetError); in NativeBridgeGetError() local
134 static auto f = GET_FUNC_PTR(NativeBridgeIsPathSupported); in NativeBridgeIsPathSupported() local
140 static auto f = GET_FUNC_PTR(NativeBridgeInitAnonymousNamespace); in NativeBridgeInitAnonymousNamespace() local
147 static auto f = GET_FUNC_PTR(NativeBridgeCreateNamespace); in NativeBridgeCreateNamespace() local
155 static auto f = GET_FUNC_PTR(NativeBridgeLinkNamespaces); in NativeBridgeLinkNamespaces() local
161 static auto f = GET_FUNC_PTR(NativeBridgeLoadLibraryExt); in NativeBridgeLoadLibraryExt() local
166 static auto f = GET_FUNC_PTR(NativeBridgeGetVendorNamespace); in NativeBridgeGetVendorNamespace() local