/third_party/protobuf/benchmarks/datasets/google_message3/ |
D | benchmark_message3_1.proto | 457 extensions 1000 to 536870911; 598 extensions 17 to 17; 599 extensions 21 to 21; 600 extensions 25 to 25; 601 extensions 27 to 27; 602 extensions 29 to 29; 603 extensions 30 to 30; 604 extensions 31 to 31; 605 extensions 32 to 32; 606 extensions 33 to 33; [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | version.c | 247 compute_version(const struct gl_extensions *extensions, in compute_version() argument 252 const bool ver_1_3 = (extensions->ARB_texture_border_clamp && in compute_version() 253 extensions->ARB_texture_cube_map && in compute_version() 254 extensions->ARB_texture_env_combine && in compute_version() 255 extensions->ARB_texture_env_dot3); in compute_version() 257 extensions->ARB_depth_texture && in compute_version() 258 extensions->ARB_shadow && in compute_version() 259 extensions->ARB_texture_env_crossbar && in compute_version() 260 extensions->EXT_blend_color && in compute_version() 261 extensions->EXT_blend_func_separate && in compute_version() [all …]
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExtensionSupport.md | 3 This is a list of all extensions currently supported by ANGLE's front-end, and 5 produce a list of all supported extensions in the Vulkan back-end, run 8 Specifications for GLES extensions can be found in the [Khronos OpenGL ES API 11 Specifications for EGL extensions can be found in the [Khronos EGL API 14 Specifications for ANGLE-specific extensions can be found in the [ANGLE 15 extension registry](../extensions) 26 | [GL_KHR_blend_equation_advanced](https://khronos.org/registry/OpenGL/extensions/KHR/KHR_blend_equ… 27 | [GL_EXT_blend_func_extended](https://khronos.org/registry/OpenGL/extensions/EXT/EXT_blend_func_ex… 28 | [GL_EXT_blend_minmax](https://khronos.org/registry/OpenGL/extensions/EXT/EXT_blend_minmax.txt) | … 29 | [GL_EXT_buffer_storage](https://khronos.org/registry/OpenGL/extensions/EXT/EXT_buffer_storage.txt… [all …]
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 81 struct gl_constants *c, struct gl_extensions *extensions) in st_init_limits() argument 500 extensions->ARB_uniform_buffer_object = GL_TRUE; in st_init_limits() 550 extensions->ARB_shader_atomic_counters = GL_TRUE; in st_init_limits() 551 extensions->ARB_shader_atomic_counter_ops = GL_TRUE; in st_init_limits() 578 extensions->ARB_shader_storage_buffer_object = GL_TRUE; in st_init_limits() 591 extensions->ARB_shader_image_load_store = GL_TRUE; in st_init_limits() 592 extensions->ARB_shader_image_size = GL_TRUE; in st_init_limits() 679 struct gl_extensions *extensions, in init_format_extensions() argument 685 GLboolean *extension_table = (GLboolean *) extensions; in init_format_extensions() 768 struct gl_extensions *extensions, in st_init_extensions() argument [all …]
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | test_util.py | 194 extensions = message.Extensions 202 extensions[pb2.optional_int32_extension] = 101 203 extensions[pb2.optional_int64_extension] = 102 204 extensions[pb2.optional_uint32_extension] = 103 205 extensions[pb2.optional_uint64_extension] = 104 206 extensions[pb2.optional_sint32_extension] = 105 207 extensions[pb2.optional_sint64_extension] = 106 208 extensions[pb2.optional_fixed32_extension] = 107 209 extensions[pb2.optional_fixed64_extension] = 108 210 extensions[pb2.optional_sfixed32_extension] = 109 [all …]
|
/third_party/openssl/crypto/x509/ |
D | x509_ext.c | 21 return X509v3_get_ext_count(x->crl.extensions); in X509_CRL_get_ext_count() 26 return X509v3_get_ext_by_NID(x->crl.extensions, nid, lastpos); in X509_CRL_get_ext_by_NID() 32 return X509v3_get_ext_by_OBJ(x->crl.extensions, obj, lastpos); in X509_CRL_get_ext_by_OBJ() 37 return X509v3_get_ext_by_critical(x->crl.extensions, crit, lastpos); in X509_CRL_get_ext_by_critical() 42 return X509v3_get_ext(x->crl.extensions, loc); in X509_CRL_get_ext() 47 return X509v3_delete_ext(x->crl.extensions, loc); in X509_CRL_delete_ext() 52 return X509V3_get_d2i(x->crl.extensions, nid, crit, idx); in X509_CRL_get_ext_d2i() 58 return X509V3_add1_i2d(&x->crl.extensions, nid, value, crit, flags); in X509_CRL_add1_ext_i2d() 63 return (X509v3_add_ext(&(x->crl.extensions), ex, loc) != NULL); in X509_CRL_add_ext() 68 return X509v3_get_ext_count(x->cert_info.extensions); in X509_get_ext_count() [all …]
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 230 extensions = message.Extensions 238 extensions[pb2.optional_int32_extension] = 101 239 extensions[pb2.optional_int64_extension] = 102 240 extensions[pb2.optional_uint32_extension] = 103 241 extensions[pb2.optional_uint64_extension] = 104 242 extensions[pb2.optional_sint32_extension] = 105 243 extensions[pb2.optional_sint64_extension] = 106 244 extensions[pb2.optional_fixed32_extension] = 107 245 extensions[pb2.optional_fixed64_extension] = 108 246 extensions[pb2.optional_sfixed32_extension] = 109 [all …]
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 45 GrGLExtensions extensions; in GrGLMakeAssembledGLESInterface() local 46 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLESInterface() 159 } else if (extensions.has("GL_OES_vertex_array_object")) { in GrGLMakeAssembledGLESInterface() 167 } else if (extensions.has("GL_OES_tessellation_shader")) { in GrGLMakeAssembledGLESInterface() 171 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 175 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 179 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface() 181 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface() 185 if (extensions.has("GL_EXT_clear_texture")) { in GrGLMakeAssembledGLESInterface() 193 } else if (extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLESInterface() [all …]
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 48 GrGLExtensions extensions; in GrGLMakeAssembledGLInterface() local 49 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface() 165 } else if (extensions.has("GL_ARB_vertex_array_object")) { in GrGLMakeAssembledGLInterface() 169 } else if (extensions.has("GL_APPLE_vertex_array_object")) { in GrGLMakeAssembledGLInterface() 177 } else if (extensions.has("GL_ARB_tessellation_shader")) { in GrGLMakeAssembledGLInterface() 187 } else if (extensions.has("GL_ARB_blend_func_extended")) { in GrGLMakeAssembledGLInterface() 191 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface() 193 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface() 200 } else if (extensions.has("GL_ARB_clear_texture")) { in GrGLMakeAssembledGLInterface() 208 } else if (extensions.has("GL_ARB_draw_instanced")) { in GrGLMakeAssembledGLInterface() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | FunctionsWGL.cpp | 41 const std::vector<std::string> &extensions, in GetWGLExtensionProcAddress() argument 47 if (std::find(extensions.begin(), extensions.end(), extensionName) != extensions.end()) in GetWGLExtensionProcAddress() 146 angle::SplitStringAlongWhitespace(extensionString, &extensions); in initialize() 151 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_create_context", in initialize() 155 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pixel_format", in initialize() 157 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pixel_format", in initialize() 159 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pixel_format", in initialize() 163 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_EXT_swap_control", in initialize() 167 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pbuffer", in initialize() 169 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pbuffer", in initialize() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | FunctionsWGL.cpp | 41 const std::vector<std::string> &extensions, in GetWGLExtensionProcAddress() argument 47 if (std::find(extensions.begin(), extensions.end(), extensionName) != extensions.end()) in GetWGLExtensionProcAddress() 146 angle::SplitStringAlongWhitespace(extensionString, &extensions); in initialize() 151 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_create_context", in initialize() 155 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pixel_format", in initialize() 157 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pixel_format", in initialize() 159 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pixel_format", in initialize() 163 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_EXT_swap_control", in initialize() 167 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pbuffer", in initialize() 169 GetWGLExtensionProcAddress(glModule, getProcAddress, extensions, "WGL_ARB_pbuffer", in initialize() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | cl_util.cpp | 37 void RemoveUnsupportedCLExtensions(std::string &extensions) in RemoveUnsupportedCLExtensions() argument 39 if (extensions.empty()) in RemoveUnsupportedCLExtensions() 45 SizeT spacePos = extensions.find(' '); in RemoveUnsupportedCLExtensions() 51 if (IsCLExtensionSupported(extensions.substr(extStart, length))) in RemoveUnsupportedCLExtensions() 57 extensions.erase(extStart, length + 1u); in RemoveUnsupportedCLExtensions() 59 spacePos = extensions.find(' ', extStart); in RemoveUnsupportedCLExtensions() 63 if (extStart < extensions.length()) in RemoveUnsupportedCLExtensions() 65 const SizeT length = extensions.length() - extStart; in RemoveUnsupportedCLExtensions() 66 if (!IsCLExtensionSupported(extensions.substr(extStart, length))) in RemoveUnsupportedCLExtensions() 68 extensions.erase(extStart, length); in RemoveUnsupportedCLExtensions() [all …]
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.cpp | 667 const char* const extensions[], const char* featureDesc) in profileRequires() argument 673 switch (getExtensionBehavior(extensions[i])) { in profileRequires() 675 …infoSink.info.message(EPrefixWarning, ("extension " + TString(extensions[i]) + " is being used for… in profileRequires() 737 …sRequested(const TSourceLoc& loc, int numExtensions, const char* const extensions[], const char* f… in checkExtensionsRequested() argument 741 TExtensionBehavior behavior = getExtensionBehavior(extensions[i]); in checkExtensionsRequested() 749 TExtensionBehavior behavior = getExtensionBehavior(extensions[i]); in checkExtensionsRequested() 755 …infoSink.info.message(EPrefixWarning, ("extension " + TString(extensions[i]) + " is being used for… in checkExtensionsRequested() 768 …rsions::requireExtensions(const TSourceLoc& loc, int numExtensions, const char* const extensions[], in requireExtensions() argument 771 if (checkExtensionsRequested(loc, numExtensions, extensions, featureDesc)) in requireExtensions() 776 error(loc, "required extension not requested:", featureDesc, extensions[0]); in requireExtensions() [all …]
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 45 GrGLExtensions extensions; in GrGLMakeAssembledGLESInterface() local 46 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLESInterface() 155 } else if (extensions.has("GL_OES_vertex_array_object")) { in GrGLMakeAssembledGLESInterface() 161 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 165 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface() 169 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface() 171 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface() 175 if (extensions.has("GL_EXT_clear_texture")) { in GrGLMakeAssembledGLESInterface() 183 } else if (extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLESInterface() 210 if (extensions.has("GL_EXT_multi_draw_indirect")) { in GrGLMakeAssembledGLESInterface() [all …]
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 48 GrGLExtensions extensions; in GrGLMakeAssembledGLInterface() local 49 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface() 167 } else if (extensions.has("GL_ARB_blend_func_extended")) { in GrGLMakeAssembledGLInterface() 171 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface() 173 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface() 180 } else if (extensions.has("GL_ARB_clear_texture")) { in GrGLMakeAssembledGLInterface() 188 } else if (extensions.has("GL_ARB_draw_instanced")) { in GrGLMakeAssembledGLInterface() 191 } else if (extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLInterface() 202 } else if (extensions.has("GL_ARB_draw_indirect")) { in GrGLMakeAssembledGLInterface() 211 } else if (extensions.has("GL_ARB_texture_multisample")) { in GrGLMakeAssembledGLInterface() [all …]
|
/third_party/node/test/parallel/ |
D | test-module-multi-extensions.js | 21 require.extensions['.bar'] = common.mustNotCall(); 22 require.extensions['.foo.bar'] = common.mustCall(); 27 delete require.extensions['.bar']; 28 delete require.extensions['.foo.bar']; 33 require.extensions['.foo.bar'] = common.mustCall(); 42 delete require.extensions['.foo.bar']; 57 require.extensions['.bar'] = common.mustNotCall(); 58 require.extensions['.foo.bar'] = common.mustCall(); 62 delete require.extensions['.bar']; 63 delete require.extensions['.foo.bar']; [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Compiler.cpp | 79 const gl::Extensions &extensions = state.getExtensions(); in Compiler() local 99 mResources.OES_standard_derivatives = extensions.standardDerivativesOES; in Compiler() 100 mResources.EXT_draw_buffers = extensions.drawBuffersEXT; in Compiler() 101 mResources.EXT_shader_texture_lod = extensions.shaderTextureLodEXT; in Compiler() 103 extensions.shaderNonConstantGlobalInitializersEXT; in Compiler() 104 mResources.OES_EGL_image_external = extensions.EGLImageExternalOES; in Compiler() 105 mResources.OES_EGL_image_external_essl3 = extensions.EGLImageExternalEssl3OES; in Compiler() 106 mResources.NV_EGL_stream_consumer_external = extensions.EGLStreamConsumerExternalNV; in Compiler() 108 extensions.shaderNoperspectiveInterpolationNV; in Compiler() 109 mResources.ARB_texture_rectangle = extensions.textureRectangleANGLE; in Compiler() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 31 const std::set<std::string> &extensions) in initProcsDesktopGL() argument 34 if (extensions.count("GL_ARB_ES2_compatibility") != 0) in initProcsDesktopGL() 43 if (extensions.count("GL_ARB_ES3_1_compatibility") != 0) in initProcsDesktopGL() 48 if (extensions.count("GL_ARB_ES3_2_compatibility") != 0) in initProcsDesktopGL() 53 if (extensions.count("GL_ARB_base_instance") != 0) in initProcsDesktopGL() 61 if (extensions.count("GL_ARB_blend_func_extended") != 0) in initProcsDesktopGL() 67 if (extensions.count("GL_ARB_buffer_storage") != 0) in initProcsDesktopGL() 72 if (extensions.count("GL_ARB_clear_buffer_object") != 0) in initProcsDesktopGL() 78 if (extensions.count("GL_ARB_clear_texture") != 0) in initProcsDesktopGL() 84 if (extensions.count("GL_ARB_clip_control") != 0) in initProcsDesktopGL() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 30 const std::set<std::string> &extensions) in initProcsDesktopGL() argument 759 if (extensions.count("GL_ARB_ES2_compatibility") != 0) in initProcsDesktopGL() 768 if (extensions.count("GL_ARB_ES3_1_compatibility") != 0) in initProcsDesktopGL() 773 if (extensions.count("GL_ARB_ES3_2_compatibility") != 0) in initProcsDesktopGL() 778 if (extensions.count("GL_ARB_base_instance") != 0) in initProcsDesktopGL() 786 if (extensions.count("GL_ARB_blend_func_extended") != 0) in initProcsDesktopGL() 792 if (extensions.count("GL_ARB_buffer_storage") != 0) in initProcsDesktopGL() 797 if (extensions.count("GL_ARB_clear_buffer_object") != 0) in initProcsDesktopGL() 803 if (extensions.count("GL_ARB_clear_texture") != 0) in initProcsDesktopGL() 809 if (extensions.count("GL_ARB_clip_control") != 0) in initProcsDesktopGL() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 486 gl::Extensions *extensions, in GenerateCaps() argument 652 extensions->setTextureExtensionSupport(*textureCapsMap); in GenerateCaps() 653 extensions->elementIndexUint = deviceCaps.MaxVertexIndex >= (1 << 16); in GenerateCaps() 654 extensions->getProgramBinary = true; in GenerateCaps() 655 extensions->rgb8rgba8 = true; in GenerateCaps() 656 extensions->readFormatBGRA = true; in GenerateCaps() 657 extensions->pixelBufferObject = false; in GenerateCaps() 658 extensions->mapBuffer = false; in GenerateCaps() 659 extensions->mapBufferRange = false; in GenerateCaps() 663 extensions->depthTextureOES = false; in GenerateCaps() [all …]
|
/third_party/weston/shared/ |
D | platform.h | 47 weston_check_egl_extension(const char *extensions, const char *extension) in weston_check_egl_extension() argument 50 const char *end = extensions + strlen(extensions); in weston_check_egl_extension() 52 while (extensions < end) { in weston_check_egl_extension() 56 if (*extensions == ' ') { in weston_check_egl_extension() 57 extensions++; in weston_check_egl_extension() 61 n = strcspn(extensions, " "); in weston_check_egl_extension() 64 if (n == extlen && strncmp(extension, extensions, n) == 0) in weston_check_egl_extension() 67 extensions += n; in weston_check_egl_extension() 77 const char *extensions = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in weston_platform_get_egl_proc_address() local 79 if (extensions && in weston_platform_get_egl_proc_address() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ExtensionRegistry.cs | 58 private IDictionary<ObjectIntPair<Type>, Extension> extensions; field in Google.Protobuf.ExtensionRegistry 65 extensions = new Dictionary<ObjectIntPair<Type>, Extension>(); in ExtensionRegistry() 70 extensions = collection.ToDictionary(k => k.Key, v => v.Value); in ExtensionRegistry() 76 public int Count => extensions.Count; 85 …return extensions.TryGetValue(new ObjectIntPair<Type>(target, WireFormat.GetTagFieldNumber(lastTag… in ContainsInputField() 95 … extensions.Add(new ObjectIntPair<Type>(extension.TargetType, extension.FieldNumber), extension); in Add() 101 public void AddRange(IEnumerable<Extension> extensions) in AddRange() argument 103 ProtoPreconditions.CheckNotNull(extensions, nameof(extensions)); in AddRange() 105 foreach (var extension in extensions) in AddRange() 116 extensions.Clear(); in Clear() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 503 gl::Extensions *extensions, in GenerateCaps() argument 669 extensions->setTextureExtensionSupport(*textureCapsMap); in GenerateCaps() 670 extensions->elementIndexUintOES = deviceCaps.MaxVertexIndex >= (1 << 16); in GenerateCaps() 671 extensions->getProgramBinaryOES = true; in GenerateCaps() 672 extensions->rgb8Rgba8OES = true; in GenerateCaps() 673 extensions->readFormatBgraEXT = true; in GenerateCaps() 674 extensions->pixelBufferObjectNV = false; in GenerateCaps() 675 extensions->mapbufferOES = false; in GenerateCaps() 676 extensions->mapBufferRangeEXT = false; in GenerateCaps() 680 extensions->depthTextureOES = false; in GenerateCaps() [all …]
|
/third_party/openssl/util/perl/ |
D | checkhandshake.pm | 17 our @EXPORT = qw(@handmessages @extensions checkhandshake); 61 our @extensions = (); 128 $extensions[$extloop][3] != 0; 130 $extchnum = 2 if $extensions[$extloop][0] != TLSProxy::Message::MT_CLIENT_HELLO 132 $extshnum = 2 if $extensions[$extloop][0] != TLSProxy::Message::MT_SERVER_HELLO 134 next if $extensions[$extloop][0] == TLSProxy::Message::MT_CLIENT_HELLO 136 next if $extensions[$extloop][0] == TLSProxy::Message::MT_SERVER_HELLO 138 next if ($message->mt() != $extensions[$extloop][0]); 139 next if ($message->server() != $extensions[$extloop][2]); 203 for (my $extloop = 0, $extcount = 0; $extensions[$extloop][3] != 0; [all …]
|
/third_party/protobuf/benchmarks/java/src/main/java/com/google/protobuf/ |
D | ProtoCaliperBenchmark.java | 60 ExtensionRegistry extensions = ExtensionRegistry.newInstance(); in getExtensionRegistry() local 61 com.google.protobuf.benchmarks.BenchmarkMessage38.registerAllExtensions(extensions); in getExtensionRegistry() 62 com.google.protobuf.benchmarks.BenchmarkMessage37.registerAllExtensions(extensions); in getExtensionRegistry() 63 com.google.protobuf.benchmarks.BenchmarkMessage36.registerAllExtensions(extensions); in getExtensionRegistry() 64 com.google.protobuf.benchmarks.BenchmarkMessage35.registerAllExtensions(extensions); in getExtensionRegistry() 65 com.google.protobuf.benchmarks.BenchmarkMessage34.registerAllExtensions(extensions); in getExtensionRegistry() 66 com.google.protobuf.benchmarks.BenchmarkMessage33.registerAllExtensions(extensions); in getExtensionRegistry() 67 com.google.protobuf.benchmarks.BenchmarkMessage32.registerAllExtensions(extensions); in getExtensionRegistry() 68 com.google.protobuf.benchmarks.BenchmarkMessage31.registerAllExtensions(extensions); in getExtensionRegistry() 69 com.google.protobuf.benchmarks.BenchmarkMessage3.registerAllExtensions(extensions); in getExtensionRegistry() [all …]
|