Home
last modified time | relevance | path

Searched defs:staticmethod (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcommentsTypeParameters.js5 static staticmethod</**docComment of method type parameter */ U>(a: U) { field in C
24 C.staticmethod = function (a) { function in C
/third_party/typescript/tests/cases/compiler/
DcommentsTypeParameters.ts6 static staticmethod</**docComment of method type parameter */ U>(a: U) { method in C
/third_party/boost/boost/python/
Dclass.hpp356 self& staticmethod(char const* name) in staticmethod() function in boost::python::class_
/third_party/python/Objects/
Dfuncobject.c994 } staticmethod; typedef