OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:storage_type
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h
95
StorageType
storage_type
= kDontRetransmit;
member in struct:webrtc::RTPPacketHistory::StoredPacket
/external/llvm/include/llvm/Support/
ErrorOr.h
88
typedef typename std::conditional<isRef, wrap, T>::type
storage_type
;
typedef in class:llvm::ErrorOr
111
new (getStorage())
storage_type
(moveIfMoveConstructible<
storage_type
>(Val));
168
getStorage()->~
storage_type
();
201
new (getStorage())
storage_type
(*Other.getStorage());
233
new (getStorage())
storage_type
(std::move(*Other.getStorage()));
262
storage_type
*getStorage() {
264
return reinterpret_cast<
storage_type
*>(TStorage.buffer);
267
const
storage_type
*getStorage() const {
269
return reinterpret_cast<const
storage_type
*>(TStorage.buffer)
[
all
...]
/external/ImageMagick/MagickCore/
stream.c
88
storage_type
;
174
stream_info->
storage_type
=CharPixel;
86
storage_type
;
member in struct:_StreamInfo
[
all
...]
/external/ImageMagick/coders/
rla.c
111
storage_type
,
219
rla_info.
storage_type
=(short) ReadBlobMSBShort(image);
109
storage_type
,
member in struct:_RLAInfo
/external/clang/lib/Serialization/
MultiOnDiskHashTable.h
36
typedef const unsigned char *
storage_type
;
typedef in class:clang::serialization::MultiOnDiskHashTable
53
storage_type
Buckets,
storage_type
Payload,
storage_type
Base,
182
void add(file_type File,
storage_type
Data, Info InfoObj = Info()) {
184
storage_type
Ptr = Data;
200
storage_type
Buckets = Data + BucketOffset;
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h
304
typedef _Tp
storage_type
;
typedef in struct:_CastTraits
307
static value_type * to_value_type_ptr(
storage_type
*__ptr)
309
static value_type const* to_value_type_cptr(
storage_type
const*__ptr)
311
static value_type ** to_value_type_pptr(
storage_type
**__ptr)
313
static value_type & to_value_type_ref(
storage_type
&__ref)
315
static value_type const& to_value_type_cref(
storage_type
const&__ref)
318
static
storage_type
* to_storage_type_ptr(value_type *__ptr)
320
static
storage_type
const* to_storage_type_cptr(value_type const*__ptr)
322
static
storage_type
** to_storage_type_pptr(value_type **__ptr)
324
static
storage_type
const& to_storage_type_cref(value_type const& __ref
406
typedef _StorageT
storage_type
;
typedef in struct:_CastTraits
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h
304
typedef _Tp
storage_type
;
typedef in struct:_CastTraits
307
static value_type * to_value_type_ptr(
storage_type
*__ptr)
309
static value_type const* to_value_type_cptr(
storage_type
const*__ptr)
311
static value_type ** to_value_type_pptr(
storage_type
**__ptr)
313
static value_type & to_value_type_ref(
storage_type
&__ref)
315
static value_type const& to_value_type_cref(
storage_type
const&__ref)
318
static
storage_type
* to_storage_type_ptr(value_type *__ptr)
320
static
storage_type
const* to_storage_type_cptr(value_type const*__ptr)
322
static
storage_type
** to_storage_type_pptr(value_type **__ptr)
324
static
storage_type
const& to_storage_type_cref(value_type const& __ref
406
typedef _StorageT
storage_type
;
typedef in struct:_CastTraits
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp
184
typedef aligned_storage<internal_type>
storage_type
;
typedef in class:boost::optional_detail::optional_base
493
storage_type
m_storage ;
Completed in 292 milliseconds