Searched defs:withComment (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/ | ||
H A D | BlockComment.java | 33 public static BlockComment withComment(String comment) { in withComment() method in BlockComment |
H A D | CommentStatement.java | 23 public static CommentStatement withComment(Comment comment) { in withComment() method in CommentStatement |
H A D | LineComment.java | 34 public static LineComment withComment(String comment) { in withComment() method in LineComment |
H A D | JavaDocComment.java | 33 public static JavaDocComment withComment(String comment) { in withComment() method in JavaDocComment |
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ | ||
H A D | AesGcmHkdfAeadCrypterTest.java | 75 TestVectorBuilder withComment(String comment) { in withComment() method in AesGcmHkdfAeadCrypterTest.TestVectorBuilder |