Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtype_traits.h177 template <class U> static small_ tester(void (U::*)());
179 static const bool value = sizeof(tester<T>(0)) == sizeof(small_);
343 static small_ Test(To);
347 value = sizeof(Test(Create())) == sizeof(small_)
Dtemplate_util.h59 typedef char small_; typedef
Dtemplate_util_unittest.cc51 EXPECT_GT(sizeof(GOOGLE_NAMESPACE::big_), sizeof(GOOGLE_NAMESPACE::small_)); in TEST()