/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | soundfont.c | 26 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name); 27 static int is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name); 240 sf = newsf(sflist, parm.type, parm.name); in open_patch() 257 newsf(struct snd_sf_list *sflist, int type, char *name) in newsf() argument 264 if (is_identical_font(sf, type, name)) { in newsf() 284 if (name) in newsf() 285 memcpy(sf->name, name, SNDRV_SFNT_PATCH_NAME_LEN); in newsf() 290 /* check if the given name matches to the existing list */ 292 is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name) in is_identical_font() argument [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 774 __u8 name[24]; member 868 __u8 name[32]; member 901 __u8 name[32]; member 974 __u8 name[32]; member 985 char name[32]; member 1001 __u8 name[32]; member 1023 __u8 name[32]; member 1036 __u8 name[32]; member 1115 __u8 name[32]; member 1125 __u8 name[3 member 1385 char name[32]; global() member 1398 char name[32]; global() member [all...] |
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | rxkad.c | 27 #define ANAME_SZ 40 /* size of authentication name */ 30 #define SNAME_SZ 40 /* size of service name */ 873 u8 *p, *q, *name, *end; in rxkad_decrypt_ticket() local 919 /* extract the authentication name */ in rxkad_decrypt_ticket() 920 name = Z(ANAME, aname); in rxkad_decrypt_ticket() 921 _debug("KIV ANAME: %s", name); in rxkad_decrypt_ticket() 924 name = Z(INST, inst); in rxkad_decrypt_ticket() 925 _debug("KIV INST : %s", name); in rxkad_decrypt_ticket() 928 name = Z(REALM, realm); in rxkad_decrypt_ticket() 929 _debug("KIV REALM: %s", name); in rxkad_decrypt_ticket() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 42 open_elf_file (Elf **elf, int *fd, char **name) in open_elf_file() argument 50 /* If there was a pre-primed file name left that the callback left in open_elf_file() 51 behind, try to open that file name. */ in open_elf_file() 52 if (*fd < 0 && *name != NULL) in open_elf_file() 53 *fd = TEMP_FAILURE_RETRY (open (*name, O_RDONLY)); in open_elf_file() 78 Dwfl_Error error = open_elf_file (&file->elf, &file->fd, &file->name); in open_elf() 170 a file by name that doesn't match that ID. */ 217 &mod->main.name, in __libdwfl_getelf() 275 /* The magic section is only identified by name. */ in find_prelink_address_sync() 539 mod->main.name, in find_debuginfo() 955 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name); find_aux_sym() local [all...] |
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 135 DBG(0, "name is too long\n"); in utf8_to_utf16() 221 DBG(0, "name is too long\n"); in utf16_to_utf8() 437 * @param name dentry name 438 * @param len name lenth 441 static f2fs_hash_t __f2fs_dentry_hash(const unsigned char *name, int len)/* Need update */ in __f2fs_dentry_hash() argument 449 if ((len <= 2) && (name[0] == '.') && in __f2fs_dentry_hash() 450 (name[1] == '.' || name[1] == '\0')) in __f2fs_dentry_hash() 459 p = name; in __f2fs_dentry_hash() 474 f2fs_dentry_hash(int encoding, int casefolded, const unsigned char *name, int len) f2fs_dentry_hash() argument [all...] |
/third_party/gn/src/gn/ |
H A D | desc_builder.cc | 45 // "depfile : "file name for action input dependencies", 53 // "precompiled_header" : "name of precompiled header file", 63 // "crate_name" : "name of a Rust target" 207 std::string name(indent * 2, ' '); in FillInConfigVector() 208 name.append(config.label.GetUserVisibleName(GetToolchainLabel())); in FillInConfigVector() 209 out->AppendString(name); in FillInConfigVector() 262 #define CONFIG_VALUE_ARRAY_HANDLER(name, type) \ in BuildDescription() 263 if (what(#name)) { \ in BuildDescription() 265 render_config_value_array<type>(values, &ConfigValues::name); \ in BuildDescription() 267 res->SetWithoutPathExpansion(#name, st in BuildDescription() [all...] |
/third_party/backends/backend/ |
H A D | p5_device.c | 473 char *name; in open_pp() local 479 name = strdup("/dev/parport0"); in open_pp() 483 name = strdup(devicename); in open_pp() 487 fd = open (name, O_RDWR); in open_pp() 499 DBG (DBG_error, "open_pp: no %s device ...\n", name); in open_pp() 504 name); in open_pp() 508 name); in open_pp() 512 free(name); in open_pp() 1226 write_gray_data (unsigned char *image, char *name, SANE_Int width, 1231 fdbg = fopen (name, "w 1243 write_rgb_data(char *name, unsigned char *image, SANE_Int width, SANE_Int height) write_rgb_data() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzfmttst.cpp | 74 TimeZoneFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 91 default: name = ""; break; in runIndexedTest() 310 // Check if localized GMT format is used as a fallback of name styles in TestTimeZoneRoundTrip() 613 && logKnownIssue("11052", "Ambiguous zone name - Samoa Time")) { in RunTimeRoundTripTests() 1327 UnicodeString name; in TestFormatTZDBNamesAllZoneCoverage() local 1339 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_STANDARD, name); in TestFormatTZDBNamesAllZoneCoverage() 1340 // name could be bogus here in TestFormatTZDBNamesAllZoneCoverage() 1341 if (name.isBogus()) { in TestFormatTZDBNamesAllZoneCoverage() 1342 logln((UnicodeString)"Meta zone short standard name: <not available>"); in TestFormatTZDBNamesAllZoneCoverage() 1345 logln((UnicodeString)"Meta zone short standard name in TestFormatTZDBNamesAllZoneCoverage() 1416 UnicodeString name; Test22614GetMetaZoneNamesNotCrash() local [all...] |
/third_party/libuv/src/win/ |
H A D | util.c | 60 /* Max user name length, from iphlpapi.h */ 66 /* A RtlGenRandom() by any other name... */ 259 /* Construct the environment variable name and set it. */ in uv_chdir() 755 * allocating space for the name for this interface. */ in uv_interface_addresses() 760 /* Compute the size of the interface name. */ in uv_interface_addresses() 799 /* Convert the interface name to UTF8. */ in uv_interface_addresses() 827 uv_address->name = name_buf; in uv_interface_addresses() 1210 envitem->name = buf; in uv_os_environ() 1229 uv__free(envitem->name); in uv_os_environ() 1239 int uv_os_getenv(const char* name, cha argument 1305 uv_os_setenv(const char* name, const char* value) uv_os_setenv() argument 1336 uv_os_unsetenv(const char* name) uv_os_unsetenv() argument [all...] |
/third_party/libwebsockets/lib/roles/h2/ |
H A D | hpack.c | 350 * name part). 891 * [possibly-ext hdr idx (6) | new literal hdr name] in lws_hpack_interpret() 932 if (c == 0) { /* literal name */ in lws_hpack_interpret() 939 if (c == 0x10) { /* literal name NEVER */ in lws_hpack_interpret() 947 /* indexed name */ in lws_hpack_interpret() 1178 * Convert name using existing parser, in lws_hpack_interpret() 1392 int lws_add_http2_header_by_name(struct lws *wsi, const unsigned char *name, in lws_add_http2_header_by_name() argument 1405 lwsl_header("%s: %p %s:%s (len %d)\n", __func__, *p, name, in lws_add_http2_header_by_name() 1408 lwsl_err("%s: %p dummy copy %s (len %d)\n", __func__, *p, name, length); in lws_add_http2_header_by_name() 1412 len = (int)strlen((char *)name); in lws_add_http2_header_by_name() 1454 const unsigned char *name; lws_add_http2_header_by_token() local [all...] |
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 24 * Except as contained in this notice, the name of a copyright holder shall 641 pdraw->buffers[i].name = buffers[i].name; in process_buffers() 988 if ((strcmp(extensions[i]->name, __DRI_TEX_BUFFER) == 0)) { in dri2BindExtensions() 993 if ((strcmp(extensions[i]->name, __DRI2_FLUSH) == 0)) { in dri2BindExtensions() 998 if ((strcmp(extensions[i]->name, __DRI2_CONFIG_QUERY) == 0)) in dri2BindExtensions() 1001 if (((strcmp(extensions[i]->name, __DRI2_THROTTLE) == 0))) in dri2BindExtensions() 1004 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri2BindExtensions() 1008 if (strcmp(extensions[i]->name, __DRI2_RENDERER_QUERY) == 0) { in dri2BindExtensions() 1019 if (strcmp(extensions[i]->name, __DRI2_INTERO in dri2BindExtensions() [all...] |
H A D | drisw_glx.c | 800 return strdup(psc->name); in drisw_get_driver_name() 836 if ((strcmp(extensions[i]->name, __DRI_TEX_BUFFER) == 0)) { in driswBindExtensions() 844 && strcmp(extensions[i]->name, __DRI2_RENDERER_QUERY) == 0) { in driswBindExtensions() 855 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in driswBindExtensions() 859 if (strcmp(extensions[i]->name, __DRI2_FLUSH_CONTROL) == 0) { in driswBindExtensions() 863 if (strcmp(extensions[i]->name, __DRI2_FLUSH) == 0) in driswBindExtensions() 865 if ((strcmp(extensions[i]->name, __DRI2_CONFIG_QUERY) == 0)) in driswBindExtensions() 902 * expect BadValue since 'info' has an invalid segment name. in check_xshm() 960 psc->name = driver; in driswCreateScreenDriver() 970 if (strcmp(extensions[i]->name, __DRI_COR in driswCreateScreenDriver() [all...] |
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 182 ObjectDefineProperty(err, 'name', { __proto__: null, value: className }); 255 if (prop.name === `${idx}`) return value; 256 return `${prop.name}: ${value}`; 335 this.properties.set(prop.name, value); 336 return prop.name; 343 const name = this.name ? `<${this.name}>` : ''; 344 const prefix = `${type}${name} `; 429 const name [all...] |
/third_party/node/src/ |
H A D | node.h | 275 // TODO(addaleax): Make this the canonical name, as it is more descriptive. 613 const char* name); 847 // Used to be a macro, hence the uppercase name. 849 const char* name, in NODE_SET_METHOD() 855 v8::Local<v8::String> fn_name = v8::String::NewFromUtf8(isolate, name, in NODE_SET_METHOD() 861 // Used to be a macro, hence the uppercase name. 863 const char* name, in NODE_SET_METHOD() 871 v8::Local<v8::String> fn_name = v8::String::NewFromUtf8(isolate, name, in NODE_SET_METHOD() 878 // Used to be a macro, hence the uppercase name. 881 const char* name, in NODE_SET_PROTOTYPE_METHOD() 848 NODE_SET_METHOD(v8::Local<v8::Template> recv, const char* name, v8::FunctionCallback callback) NODE_SET_METHOD() argument 862 NODE_SET_METHOD(v8::Local<v8::Object> recv, const char* name, v8::FunctionCallback callback) NODE_SET_METHOD() argument 880 NODE_SET_PROTOTYPE_METHOD(v8::Local<v8::FunctionTemplate> recv, const char* name, v8::FunctionCallback callback) NODE_SET_PROTOTYPE_METHOD() argument [all...] |
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_device_info.c | 45 const char *name; member 79 * Get the PCI ID for the device name. 84 intel_device_name_to_pci_device_id(const char *name) in intel_device_name_to_pci_device_id() argument 87 if (!strcmp(name_map[i].name, name)) in intel_device_name_to_pci_device_id() 1457 #define CHIPSET(id, family, fam_str, name) \ in intel_get_device_info_from_pci_id() 1463 #define CHIPSET(id, fam_str, name) \ in intel_get_device_info_from_pci_id() 1478 sizeof(devinfo->name)); \ in intel_get_device_info_from_pci_id() 1479 strncpy(devinfo->name, _name " (" _fam_str ")", sizeof(devinfo->name)); \ in intel_get_device_info_from_pci_id() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects-inl.h | 24 #include "src/objects/swiss-name-dictionary-inl.h" 75 Handle<Name> name) { in GetProperty() 76 LookupIterator it(isolate, receiver, name, receiver); in GetProperty() 91 Handle<Name> name) { in GetDataProperty() 92 LookupIterator it(isolate, object, name, object, in GetDataProperty() 112 const char* name) { in GetProperty() 113 Handle<String> str = isolate->factory()->InternalizeUtf8String(name); in GetProperty() 823 Handle<Name> name) { in HasProperty() 824 PropertyKey key(isolate, name); in HasProperty() 844 Handle<JSReceiver> object, Handle<Name> name) { in GetPropertyAttributes() 73 GetProperty(Isolate* isolate, Handle<JSReceiver> receiver, Handle<Name> name) GetProperty() argument 89 GetDataProperty(Isolate* isolate, Handle<JSReceiver> object, Handle<Name> name) GetDataProperty() argument 110 GetProperty(Isolate* isolate, Handle<JSReceiver> receiver, const char* name) GetProperty() argument 822 HasProperty(Isolate* isolate, Handle<JSReceiver> object, Handle<Name> name) HasProperty() argument 843 GetPropertyAttributes( Handle<JSReceiver> object, Handle<Name> name) GetPropertyAttributes() argument 851 GetOwnPropertyAttributes( Handle<JSReceiver> object, Handle<Name> name) GetOwnPropertyAttributes() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute.c | 272 strncpy(reloc->name, symbol_name, sizeof(reloc->name)-1); in parse_relocs() 273 reloc->name[sizeof(reloc->name)-1] = 0; in parse_relocs() 300 const char *name; in r600_elf_read() local 307 name = elf_strptr(elf, section_str_index, section_header.sh_name); in r600_elf_read() 308 if (!strcmp(name, ".text")) { in r600_elf_read() 313 } else if (!strcmp(name, ".AMDGPU.config")) { in r600_elf_read() 318 } else if (!strcmp(name, ".AMDGPU.disasm")) { in r600_elf_read() 323 } else if (!strncmp(name, " in r600_elf_read() [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 59 /* Max user name length, from iphlpapi.h */ 65 /* A RtlGenRandom() by any other name... */ 308 /* Construct the environment variable name and set it. */ in uv_chdir() 858 * allocating space for the name for this interface. */ in uv_interface_addresses() 863 /* Compute the size of the interface name. */ in uv_interface_addresses() 913 /* Convert the interface name to UTF8. */ in uv_interface_addresses() 975 uv_address->name = name_buf; in uv_interface_addresses() 1411 envitem->name = buf; in uv_os_environ() 1430 uv__free(envitem->name); in uv_os_environ() 1440 int uv_os_getenv(const char* name, cha argument 1535 uv_os_setenv(const char* name, const char* value) uv_os_setenv() argument 1566 uv_os_unsetenv(const char* name) uv_os_unsetenv() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 174 const std::string& name, in MaxWorkgroupMemoryTest() 177 : TestCase (testCtx, name), in MaxWorkgroupMemoryTest() 296 const std::string& name, in TypeTest() 299 : TestCase (testCtx, name) in TypeTest() 583 const std::string& name, in CompositeTest() 586 : TestCase (testCtx, name) in CompositeTest() 956 const std::string& name, in MaxWorkgroupsTest() 959 : TestCase (testCtx, name) in MaxWorkgroupsTest() 1076 const std::string& name, in SpecializeWorkgroupTest() 1079 : TestCase (testCtx, name) in SpecializeWorkgroupTest() 173 MaxWorkgroupMemoryTest(tcu::TestContext& testCtx, const std::string& name, deUint32 numWorkgroups, const vk::ComputePipelineConstructionType computePipelineConstructionType) MaxWorkgroupMemoryTest() argument 295 TypeTest(tcu::TestContext& testCtx, const std::string& name, const TypeCaseDef& caseDef, const vk::ComputePipelineConstructionType computePipelineConstructionType) TypeTest() argument 582 CompositeTest(tcu::TestContext& testCtx, const std::string& name, const CompositeCaseDef& caseDef, const vk::ComputePipelineConstructionType computePipelineConstructionType) CompositeTest() argument 955 MaxWorkgroupsTest(tcu::TestContext& testCtx, const std::string& name, Dim dim, const vk::ComputePipelineConstructionType computePipelineConstructionType) MaxWorkgroupsTest() argument 1075 SpecializeWorkgroupTest(tcu::TestContext& testCtx, const std::string& name, deUint32 x, deUint32 y, deUint32 z, const vk::ComputePipelineConstructionType computePipelineConstructionType) SpecializeWorkgroupTest() argument 1175 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, deUint32 xSize, deUint32 repeat, deUint32 odd, const vk::ComputePipelineConstructionType computePipelineConstructionType) RepeatedPipelineTest() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectBinaryTests.cpp | 378 ShaderObjectBinaryQueryCase (tcu::TestContext& testCtx, const std::string& name, TestParams params) in ShaderObjectBinaryQueryCase() argument 379 : vkt::TestCase (testCtx, name) in ShaderObjectBinaryQueryCase() 526 ShaderObjectIncompatibleBinaryCase (tcu::TestContext& testCtx, const std::string& name, const vk::VkShaderStageFlagBits shaderStage, const IncompleteBinaryTestType testType) in ShaderObjectIncompatibleBinaryCase() argument 527 : vkt::TestCase (testCtx, name) in ShaderObjectIncompatibleBinaryCase() 1003 ShaderObjectDeviceFeaturesBinaryCase (tcu::TestContext& testCtx, const std::string& name, const bool linked, const vk::VkShaderStageFlagBits stage, const deUint32 index) in ShaderObjectDeviceFeaturesBinaryCase() argument 1004 : vkt::TestCase (testCtx, name) in ShaderObjectDeviceFeaturesBinaryCase() 1068 const char* name; in createShaderObjectBinaryTests() member 1097 de::MovePtr<tcu::TestCaseGroup> stageGroup(new tcu::TestCaseGroup(testCtx, stage.name)); in createShaderObjectBinaryTests() 1123 const char* name; in createShaderObjectBinaryTests() member 1136 de::MovePtr<tcu::TestCaseGroup> stageGroup(new tcu::TestCaseGroup(testCtx, stage.name)); in createShaderObjectBinaryTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 200 const std::string& name, in MaxWorkgroupMemoryTest() 203 : TestCase(testCtx, name, description), in MaxWorkgroupMemoryTest() 317 const std::string& name, in TypeTest() 320 : TestCase(testCtx, name, description), in TypeTest() 599 const std::string& name, in CompositeTest() 602 : TestCase(testCtx, name, description), in CompositeTest() 967 const std::string& name, in MaxWorkgroupsTest() 970 : TestCase(testCtx, name, description), in MaxWorkgroupsTest() 1082 const std::string& name, in SpecializeWorkgroupTest() 1085 : TestCase(testCtx, name, descriptio in SpecializeWorkgroupTest() 199 MaxWorkgroupMemoryTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 numWorkgroups) MaxWorkgroupMemoryTest() argument 316 TypeTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TypeCaseDef& caseDef) TypeTest() argument 598 CompositeTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const CompositeCaseDef& caseDef) CompositeTest() argument 966 MaxWorkgroupsTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, Dim dim) MaxWorkgroupsTest() argument 1081 SpecializeWorkgroupTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 x, deUint32 y, deUint32 z) SpecializeWorkgroupTest() argument 1178 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 xSize, deUint32 repeat, deUint32 odd) RepeatedPipelineTest() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Compiler.cpp | 1170 if (lookForDrawID && uniform.name == "angle_DrawID" && in compile() 1173 uniform.name = "gl_DrawID"; in compile() 1175 else if (lookForBaseVertexBaseInstance && uniform.name == "angle_BaseVertex" && in compile() 1178 uniform.name = "gl_BaseVertex"; in compile() 1181 uniform.name == "angle_BaseInstance" && in compile() 1184 uniform.name = "gl_BaseInstance"; in compile() 1429 << record.node->getFunction()->name(); in checkCallDepth() 1438 << mCallDag.getRecordFromIndex(currentFunction).node->getFunction()->name(); in checkCallDepth() 1570 var.name = "gl_Position"; in initializeGLPosition() 1600 if (var.name in initializeOutputVariables() [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 223 chainB.head()->name(), chainB.head()->uniqueID(), a->name(), in DoConcat() 314 list->tail()->name(), list->tail()->uniqueID(), list->head()->name(), in tryConcat() 514 TRACE_EVENT0("skia.gpu", chain.head()->name()); in onPrepare() 656 TRACE_EVENT0("skia.gpu", chain.head()->name()); in onExecute() 855 SkDebugf("%s%d: %s\n", indent.c_str(), i, fOpChains[i].head()->name()); in dump() 1006 op->name(), in recordOp() 1025 candidate.head()->name(), candidate.head()->uniqueID()); in recordOp() 1061 i, chain.head()->name(), chai in forwardCombine() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.h | 26 void GL_APIENTRY BeginQueryEXT(GLenum target, GLuint name); 27 void GL_APIENTRY BindAttribLocation(GLuint program, GLuint index, const GLchar* name); 93 void GL_APIENTRY GetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name); 94 void GL_APIENTRY GetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name); 96 int GL_APIENTRY GetAttribLocation(GLuint program, const GLchar* name); 108 void GL_APIENTRY GetQueryObjectuivEXT(GLuint name, GLenum pname, GLuint *params); 114 const GLubyte* GL_APIENTRY GetString(GLenum name); 121 int GL_APIENTRY GetUniformLocation(GLuint program, const GLchar* name); 131 GLboolean GL_APIENTRY IsQueryEXT(GLuint name); 266 void GL_APIENTRY GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name); [all...] |
/third_party/protobuf/js/ |
H A D | message.js | 15 // * Neither the name of Google Inc. nor the names of its 82 * @param {Object} fieldName This has the extension field name as a property. 545 for (var name in fieldInfo.fieldName) { 546 if (fieldInfo.fieldName.hasOwnProperty(name)) { 547 break; // the compiled field name 551 obj[name] = value; 554 obj[name] = jspb.Message.toObjectList( 558 obj[name] = fieldInfo.toObjectFn( 1633 for (var name in extension1) { 1634 keys[name] [all...] |