Searched defs:baz (Results 1 – 12 of 12) sorted by relevance
167 bool baz = false; in TEST() local
2549 const DescriptorProto& baz = bar.nested_type(0); in TEST_F() local2575 const DescriptorProto& baz = file_.message_type(0).nested_type(1); in TEST_F() local2621 const EnumValueDescriptorProto& baz = file_.enum_type(0).value(1); in TEST_F() local2644 const EnumDescriptorProto& baz = file_.message_type(0).enum_type(1); in TEST_F() local2679 const MethodDescriptorProto& baz = file_.service(0).method(1); in TEST_F() local3000 const UninterpretedOption& baz = file_.options().uninterpreted_option(0); in TEST_F() local
227 optional int32 baz = 2; field
288 const ResourceName baz = test::ParseNameOrDie("android:string/baz"); in TEST() local
238 optional int32 baz = 2; field
732 string* baz = new string("baz"); in TEST() local
1523 EnumDescriptorProto* baz = AddNestedEnum(message, "Baz"); in SetUp() local
69 SpannableString baz = new SpannableString("baz"); in testBasic() local
220 BinaryPrimitive* baz = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/baz"); in TEST_F() local
62 namespace baz { namespace
401 optional MyEnum baz = 3 [default = NEG_ONE]; field