Home
last modified time | relevance | path

Searched defs:final (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h31 struct X86Operand final : public MCParsedAsmOperand { struct
32 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind;
34 SMLoc StartLoc, EndLoc;
35 SMLoc OffsetOfLoc;
36 StringRef SymName;
37 void *OpDecl;
38 bool AddressOf;
39 bool CallOperand;
41 struct TokOp {
46 struct RegOp {
[all …]
/third_party/node/src/crypto/
Dcrypto_random.h15 struct RandomBytesConfig final : public MemoryRetainer { struct
23 struct RandomBytesTraits final { struct
24 using AdditionalParameters = RandomBytesConfig;
25 static constexpr const char* JobName = "RandomBytesJob";
49 struct RandomPrimeConfig final : public MemoryRetainer { struct
60 struct RandomPrimeTraits final { argument
61 using AdditionalParameters = RandomPrimeConfig;
62 static constexpr const char* JobName = "RandomPrimeJob";
86 struct CheckPrimeConfig final : public MemoryRetainer { argument
95 struct CheckPrimeTraits final { argument
[all …]
Dcrypto_rsa.h22 struct RsaKeyPairParams final : public MemoryRetainer { struct
40 struct RsaKeyGenTraits final { argument
55 struct RSAKeyExportConfig final : public MemoryRetainer { struct
62 struct RSAKeyExportTraits final { argument
80 struct RSACipherConfig final : public MemoryRetainer { struct
95 struct RSACipherTraits final { argument
96 static constexpr const char* JobName = "RSACipherJob";
97 using AdditionalParameters = RSACipherConfig;
Dcrypto_ec.h58 struct ECDHBitsConfig final : public MemoryRetainer { struct
68 struct ECDHBitsTraits final { argument
69 using AdditionalParameters = ECDHBitsConfig;
70 static constexpr const char* JobName = "ECDHBitsJob";
94 struct EcKeyPairParams final : public MemoryRetainer { struct
104 struct EcKeyGenTraits final { argument
122 struct ECKeyExportConfig final : public MemoryRetainer { argument
128 struct ECKeyExportTraits final { struct
129 static constexpr const char* JobName = "ECKeyExportJob";
130 using AdditionalParameters = ECKeyExportConfig;
Dcrypto_dh.h62 struct DhKeyPairParams final : public MemoryRetainer { struct
75 struct DhKeyGenTraits final { struct
90 struct DHKeyExportConfig final : public MemoryRetainer { argument
96 struct DHKeyExportTraits final { struct
114 struct DHBitsConfig final : public MemoryRetainer { argument
122 struct DHBitsTraits final { struct
123 using AdditionalParameters = DHBitsConfig;
124 static constexpr const char* JobName = "DHBitsJob";
125 static constexpr AsyncWrap::ProviderType Provider =
Dcrypto_scrypt.h27 struct ScryptConfig final : public MemoryRetainer { struct
48 struct ScryptTraits final { argument
49 using AdditionalParameters = ScryptConfig;
50 static constexpr const char* JobName = "ScryptJob";
51 static constexpr AsyncWrap::ProviderType Provider =
Dcrypto_keygen.h124 struct KeyPairGenTraits final { struct
125 using AdditionalParameters =
128 static const AsyncWrap::ProviderType Provider =
130 static constexpr const char* JobName = KeyPairAlgorithmTraits::JobName;
132 static v8::Maybe<bool> AdditionalConfig( in AdditionalConfig()
164 static KeyGenJobStatus DoKeyGen( in DoKeyGen()
199 struct SecretKeyGenConfig final : public MemoryRetainer { argument
208 struct SecretKeyGenTraits final { argument
231 struct KeyPairGenConfig final : public MemoryRetainer { argument
232 PublicKeyEncodingConfig public_key_encoding;
[all …]
Dcrypto_hmac.h42 struct HmacConfig final : public MemoryRetainer { struct
61 struct HmacTraits final { argument
62 using AdditionalParameters = HmacConfig;
63 static constexpr const char* JobName = "HmacJob";
67 static constexpr AsyncWrap::ProviderType Provider =
Dcrypto_hkdf.h14 struct HKDFConfig final : public MemoryRetainer { struct
33 struct HKDFTraits final { struct
34 using AdditionalParameters = HKDFConfig;
35 static constexpr const char* JobName = "HKDFJob";
36 static constexpr AsyncWrap::ProviderType Provider =
Dcrypto_pbkdf2.h27 struct PBKDF2Config final : public MemoryRetainer { struct
46 struct PBKDF2Traits final { argument
47 using AdditionalParameters = PBKDF2Config;
48 static constexpr const char* JobName = "PBKDF2Job";
49 static constexpr AsyncWrap::ProviderType Provider =
Dcrypto_dsa.h15 struct DsaKeyPairParams final : public MemoryRetainer { struct
25 struct DsaKeyGenTraits final { argument
40 struct DSAKeyExportConfig final : public MemoryRetainer { argument
46 struct DSAKeyExportTraits final { struct
47 static constexpr const char* JobName = "DSAKeyExportJob";
48 using AdditionalParameters = DSAKeyExportConfig;
Dcrypto_sig.h102 struct SignConfiguration final : public MemoryRetainer { struct
103 enum Mode {
107 enum Flags {
135 struct SignTraits final { argument
136 using AdditionalParameters = SignConfiguration;
137 static constexpr const char* JobName = "SignJob";
141 static constexpr AsyncWrap::ProviderType Provider =
Dcrypto_hash.h42 struct HashConfig final : public MemoryRetainer { struct
59 struct HashTraits final { argument
60 using AdditionalParameters = HashConfig;
61 static constexpr const char* JobName = "HashJob";
62 static constexpr AsyncWrap::ProviderType Provider =
Dcrypto_aes.h38 struct AESCipherConfig final : public MemoryRetainer { struct
58 struct AESCipherTraits final { argument
59 static constexpr const char* JobName = "AESCipherJob";
61 using AdditionalParameters = AESCipherConfig;
/third_party/skia/third_party/externals/icu/source/common/
Dlsr.h16 struct LSR final : public UMemory { struct
17 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26;
19 static constexpr int32_t EXPLICIT_LSR = 7;
20 static constexpr int32_t EXPLICIT_LANGUAGE = 4;
21 static constexpr int32_t EXPLICIT_SCRIPT = 2;
22 static constexpr int32_t EXPLICIT_REGION = 1;
23 static constexpr int32_t IMPLICIT_LSR = 0;
24 static constexpr int32_t DONT_CARE_FLAGS = 0;
26 const char *language;
27 const char *script;
[all …]
/third_party/node/deps/icu-small/source/common/
Dlsr.h17 struct LSR final : public UMemory { struct
18 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26;
20 static constexpr int32_t EXPLICIT_LSR = 7;
21 static constexpr int32_t EXPLICIT_LANGUAGE = 4;
22 static constexpr int32_t EXPLICIT_SCRIPT = 2;
23 static constexpr int32_t EXPLICIT_REGION = 1;
24 static constexpr int32_t IMPLICIT_LSR = 0;
25 static constexpr int32_t DONT_CARE_FLAGS = 0;
27 const char *language;
28 const char *script;
[all …]
/third_party/icu/icu4c/source/common/
Dlsr.h16 struct LSR final : public UMemory { struct
17 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26;
19 static constexpr int32_t EXPLICIT_LSR = 7;
20 static constexpr int32_t EXPLICIT_LANGUAGE = 4;
21 static constexpr int32_t EXPLICIT_SCRIPT = 2;
22 static constexpr int32_t EXPLICIT_REGION = 1;
23 static constexpr int32_t IMPLICIT_LSR = 0;
24 static constexpr int32_t DONT_CARE_FLAGS = 0;
26 const char *language;
27 const char *script;
[all …]
/third_party/skia/src/sksl/ir/
DSkSLIndexExpression.h20 struct IndexExpression final : public Expression { struct
21 inline static constexpr Kind kExpressionKind = Kind::kIndex;
23 IndexExpression(const Context& context, std::unique_ptr<Expression> base, in IndexExpression()
45 std::unique_ptr<Expression>& base() { in base()
49 const std::unique_ptr<Expression>& base() const { in base()
53 std::unique_ptr<Expression>& index() { in index()
57 const std::unique_ptr<Expression>& index() const { in index()
61 bool hasProperty(Property property) const override { in hasProperty()
65 std::unique_ptr<Expression> clone() const override { in clone()
71 String description() const override { in description()
[all …]
DSkSLSwizzle.h22 struct Swizzle final : public Expression { struct
23 inline static constexpr Kind kExpressionKind = Kind::kSwizzle;
25 Swizzle(const Context& context, std::unique_ptr<Expression> base, in Swizzle()
51 std::unique_ptr<Expression>& base() { in base()
55 const std::unique_ptr<Expression>& base() const { in base()
59 const ComponentArray& components() const { in components()
63 bool hasProperty(Property property) const override { in hasProperty()
67 std::unique_ptr<Expression> clone() const override { in clone()
72 String description() const override { in description()
81 Swizzle(const Type* type, std::unique_ptr<Expression> base, const ComponentArray& components) in Swizzle()
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h203 struct U_COMMON_API Iterator final : public UMemory { struct
208 Iterator() : in Iterator()
222 Iterator &operator=(const Iterator &other) = default;
232 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next()
253 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex()
276 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex()
335 UBool hasChange() const { return changed; } in hasChange()
343 int32_t oldLength() const { return oldLength_; } in oldLength()
354 int32_t newLength() const { return newLength_; } in newLength()
363 int32_t sourceIndex() const { return srcIndex; } in sourceIndex()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h24 struct Format final : private angle::NonCopyable struct
50 static const Format &Get(FormatID id) { return gFormatInfoTable[static_cast<int>(id)]; } in Get()
65 constexpr bool isInt() const { return isSint() || isUint(); } in isInt()
66 constexpr bool isNorm() const { return isSnorm() || isUnorm(); } in isNorm()
67 constexpr bool isPureInt() const { return isInt() && !isScaled; } in isPureInt()
71 FormatID id;
75 GLenum glInternalFormat;
80 GLenum fboImplementationInternalFormat;
82 rx::MipGenerationFunction mipGenerationFunction;
83 rx::PixelReadFunction pixelReadFunction;
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h285 struct PackedAttachmentOpsDesc final struct
305 uint16_t finalLayout : 4; argument
313 class AttachmentOpsArray final argument
350 struct PackedAttribDesc final struct
369 struct VertexInputAttributes final struct
377 struct RasterizationStateBits final struct
397 struct PackedRasterizationAndMultisampleStateInfo final argument
414 struct StencilOps final argument
425 struct PackedStencilOpState final argument
435 struct DepthStencilEnableFlags final argument
[all …]
/third_party/node/src/
Dcares_wrap.h123 struct NodeAresTask final : public MemoryRetainer { struct
124 ChannelWrap* channel;
125 ares_socket_t sock;
149 class ChannelWrap final : public AsyncWrap { argument
219 struct ResponseData final { struct
227 class QueryWrap final : public AsyncWrap { argument
401 struct AnyTraits final { struct
409 struct ATraits final { struct
417 struct AaaaTraits final { argument
425 struct CaaTraits final { struct
[all …]
/third_party/node/src/quic/
Dtlscontext.h35 struct Options final : public MemoryRetainer { struct
37 std::string alpn = NGHTTP3_ALPN_H3;
41 std::string hostname = "";
44 bool keylog = false;
48 bool reject_unauthorized = true;
52 bool enable_tls_trace = false;
58 bool request_peer_certificate = false;
65 bool verify_hostname_identity = true;
68 std::string session_id_ctx = "Node.js QUIC Server";
71 std::string ciphers = DEFAULT_CIPHERS;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h121 struct Metadata final { struct
123 std::vector<uint32_t> mReqdWorkGroupSize = std::vector<uint32_t>();
125 std::vector<uint32_t> mWorkGroupSizeHint = std::vector<uint32_t>();
136 bool empty() const { in empty()
141 bool notEmpty() const { in notEmpty()
188 struct Metadata final { struct
194 uint32_t mSize = 0;
196 uint32_t mOffset = 0;
198 uint32_t mAlign = 0;
200 ValueKind mValueKind = ValueKind::Unknown;
[all …]

12345678910>>...12