Home
last modified time | relevance | path

Searched refs:three_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/plugins/tests/
Dmissing_ctor_ignored_base.h47 MyString three_; variable
Dmissing_ctor_dllexport.h39 MyString three_; variable
Dmissing_ctor.h43 MyString three_; variable
/external/protobuf/src/google/protobuf/
Darena_unittest.cc121 : one_(one), two_(two), three_(three), four_(four) {} in MustBeConstructedWithOneThroughFour()
125 string three_; member in google::protobuf::__anon69e6ce8d0111::MustBeConstructedWithOneThroughFour
139 : one_(one), two_(two), three_(three), four_(four), five_(five), in MustBeConstructedWithOneThroughEight()
144 string three_; member in google::protobuf::__anon69e6ce8d0111::MustBeConstructedWithOneThroughEight
196 ASSERT_EQ("3", new_object->three_); in TEST()
212 ASSERT_EQ("3", new_object->three_); in TEST()