OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:small_
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
template_util.h
57
// Types
small_
and big_ are guaranteed such that sizeof(
small_
) <
59
typedef char
small_
;
typedef in namespace:google::protobuf::internal
template_util_unittest.cc
51
EXPECT_GT(sizeof(GOOGLE_NAMESPACE::big_), sizeof(GOOGLE_NAMESPACE::
small_
));
type_traits.h
177
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_
)
Completed in 247 milliseconds