Home
last modified time | relevance | path

Searched refs:needCheck (Results 1 – 2 of 2) sorted by relevance

/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dvulkantypes.py1046 needCheck = vulkanType.isOptionalPointer()
1050 if needCheck:
1055 if needCheck:
1060 if needCheck and hasNullOptionalStringFeature(forEachType):
1066 elif needCheck:
1080 if needCheck:
1083 if needCheck:
1087 if needCheck:
1090 if needCheck:
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2089 bool needCheck = !isNewStyleSignature in OpenStream2() local
2105 needCheck = true; in OpenStream2()
2116 if (needCheck) in OpenStream2()