Searched refs:ExtensionType (Results 1 – 10 of 10) sorted by relevance
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionRegistry.java | 219 if (extension.getExtensionType() != Extension.ExtensionType.IMMUTABLE in add() 220 && extension.getExtensionType() != Extension.ExtensionType.MUTABLE) { in add() 254 add(info, Extension.ExtensionType.IMMUTABLE); in add() 255 add(info, Extension.ExtensionType.MUTABLE); in add() 264 add(new ExtensionInfo(type, defaultInstance), Extension.ExtensionType.IMMUTABLE); in add() 301 private void add(final ExtensionInfo extension, final Extension.ExtensionType extensionType) { in add()
|
D | Extension.java | 59 protected enum ExtensionType { enum in Extension 65 protected abstract ExtensionType getExtensionType(); in getExtensionType()
|
D | GeneratedMessage.java | 1632 Extension.ExtensionType.IMMUTABLE); 1647 Extension.ExtensionType.IMMUTABLE); 1692 Extension.ExtensionType.MUTABLE); 1729 Extension.ExtensionType.MUTABLE); 1778 ExtensionType extensionType) { 1819 private final ExtensionType extensionType; 1840 protected ExtensionType getExtensionType() {
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 76 enum ExtensionType enum 96 ExtensionType extType; 98 …ExtParameters(glu::GLSLVersion _glslVersion, ExtensionType _extType) : glslVersion(_glslVersion), … in ExtParameters() 144 …std::string getGLSLExtDirective(ExtensionType type, ExtensionName name, ExtensionBehavior behavior… 210 ExtensionType m_extType;
|
D | esextcTestCaseBase.cpp | 1019 std::string TestCaseBase::getGLSLExtDirective(ExtensionType type, ExtensionName name, ExtensionBeha… in getGLSLExtDirective()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 63 struct ExtensionType { struct 91 ExtensionType Extension;
|
/third_party/node/src/ |
D | node_crypto_clienthello.h | 100 enum ExtensionType { enum
|
/third_party/protobuf/src/google/protobuf/ |
D | extension_set.h | 238 FieldType ExtensionType(int number) const;
|
D | extension_set.cc | 258 FieldType ExtensionSet::ExtensionType(int number) const { in ExtensionType() function in google::protobuf::internal::ExtensionSet
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 1037 unsigned ExtensionType = cast<ConstantSDNode>( in tryLoadVector() local 1039 if (ExtensionType == ISD::SEXTLOAD) in tryLoadVector()
|