Home
last modified time | relevance | path

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

123

/third_party/giflib/
Ddgif_lib.c81 GifFilePrivateType *Private; in DGifOpenFileHandle() local
169 GifFilePrivateType *Private; in DGifOpen() local
247 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetScreenDesc() local
309 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetGifVersion() local
324 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetRecordType() local
363 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageHeader() local
429 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageDesc() local
486 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetLine() local
526 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetPixel() local
567 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtension() local
[all …]
Degif_lib.c98 GifFilePrivateType *Private; in EGifOpenFileHandle() local
152 GifFilePrivateType *Private; in EGifOpen() local
203 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifGetGifVersion() local
249 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifSetGifVersion() local
260 GifFilePrivateType *Private = (GifFilePrivateType*)GifFileOut->Private; in InternalWrite() local
280 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifPutScreenDesc() local
375 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutImageDesc() local
459 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifPutLine() local
490 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutPixel() local
561 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutExtensionLeader() local
[all …]
Dgif_lib_private.h35 #define IS_READABLE(Private) (Private->FileState & FILE_STATE_READ) argument
36 #define IS_WRITEABLE(Private) (Private->FileState & FILE_STATE_WRITE) argument
Dgif_lib.h86 void *Private; /* Don't mess with this! */ member
/third_party/typescript/tests/baselines/reference/
DjsdocAccessibilityTagsDeclarations.js18 class Private { field in Protected
56 class Private { class
DunionTypePropertyAccessibility.js14 class Private { class
68 function Private() { class in Private
DmixinAccessModifiers.js4 class Private { class
152 function Private() { class in Private
/third_party/typescript/tests/cases/compiler/
DgenericRecursiveImplicitConstructorErrors2.ts6 Private, enumerator
DunspecializedConstraints.ts80 Private = 2 enumerator
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocAccessibilityTagsDeclarations.ts23 class Private { class
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypePropertyAccessibility.ts13 class Private { class
/third_party/gn/src/gn/
Dvisibility_unittest.cc46 TEST(Visibility, Private) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFFImportFile.h92 bool Private = false; member
/third_party/typescript/tests/cases/conformance/classes/
DmixinAccessModifiers.ts5 class Private { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMangler.cpp27 Private, ///< Emit "private" prefix before each symbol. enumerator
/third_party/abseil-cpp/absl/hash/
Dhash_test.cc413 struct Private { struct
414 int i;
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc413 struct Private { struct
414 int i;
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_annotation_test.cpp856 TEST_P(VulkanInterpolationStorageClass, Private) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_annotation_test.cpp856 TEST_P(VulkanInterpolationStorageClass, Private) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h52 Private = 0, enumerator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts44 Private, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h382 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h262 Private = 1, enumerator
/third_party/python/Lib/test/
Dtest_enum.py2147 class Private(Enum): class
2152 class Private(Enum): class
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs138 Private = 6, enumerator

123