Home
last modified time | relevance | path

Searched refs:bar_int (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dppc64-complex-parms.c103 void bar_int(void) { in bar_int() function
Dppc64-complex-return.c83 int bar_int(void) { in bar_int() function
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3127 const FieldDescriptorProto& bar_int = foo.field(0); in TEST_F() local
3137 EXPECT_TRUE(HasSpanWithComment('c', 'd', bar_int, in TEST_F()
3146 EXPECT_TRUE(HasSpan(bar_int, "type")); in TEST_F()
3147 EXPECT_TRUE(HasSpan(bar_int, "name")); in TEST_F()
3148 EXPECT_TRUE(HasSpan(bar_int, "number")); in TEST_F()
/external/protobuf/src/google/protobuf/
Dunittest.proto665 int32 bar_int = 12 [default = 5]; field
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1706 EXPECT_EQ(message.bar_int(), 5); in TEST_F()