Home
last modified time | relevance | path

Searched refs:fdef (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java213 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 in deepCopy()
[all...]
/third_party/python/Objects/
H A Dmoduleobject.c161 PyMethodDef *fdef; in _add_methods_to_object() local
163 for (fdef = functions; fdef->ml_name != NULL; fdef++) { in _add_methods_to_object()
164 if ((fdef->ml_flags & METH_CLASS) || in _add_methods_to_object()
165 (fdef->ml_flags & METH_STATIC)) { in _add_methods_to_object()
171 func = PyCFunction_NewEx(fdef, (PyObject*)module, name); in _add_methods_to_object()
175 if (PyObject_SetAttrString(module, fdef->ml_name, func) != 0) { in _add_methods_to_object()
/third_party/python/Modules/
H A D_hashopenssl.c2194 PyMethodDef *fdef; in hashlib_init_constructors() local
2209 for (fdef = mdef->m_methods; fdef->ml_name != NULL; fdef++) { in hashlib_init_constructors()
2210 if (strncmp(fdef->ml_name, "openssl_", 8)) { in hashlib_init_constructors()
2213 name_obj = PyUnicode_FromString(fdef->ml_name + 8); in hashlib_init_constructors()
2217 func = PyObject_GetAttrString(module, fdef->ml_name); in hashlib_init_constructors()
/third_party/python/Lib/test/
H A Dtest_ast.py2007 fdef = ast.parse(s).body[0]
2008 self._check_end_pos(fdef, 5, 15)
2009 self._check_content(s, fdef.body[0], 'return True')
2010 self._check_content(s, fdef.args.args[0], 'x: int')
2011 self._check_content(s, fdef.args.args[0].annotation, 'int')
2012 self._check_content(s, fdef.args.kwarg, 'kwargs: Any')
2013 self._check_content(s, fdef.args.kwarg.annotation, 'Any')
2255 fdef = ast.parse(s).body[0]
2256 self._check_content(s, fdef.body[0].value, 'yield x')
2257 self._check_content(s, fdef
[all...]
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dage.rs835 ('\u{fdd0}', '\u{fdef}'),

Completed in 14 milliseconds