Home
last modified time | relevance | path

Searched defs:function3 (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/poly_collection/test/
Dfunction_types.hpp42 struct function3 struct
44 function3():n{-1}{} in function3() argument
45 function3(int n):n{n}{} in function3() function
46 int operator()(int x)const{return x*x*n;} in operator ()()
47 int n;
/third_party/typescript/tests/baselines/reference/
DunusedFunctionsinNamespaces6.js10 function function3() { function
29 function function3() { function
DunusedFunctionsinNamespaces5.js10 function function3() { function
27 function function3() { function
DunusedPrivateMethodInClass4.js13 public function3() { method in greeter
32 greeter.prototype.function3 = function () { method in greeter
DunusedPrivateMethodInClass3.js13 public function3() { method in greeter
31 greeter.prototype.function3 = function () { method in greeter
/third_party/typescript/tests/cases/compiler/
DunusedPrivateMethodInClass4.ts15 public function3() { method in greeter
DunusedPrivateMethodInClass3.ts15 public function3() { method in greeter
DunusedFunctionsinNamespaces5.ts12 function function3() { function
DunusedFunctionsinNamespaces6.ts12 function function3() { function