OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pod
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/net/base/
int128_unittest.cc
118
uint128_pod
pod
= { 12345, 67890 };
local
119
uint128 from_pod(
pod
);
/external/llvm/unittests/Support/
Casting.cpp
228
struct
pod
{};
struct in namespace:TemporaryCast
229
IllegalCast *testIllegalCast() { return cast<foo>(
pod
()); }
/external/stlport/stlport/stl/
boost_type_traits.h
82
enum {
pod
= ::boost::is_pod<_Tp>::value };
enumerator in enum:__type_traits::__anon26654
83
typedef typename __bool2type<
pod
>::_Ret is_POD_type;
/ndk/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h
82
enum {
pod
= ::boost::is_pod<_Tp>::value };
enumerator in enum:__type_traits::__anon33179
83
typedef typename __bool2type<
pod
>::_Ret is_POD_type;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h
82
enum {
pod
= ::boost::is_pod<_Tp>::value };
enumerator in enum:__type_traits::__anon44276
83
typedef typename __bool2type<
pod
>::_Ret is_POD_type;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h
82
enum {
pod
= ::boost::is_pod<_Tp>::value };
enumerator in enum:__type_traits::__anon45374
83
typedef typename __bool2type<
pod
>::_Ret is_POD_type;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h
82
enum {
pod
= ::boost::is_pod<_Tp>::value };
enumerator in enum:__type_traits::__anon50046
83
typedef typename __bool2type<
pod
>::_Ret is_POD_type;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h
82
enum {
pod
= ::boost::is_pod<_Tp>::value };
enumerator in enum:__type_traits::__anon54509
83
typedef typename __bool2type<
pod
>::_Ret is_POD_type;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
boost_type_traits.h
82
enum {
pod
= ::boost::is_pod<_Tp>::value };
enumerator in enum:__type_traits::__anon59941
83
typedef typename __bool2type<
pod
>::_Ret is_POD_type;
/external/clang/test/SemaCXX/
class-layout.cpp
21
// Make fields private so C won't be a
POD
type.
271
tail_padded_pod_in_11_only
pod
;
member in struct:PR16537::test8::another_layer
/external/chromium_org/courgette/
encoded_program.cc
712
pod
.page_rva = ~0;
713
pod
.block_size = 8;
717
pod
.relocs[(
pod
.block_size-8)/2] = item;
718
pod
.block_size += 2;
723
if (
pod
.block_size != 8) {
724
if (
pod
.block_size % 4 != 0) { // Pad to make size multiple of 4 bytes.
727
ok = buffer->Write(&
pod
,
pod
.block_size);
728
pod
.block_size = 8
732
RelocBlockPOD
pod
;
member in class:courgette::RelocBlock
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkPaint.cpp
2109
const uint32_t*
pod
= reinterpret_cast<const uint32_t*>(
pod
Data);
local
[
all
...]
/external/skia/src/core/
SkPaint.cpp
2120
const uint32_t*
pod
= reinterpret_cast<const uint32_t*>(
pod
Data);
local
[
all
...]
Completed in 403 milliseconds