Searched defs:aFunction (Results 1 – 12 of 12) sorted by relevance
31 #define MAKE_VULKAN_GLOBAL_ENTRY(aFunction) \ argument47 #define MAKE_VULKAN_INSTANCE_ENTRY(aFunction) \ argument163 #define MAKE_VULKAN_DEVICE_ENTRY(aFunction) \ argument
16 public aFunction(func: (newValue: any, oldValue: any) => void): void { method in Test
45 Test.prototype.aFunction = function (func) { method in Test
41 var aFunction: typeof F = F; variable
47 var aFunction: typeof F = F2; variable
39 var aFunction = F; variable
40 var aFunction: typeof F = F; variable
46 var aFunction: typeof F = F2; variable
52 var aFunction = F; variable
42 for(var aFunction: typeof F = F;;){} variable
61 declare const aFunction: () => number; constant
10998 Proxy(T* aRawPtr, member_function aFunction) in Proxy()78822 Proxy(T* aRawPtr, member_function aFunction) in Proxy()116708 explicit RunnableFunction(F&& aFunction) in RunnableFunction()116828 NS_NewRunnableFunction(Function&& aFunction) in NS_NewRunnableFunction()116838 NS_NewRunnableFunction(const char* aName, Function&& aFunction) in NS_NewRunnableFunction()124704 void Entry(JSContext* aCx, JSFunction* aFunction, in Entry()176707 explicit ComputedTimingFunction(const nsTimingFunction& aFunction) in ComputedTimingFunction()176752 static double GetPortion(const Maybe<ComputedTimingFunction>& aFunction, in GetPortion()