Lines Matching refs:Sign
325 Sign::Sign(Environment* env, Local<Object> wrap) : SignBase(env, wrap) {
329 void Sign::Initialize(Environment* env, Local<Object> target) {
341 SetConstructorFunction(env->context(), target, "Sign", t);
355 void Sign::RegisterExternalReferences(ExternalReferenceRegistry* registry) {
363 void Sign::New(const FunctionCallbackInfo<Value>& args) {
365 new Sign(env, args.This());
368 void Sign::SignInit(const FunctionCallbackInfo<Value>& args) {
370 Sign* sign;
377 void Sign::SignUpdate(const FunctionCallbackInfo<Value>& args) {
378 Decode<Sign>(args, [](Sign* sign, const FunctionCallbackInfo<Value>& args,
388 Sign::SignResult Sign::SignFinal(
411 void Sign::SignFinal(const FunctionCallbackInfo<Value>& args) {
413 Sign* sign;
622 CHECK(args[offset]->IsUint32()); // Sign Mode