Home
last modified time | relevance | path

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

12345

/external/giflib/
Degif_lib.c91 GifFilePrivateType *Private; in EGifOpenFileHandle() local
145 GifFilePrivateType *Private; in EGifOpen() local
196 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifGetGifVersion() local
242 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifSetGifVersion() local
253 GifFilePrivateType *Private = (GifFilePrivateType*)GifFileOut->Private; in InternalWrite() local
273 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifPutScreenDesc() local
367 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutImageDesc() local
449 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifPutLine() local
480 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutPixel() local
551 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutExtensionLeader() local
[all …]
Ddgif_lib.c75 GifFilePrivateType *Private; in DGifOpenFileHandle() local
163 GifFilePrivateType *Private; in DGifOpen() local
241 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetScreenDesc() local
302 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetRecordType() local
344 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageDesc() local
445 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetLine() local
485 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetPixel() local
526 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtension() local
553 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtensionNext() local
628 GifFilePrivateType *Private; in DGifCloseFile() local
[all …]
Dgif_lib_private.h29 #define IS_READABLE(Private) (Private->FileState & FILE_STATE_READ) argument
30 #define IS_WRITEABLE(Private) (Private->FileState & FILE_STATE_WRITE) argument
/external/libabigail/tests/data/test-diff-suppr/
Dtest0-type-suppr-v1.cc7 struct MyType::Private struct in MyType
9 int m0;
10 char m1;
Dtest0-type-suppr-v0.cc7 struct MyType::Private struct in MyType
9 int m0;
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp12 class Private {}; class in test1::A
33 class Private {}; // expected-note {{implicitly declared private here}} class in test2::A
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp12 class Private {}; class in test1::A
33 class Private {}; // expected-note {{implicitly declared private here}} class in test2::A
/external/rust/cxx/src/
Dlib.rs471 pub trait Private {} interface
/external/robolectric-shadows/processor/src/test/java/com/example/objects/
DPrivate.java3 class Private { class
/external/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/
Dfunction.cpp33 struct Private {}; struct
46 void fnPrivate(Private *) {} in fnPrivate() argument
/external/webrtc/sdk/objc/api/peerconnection/
DRTCVideoCodecInfo+Private.mm16 (Private) category
DRTCRtpFragmentationHeader+Private.mm16 (Private) category
DRTCVideoEncoderSettings+Private.mm16 (Private) category
DRTCStatisticsReport.mm154 @implementation RTC_OBJC_TYPE (RTCStatisticsReport) (Private) category
DRTCEncodedImage+Private.mm60 (Private) category
/external/llvm-project/clang/test/Index/
Dsubclass-comment.mm37 @interface SubSubClass (Private) category
/external/clang/test/Index/
Dsubclass-comment.mm37 @interface SubSubClass (Private) category
/external/llvm-project/clang-tools-extra/clangd/support/
DContext.h142 static Key<typename std::decay<Type>::type> Private; in derive() local
147 static Key<typename std::decay<Type>::type> Private; in derive() local
/external/llvm-project/clang/tools/clang-fuzzer/corpus_examples/objc/
DClassCategory.m8 @interface BaseClass(Private) category
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-make-shared.cpp168 class Private { class
170 Private(int z) {} in Private() function in Private
173 Private() {} in Private() function in Private
/external/javassist/src/test/test5/
DInnerModifier2.java7 private class Private {} class in InnerModifier2
/external/clang/test/SemaCXX/
Dcxx98-compat-flags.cpp13 struct Private { struct
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp18 class Private { class
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp18 class Private { class
/external/llvm-project/clang/test/SemaCXX/
Dcxx98-compat-flags.cpp13 struct Private { struct

12345