OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:big_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/cld/base/
template_util.h
26
// Types small_ and
big_
are guaranteed such that sizeof(small_) <
27
// sizeof(
big_
)
30
struct
big_
{
struct in namespace:base
type_traits.h
181
static
big_
Test(...);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util.h
57
// Types small_ and
big_
are guaranteed such that sizeof(small_) <
58
// sizeof(
big_
)
61
struct
big_
{
struct in namespace:google::protobuf::internal
template_util_unittest.cc
51
EXPECT_GT(sizeof(GOOGLE_NAMESPACE::
big_
), sizeof(GOOGLE_NAMESPACE::small_));
type_traits.h
151
template <class U> static
big_
tester(...);
317
static
big_
Test(...);
Completed in 2430 milliseconds