Lines Matching refs:verifyFormat
40 static void verifyFormat(llvm::StringRef Code) {
46 verifyFormat("message SomeMessage {\n"
49 verifyFormat("message SomeMessage {\n"
52 verifyFormat("message SomeMessage {\n"
57 verifyFormat("message SomeMessage {\n"
67 verifyFormat("optional string operator = 1;");
71 verifyFormat("enum Type {\n"
76 verifyFormat("enum Type {\n"
85 verifyFormat("rpc Search(SearchRequest) returns (SearchResponse);");
89 verifyFormat("optional string test = 1 [default = \"test\"];");
90 verifyFormat("optional bool a = 1 [default = true, deprecated = true];");
91 verifyFormat("optional LongMessageType long_proto_field = 1\n"
94 verifyFormat("optional LongMessageType long_proto_field = 1\n"
96 verifyFormat("repeated double value = 1\n"
98 verifyFormat("repeated double value = 1 [(aaaaaaa.aaaaaaaaa) = {\n"
102 verifyFormat("repeated double value = 1 [(aaaaaaa.aaaaaaaaa) = {\n"
106 verifyFormat("repeated double value = 1 [(aaaaaaa.aaaaaaaaa) = {\n"
111 verifyFormat("repeated double value = 1 [(aaaaaaa.aaaaaaaaa) = {\n"
127 verifyFormat("option (MyProto.options) = {\n"
134 verifyFormat("option (MyProto.options) = {\n"
144 verifyFormat("option (MyProto.options) = {\n"
151 verifyFormat("option (MyProto.options) = {\n"
158 verifyFormat("service SearchService {\n"
166 verifyFormat("extend .foo.Bar {\n"