Home
last modified time | relevance | path

Searched defs:ExtensionType (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h63 struct ExtensionType { struct
65 int8_t Type;
67 StringRef Bytes;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtension.java59 protected enum ExtensionType { enum in Extension
/third_party/node/src/crypto/
Dcrypto_clienthello.h99 enum ExtensionType { enum
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp76 enum ExtensionType enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1037 unsigned ExtensionType = cast<ConstantSDNode>( in tryLoadVector() local
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs58 pub unsafe trait ExtensionType { interface
/third_party/protobuf/src/google/protobuf/
Dextension_set.cc258 FieldType ExtensionSet::ExtensionType(int number) const { in ExtensionType() function in google::protobuf::internal::ExtensionSet