Home
last modified time | relevance | path

Searched defs:checkFlags (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFormatPropertiesExtendedKHRtests.cpp46 void checkFlags (VkFlags64 reportedFlags, VkFlags64 requestedFlags, const char* setName) in checkFlags() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFormatPropertiesExtendedKHRtests.cpp46 void checkFlags (VkFlags64 reportedFlags, VkFlags64 requestedFlags, const char* setName) in checkFlags() function
/third_party/typescript/src/compiler/transformers/
Des2015.ts3451 const checkFlags = resolver.getNodeCheckFlags(decl); constant
/third_party/typescript/src/compiler/
Dutilities.ts5612 const checkFlags = (s as TransientSymbol).checkFlags; constant
Dchecker.ts10245 const checkFlags = getCheckFlags(symbol); constant
10262 const checkFlags = getCheckFlags(symbol); constant
11469 const checkFlags = flags & ElementFlags.Variable ? CheckFlags.RestParameter : constant
11925 …const checkFlags = CheckFlags.ReverseMapped | (readonlyMask && isReadonlySymbol(prop) ? CheckFlags… constant
28393 const checkFlags = inConstContext ? CheckFlags.Readonly : 0; constant
/third_party/python/Lib/test/
Dtest_socket.py2763 def checkFlags(self, flags, eor=None, checkset=0, checkunset=0, ignore=0): member in SendrecvmsgBase
/third_party/typescript/lib/
DtypingsInstaller.js51798 function createSymbol(flags, name, checkFlags) { argument
Dtsc.js42753 function createSymbol(flags, name, checkFlags) { argument