Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena_unittest.cc109 class MustBeConstructedWithOneThroughFour { class
111 MustBeConstructedWithOneThroughFour(int one, const char* two, in MustBeConstructedWithOneThroughFour() function in google::protobuf::MustBeConstructedWithOneThroughFour
122 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(MustBeConstructedWithOneThroughFour);
224 const MustBeConstructedWithOneThroughFour* new_object = in TEST()
225 Arena::Create<MustBeConstructedWithOneThroughFour>(&arena, 1, "2", three, in TEST()