Home
last modified time | relevance | path

Searched refs:makeComment (Results 1 – 2 of 2) sorted by relevance

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DOpsBuilder.java506 tokOps.putAll(j, makeComment(tokBefore)); in build()
544 tokOps.putAll(k + 1, makeComment(tokAfter)); in build()
615 private static List<Op> makeComment(Input.Tok comment) { in makeComment() method in OpsBuilder
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go208 "MakeComment": makeComment,
499 func makeComment(lines string) string { func