Home
last modified time | relevance | path

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

/xnu-8020.121.3/EXTERNAL_HEADERS/CoreEntitlements/
H A DQueryHelpers.h19 …(index) (CEQueryOperation_t){.opcode = kCEOpSelectIndex, .parameters = {.numericParameter = index}}
88 …Bool(val) (CEQueryOperation_t){.opcode = kCEOpMatchBool, .parameters = {.numericParameter = !!val}}
100 …ger(val) (CEQueryOperation_t){.opcode = kCEOpMatchInteger, .parameters = {.numericParameter = val}}
H A DEntitlements.h101 int64_t numericParameter; member