Searched refs:operatorNameLength (Results 1 – 2 of 2) sorted by relevance
219 size_t operatorNameLength = 0; member
1366 … context->operatorNameLength = (operatorName.size() < BUF_SIZE) ? operatorName.size() : BUF_SIZE; in NativeGetOperatorName()1367 for (size_t i = 0; i < context->operatorNameLength; i++) { in NativeGetOperatorName()1378 … napi_create_string_utf8(env, context->operatorName, context->operatorNameLength, &callbackValue); in GetOperatorNameCallback()