Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dspan.go69 func NewPoint(line, col, offset int) Point { func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go69 func NewPoint(line, col, offset int) Point { func
/third_party/spirv-tools/utils/vscode/src/lsp/span/
Dspan.go69 func NewPoint(line, col, offset int) Point { func
/third_party/python/Lib/test/
Dtest_collections.py680 class NewPoint(tuple): class