H A D | js_uuid.cpp | 120 bool GetUUID(napi_env env, bool entropyCache, UUID &uuid) in GetUUID() argument 123 if ((entropyCache == true) && (size != 0)) { in GetUUID() 147 std::string GetStringUUID(napi_env env, bool entropyCache) in GetStringUUID() argument 151 if (!GetUUID(env, entropyCache, uuid)) { in GetStringUUID() 178 napi_value GetBinaryUUID(napi_env env, bool entropyCache) in GetBinaryUUID() argument 181 if (!GetUUID(env, entropyCache, uuid)) { in GetBinaryUUID()
|