Home | History | Annotate | Download | only in compiler

Lines Matching defs:qux

473     "      [ctype=CORD, (foo)=7, foo.(.bar.baz).qux.quux.(corge)=-33, \n"
474 " (quux)=\"x\040y\", (baz.qux)=hey];\n"
490 " name { name_part: \"qux\" "
500 " uninterpreted_option: { name { name_part: \"baz.qux\" "
935 "import public \"qux.proto\";\n",
939 "dependency: \"qux.proto\""
1521 "enum Baz { QUX = 1; }\n"
1604 " rpc Bar(Qux) returns(Baz);\n"
1606 "2:10: \"Qux\" is not defined.\n");
1614 " rpc Bar(Baz) returns(Qux);\n"
1616 "2:23: \"Qux\" is not defined.\n");
1633 "message qux {\n"
1678 // qux.proto:
1679 // package qux.baz
1683 // "qux.baz.bar", since it's the match from the innermost scope,
1686 "package qux.baz;\n"
1689 "2:7: Option \"(baz.bar)\" is resolved to \"(qux.baz.bar)\","
2338 "import $f$\"qux.proto\"$g$;$h$\n"
2398 " $n$optional int32 qux = 1;$o$\n"
2441 " $n$optional int32 qux = 1;$o$\n"
2545 " $i$message $j$Qux$k$ {}$l$\n"
2550 const DescriptorProto& qux = file_.message_type(0).nested_type(1);
2556 EXPECT_TRUE(HasSpan('i', 'l', qux));
2557 EXPECT_TRUE(HasSpan('j', 'k', qux, "name"));
2570 " $i$message Qux {}$j$\n"
2576 const DescriptorProto& qux = baz.nested_type(0);
2588 EXPECT_TRUE(HasSpan('i', 'j', qux));
2596 EXPECT_TRUE(HasSpan(qux, "name"));
2702 "$k$option qux = $l$-123$m$;$n$\n"
3033 " $b$optional int32 bar = 1 [(baz.qux) = {}];$c$\n"