Home
last modified time | relevance | path

Searched defs:type (Results 3051 - 3075 of 6982) sorted by relevance

1...<<121122123124125126127128129130>>...280

/third_party/python/Objects/
H A Dmethodobject.c223 PyObject *type, *type_qualname, *res; in meth_get__qualname__() local
H A Denumobject.c44 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start) in enum_new_impl() argument
100 enumerate_vectorcall(PyObject *type, PyObject *const *args, in enumerate_vectorcall() argument
353 reversed_new_impl(PyTypeObject *type, PyObject *seq) in reversed_new_impl() argument
398 reversed_vectorcall(PyObject *type, PyObject * const*args, in reversed_vectorcall() argument
[all...]
H A Dsliceobject.c23 ellipsis_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in ellipsis_new() argument
304 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) in slice_new() argument
/third_party/python/Modules/_sqlite/
H A Dmodule.c145 pysqlite_register_adapter_impl(PyObject *module, PyTypeObject *type, in pysqlite_register_adapter_impl() argument
[all...]
/third_party/python/Modules/clinic/
H A Ditertoolsmodule.c.h17 pairwise_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in pairwise_new() argument
54 itertools_groupby(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_groupby() argument
87 itertools__grouper(PyTypeObject *type, PyObjec argument
124 itertools_teedataobject(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_teedataobject() argument
162 itertools__tee(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools__tee() argument
237 itertools_cycle(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_cycle() argument
269 itertools_dropwhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_dropwhile() argument
301 itertools_takewhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_takewhile() argument
333 itertools_starmap(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_starmap() argument
377 itertools_combinations(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_combinations() argument
425 itertools_combinations_with_replacement(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_combinations_with_replacement() argument
472 itertools_permutations(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_permutations() argument
511 itertools_accumulate(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_accumulate() argument
563 itertools_compress(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_compress() argument
598 itertools_filterfalse(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_filterfalse() argument
638 itertools_count(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_count() argument
[all...]
/third_party/python/PC/clinic/
H A Dmsvcrtmodule.c.h487 int type; in msvcrt_CrtSetReportFile() local
527 int type; in msvcrt_CrtSetReportMode() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldInfo.java42 private final FieldType type; field in FieldInfo
319 FieldInfo( Field field, int fieldNumber, FieldType type, Class<?> messageClass, Field presenceField, int presenceMask, boolean required, boolean enforceUtf8, OneofInfo oneof, Class<?> oneofStoredType, Object mapDefaultEntry, EnumVerifier enumVerifier, Field cachedSizeField) FieldInfo() argument
452 private FieldType type; global() field in FieldInfo.Builder
479 withType(FieldType type) withType() argument
[all...]
H A DDescriptorMessageInfoFactory.java458 getOneofStoredType( Class<?> messageType, FieldDescriptor fd, FieldType type) getOneofStoredType() argument
[all...]
H A DDynamicMessage.java52 private final Descriptor type; field in DynamicMessage
78 public static DynamicMessage getDefaultInstance(Descriptor type) { in getDefaultInstance() argument
90 public static DynamicMessage parseFrom(Descriptor type, CodedInputStrea argument
66 DynamicMessage( Descriptor type, FieldSet<FieldDescriptor> fields, FieldDescriptor[] oneofCases, UnknownFieldSet unknownFields) DynamicMessage() argument
96 parseFrom( Descriptor type, CodedInputStream input, ExtensionRegistry extensionRegistry) parseFrom() argument
103 parseFrom(Descriptor type, ByteString data) parseFrom() argument
109 parseFrom( Descriptor type, ByteString data, ExtensionRegistry extensionRegistry) parseFrom() argument
116 parseFrom(Descriptor type, byte[] data) parseFrom() argument
122 parseFrom( Descriptor type, byte[] data, ExtensionRegistry extensionRegistry) parseFrom() argument
129 parseFrom(Descriptor type, InputStream input) parseFrom() argument
134 parseFrom( Descriptor type, InputStream input, ExtensionRegistry extensionRegistry) parseFrom() argument
140 newBuilder(Descriptor type) newBuilder() argument
225 isInitialized(Descriptor type, FieldSet<FieldDescriptor> fields) isInitialized() argument
320 private final Descriptor type; global() field in DynamicMessage.Builder
326 Builder(Descriptor type) Builder() argument
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskUtil.java95 public static FieldMask fromString(Class<? extends Message> type, String value) { in fromString() argument
106 public static FieldMask fromStringList(Class<? extends Message> type, Iterable<String> paths) { in fromStringList() argument
148 public static FieldMask fromFieldNumbers(Class<? extends Message> type, int... fieldNumbers) { in fromFieldNumbers() argument
157 fromFieldNumbers( Class<? extends Message> type, Iterable<Integer> fieldNumbers) fromFieldNumbers() argument
206 isValid(Class<? extends Message> type, FieldMask fieldMask) isValid() argument
227 isValid(Class<? extends Message> type, String path) isValid() argument
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptorProto.php38 protected $type = null; variable
301 $this->type = $var; global() variable
[all...]
H A DFieldDescriptor.php45 private $type; variable
134 $this->type = $type; variable
220 $type = $proto->getType(); variable
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dmap.c93 Map_GetPropertyPtrPtr(PROTO_VAL *object, PROTO_STR *member, int type, void **cache_slot) Map_GetPropertyPtrPtr() argument
[all...]
H A Dconvert.c87 zval *val, *type, *klass; in PHP_METHOD() local
151 upb_fieldtype_t pbphp_dtype_to_type(upb_descriptortype_t type) { in pbphp_dtype_to_type() argument
351 Convert_PhpToUpb(zval *php_val, upb_msgval *upb_val, upb_fieldtype_t type, const Descriptor *desc, upb_arena *arena) Convert_PhpToUpb() argument
419 Convert_UpbToPhp(upb_msgval upb_val, zval *php_val, upb_fieldtype_t type, const Descriptor *desc, zval *arena) Convert_UpbToPhp() argument
476 Convert_PhpToUpbAutoWrap(zval *val, upb_msgval *upb_val, upb_fieldtype_t type, const Descriptor *desc, upb_arena *arena) Convert_PhpToUpbAutoWrap() argument
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java420 needTypeclass(Descriptors.FieldDescriptor.Type type) needTypeclass() argument
[all...]
/third_party/python/Lib/lib2to3/
H A Dpytree.py43 type = None # int: token number (< 256) or symbol number (>= 256) variable in Base
431 type = None # Node type (token if < 256, symbol if >= 256) global() variable in BasePattern
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc227 const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { in GetPrototype() argument
[all...]
H A Dunknown_field_set.h341 inline UnknownField::Type UnknownField::type() const { in type() function in google::protobuf::UnknownField
402 SetType(Type type) SetType() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h49 template <class T> struct RemoveConst { typedef T type; }; typedef
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h182 const google::protobuf::Type* type() const { return type_; } in type() function in google::protobuf::util::converter::DefaultValueObjectWriter::Node
184 void set_type(const google::protobuf::Type* type) { type_ = type; } in set_type() argument
[all...]
H A Djson_stream_parser.h124 Type type; member
[all...]
H A Dproto_writer.h188 const google::protobuf::Type& type() const { return type_; } in type() function in google::protobuf::util::converter::ProtoWriter::ProtoElement
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util.cc90 google::protobuf::Type type; in BinaryToJsonStream() local
180 google::protobuf::Type type; in JsonToBinaryStream() local
/third_party/python/Lib/test/test_importlib/
H A Dfixtures.py21 import importlib_resources as resources # type: ignore namespace
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h40 int type; variable

Completed in 19 milliseconds

1...<<121122123124125126127128129130>>...280