Searched defs:Article (Results 1 – 5 of 5) sorted by relevance
| /external/golang-protobuf/internal/testprotos/news/ |
| D | news.pb.go | 68 type Article struct { struct 69 state protoimpl.MessageState 70 sizeCache protoimpl.SizeCache 71 unknownFields protoimpl.UnknownFields 73 …hor string `protobuf:"bytes,1,opt,name=author,proto3" json:"author,omitempty"` 74 Date *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` 75 …itle string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` 76 …nt string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` 77 …uf:"varint,8,opt,name=status,proto3,enum=google.golang.org.Article_Status" json:"status,omitempty"` 78 Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags,omitempty"` [all …]
|
| D | news.proto | 14 message Article { message
|
| /external/mockito/src/test/java/org/mockitousage/matchers/ |
| D | CustomMatchersTest.java | 74 class Article { class in CustomMatchersTest 79 public Article(int pageNumber, String headline) { in Article() method in CustomMatchersTest.Article
|
| /external/mockito/src/test/java/org/mockitousage/examples/use/ |
| D | Article.java | 8 public class Article { class
|
| /external/javassist/src/test/testproxy/ |
| D | Target189.java | 45 public static abstract class Article { class in Target189
|