Home
last modified time | relevance | path

Searched defs:Private (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/external/giflib/
Ddgif_lib.c79 GifFilePrivateType *Private; in DGifOpenFileHandle() local
170 GifFilePrivateType *Private; in DGifOpen() local
252 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetScreenDesc() local
313 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetGifVersion() local
327 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetRecordType() local
364 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageHeader() local
430 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageDesc() local
485 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetLine() local
527 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetPixel() local
569 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtension() local
[all …]
Degif_lib.c96 GifFilePrivateType *Private; in EGifOpenFileHandle() local
150 GifFilePrivateType *Private; in EGifOpen() local
202 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifGetGifVersion() local
251 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifSetGifVersion() local
261 GifFilePrivateType *Private = (GifFilePrivateType *)GifFileOut->Private; in InternalWrite() local
277 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutScreenDesc() local
371 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutImageDesc() local
453 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutLine() local
485 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutPixel() local
555 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutExtensionLeader() local
[all …]
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/
Dpreamble.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpreamble.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/private/
Dmod.rs73 pub struct Private(ShortBoxSlice<Subtag>); struct
75 impl Private { implementation
194 impl FromStr for Private { implementation
205 impl writeable::Writeable for Private { implementation
230 impl Deref for Private { implementation
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/
Dpacket_decl_empty_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_reserved_field_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_reserved_field_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_empty_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dreserved_identifier_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dreserved_identifier_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_64bit_scalar_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_64bit_scalar_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_24bit_scalar_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_8bit_scalar_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_24bit_scalar_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_8bit_scalar_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_8bit_scalar_array_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_8bit_scalar_array_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_64bit_scalar_array_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_64bit_scalar_array_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_24bit_scalar_array_little_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
Dpacket_decl_24bit_scalar_array_big_endian.rs14 pub struct Private<T>(T); struct
15 impl<T> std::ops::Deref for Private<T> { implementation
21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared.lwg2070.pass.cpp80 struct Private { struct
84 friend FactoryAllocator<Private>; argument
85 Private(int i) : id(i) {} in Private() argument
86 ~Private() {} in ~Private() argument
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared.lwg2070.pass.cpp80 struct Private { struct
84 friend FactoryAllocator<Private>; argument
85 Private(int i) : id(i) {} in Private() function
86 ~Private() {} in ~Private() argument

12345678910>>...13