Home
last modified time | relevance | path

Searched defs:FunctionTemplate (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dfunction_template_unittest.cc10 TEST(FunctionTemplate, MarkUsed) { in TEST() argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_function.rs221 struct FunctionTemplate { struct
230 impl FunctionTemplate { argument
358 fn render(self, is_method: bool) -> FunctionTemplate { in render()