Searched refs:fdef (Results 1 – 8 of 8) sorted by relevance
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMessage.java | 213 for (Descriptors.FieldDescriptor fdef : descriptor.getFields()) { in eq() 214 IRubyObject thisVal = getField(context, fdef); in eq() 215 IRubyObject thatVal = message.getField(context, fdef); in eq() 375 for (Descriptors.FieldDescriptor fdef : this.descriptor.getFields()) { in toHash() 376 IRubyObject value = getField(context, fdef); in toHash() 378 if (fdef.isRepeated() && !fdef.isMapField()) { in toHash() 379 if (fdef.getType() != Descriptors.FieldDescriptor.Type.MESSAGE) { in toHash() 396 ret.fastASet(runtime.newSymbol(fdef.getName()), value); in toHash() 438 for (Descriptors.FieldDescriptor fdef : this.descriptor.getFields()) { in deepCopy() 439 if (fdef.isRepeated()) { in deepCopy() [all …]
|
/third_party/python/Objects/ |
D | moduleobject.c | 149 PyMethodDef *fdef; in _add_methods_to_object() local 151 for (fdef = functions; fdef->ml_name != NULL; fdef++) { in _add_methods_to_object() 152 if ((fdef->ml_flags & METH_CLASS) || in _add_methods_to_object() 153 (fdef->ml_flags & METH_STATIC)) { in _add_methods_to_object() 159 func = PyCFunction_NewEx(fdef, (PyObject*)module, name); in _add_methods_to_object() 163 if (PyObject_SetAttrString(module, fdef->ml_name, func) != 0) { in _add_methods_to_object()
|
/third_party/python/Modules/ |
D | _hashopenssl.c | 2182 PyMethodDef *fdef; in hashlib_init_constructors() local 2197 for (fdef = mdef->m_methods; fdef->ml_name != NULL; fdef++) { in hashlib_init_constructors() 2198 if (strncmp(fdef->ml_name, "openssl_", 8)) { in hashlib_init_constructors() 2201 name_obj = PyUnicode_FromString(fdef->ml_name + 8); in hashlib_init_constructors() 2205 func = PyObject_GetAttrString(module, fdef->ml_name); in hashlib_init_constructors()
|
/third_party/python/Lib/test/ |
D | test_ast.py | 1807 fdef = ast.parse(s).body[0] 1808 self._check_end_pos(fdef, 5, 15) 1809 self._check_content(s, fdef.body[0], 'return True') 1810 self._check_content(s, fdef.args.args[0], 'x: int') 1811 self._check_content(s, fdef.args.args[0].annotation, 'int') 1812 self._check_content(s, fdef.args.kwarg, 'kwargs: Any') 1813 self._check_content(s, fdef.args.kwarg.annotation, 'Any') 2055 fdef = ast.parse(s).body[0] 2056 self._check_content(s, fdef.body[0].value, 'yield x') 2057 self._check_content(s, fdef.body[1].value, 'await y')
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput4 | 1180 \x{fdef} 1181 0: \x{fdef}
|
D | testinput4 | 693 \x{fdef}
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.24 | 579 More specific conditions when flagging an fdef. 581 (Ins_CALL, Ins_LOOPCALL): Set flags for currently executed fdef. 620 * src/truetype/ttsubpix.h: Add new fdef flags for sph.
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 5601 <reference-type-def kind='lvalue' type-id='6962fdef' size-in-bits='32' id='b1b68663'/> 16957 …ckage> &>' is-struct='yes' visibility='default' is-declaration-only='yes' id='6962fdef'/>
|