Home
last modified time | relevance | path

Searched defs:typeVal (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_pixel_buffer.h72 #define ASSERT_PIXEL_TYPE(typeVal) CheckPixelType (typeVal) argument
76 #define ASSERT_PIXEL_TYPE(typeVal) DNG_ASSERT (fPixelType == typeVal, "Pixel type access mismatch") argument
/external/ksp/test-utils/testData/api/
DannotationWithDefaultValues.kt82 val typeVal: KClass<*> = java.util.HashMap::class, constant in KotlinAnnotationWithDefaults
DannotationWithDefault.kt82 val typeVal: KClass<*> = java.util.HashMap::class, constant in KotlinAnnotationWithDefaults