OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:small_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/cld/base/
template_util.h
26
// Types
small_
and big_ are guaranteed such that sizeof(
small_
) <
28
typedef char
small_
;
typedef in namespace:base
type_traits.h
180
static
small_
Test(To);
192
== sizeof(
small_
)> {
/external/chromium_org/third_party/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
150
template <class U> static
small_
tester(void (U::*)());
152
static const bool value = sizeof(tester<T>(0)) == sizeof(
small_
);
316
static
small_
Test(To);
328
== sizeof(
small_
)> {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
call_traits.hpp
35
template <typename T, bool
small_
>
Completed in 136 milliseconds