Home
last modified time | relevance | path

Searched defs:type (Results 5876 - 5900 of 6982) sorted by relevance

1...<<231232233234235236237238239240>>...280

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java1044 newSingularGeneratedExtension( final ContainingType containingTypeDefaultInstance, final Type defaultValue, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final Class singularType) newSingularGeneratedExtension() argument
1063 newRepeatedGeneratedExtension( final ContainingType containingTypeDefaultInstance, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isPacked, final Class singularType) newRepeatedGeneratedExtension() argument
1083 ExtensionDescriptor( final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isRepeated, final boolean isPacked) ExtensionDescriptor() argument
1098 final WireFormat.FieldType type; global() field in GeneratedMessageLite.ExtensionDescriptor
[all...]
H A DDescriptors.java1262 private Type type; global() field in Descriptors.FieldDescriptor
1303 valueOf(final FieldDescriptorProto.Type type) valueOf() argument
1894 private final EnumDescriptor type; global() field in Descriptors.EnumValueDescriptor
[all...]
H A DTextFormat.java1698 final Type type; field in TextFormat.Parser.UnknownField
1700 UnknownField(String message, Type type) { in UnknownField() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc347 PyObject* NewInternedDescriptor(PyTypeObject* type, in NewInternedDescriptor() argument
1884 AddEnumValues(PyTypeObject *type, const EnumDescriptor* enum_descriptor) AddEnumValues() argument
1900 AddIntConstant(PyTypeObject *type, const char* name, int value) AddIntConstant() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c840 ruby_to_fieldtype(VALUE type) ruby_to_fieldtype() argument
868 fieldtype_to_ruby(upb_fieldtype_t type) fieldtype_to_ruby() argument
888 ruby_to_descriptortype(VALUE type) ruby_to_descriptortype() argument
923 descriptortype_to_ruby(upb_descriptortype_t type) descriptortype_to_ruby() argument
1471 msgdef_add_field(VALUE msgbuilder_rb, upb_label_t label, VALUE name, VALUE type, VALUE number, VALUE type_class, VALUE options, int oneof_index, bool proto3_optional) msgdef_add_field() argument
1570 VALUE name, type, number; MessageBuilderContext_optional() local
1601 VALUE name, type, number; MessageBuilderContext_proto3_optional() local
1634 VALUE name, type, number; MessageBuilderContext_required() local
1662 VALUE name, type, number, type_class; MessageBuilderContext_repeated() local
1913 VALUE name, type, number; OneofBuilderContext_optional() local
[all...]
H A Dencode_decode.c1159 getsel(const upb_fielddef *f, upb_handlertype_t type) getsel() argument
1207 upb_fieldtype_t type = upb_fielddef_type(f); putary() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc322 AddErrorOrWarning(const std::string& filename, int line, int column, const std::string& message, const std::string& type, std::ostream& out) AddErrorOrWarning() argument
2263 const Descriptor* type = pool->FindMessageTypeByName(codec_type_); EncodeOrDecode() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc194 std::string IntTypeName(const Options& options, const std::string& type) { in IntTypeName() argument
202 void SetIntVar(const Options& options, const std::string& type, in SetIntVar() argument
526 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { in PrimitiveTypeName() argument
557 PrimitiveTypeName(const Options& options, FieldDescriptor::CppType type) PrimitiveTypeName() argument
589 DeclaredTypeMethodName(FieldDescriptor::Type type) DeclaredTypeMethodName() argument
1655 std::string type = PrimitiveTypeName(options_, field->cpp_type()); GenerateFieldBody() local
1708 std::string type = PrimitiveTypeName(options_, field->cpp_type()); GenerateFieldBody() local
[all...]
H A Dcpp_message.cc1742 int type = field->type(); CalcFieldNum() local
1890 int type = CalcFieldNum(generator, field, options_); GenerateFieldMetadata() local
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py1730 type variable in BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts.FakeSock
[all...]
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h547 type; typedef
557 typedef std::true_type type; typedef
[all...]
H A Dwire_format_lite.h153 WireTypeForFieldType( WireFormatLite::FieldType type) WireTypeForFieldType() argument
779 FieldTypeToCppType( FieldType type) FieldTypeToCppType() argument
784 MakeTag(int field_number, WireType type) MakeTag() argument
797 TagSize(int field_number, WireFormatLite::FieldType type) TagSize() argument
1270 WriteTag(int field_number, WireType type, io::CodedOutputStream* output) WriteTag() argument
1354 WriteTagToArray(int field_number, WireType type, uint8* target) WriteTagToArray() argument
[all...]
/third_party/python/Modules/
H A D_collectionsmodule.c152 deque_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in deque_new() argument
1742 dequeiter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dequeiter_new() argument
1884 dequereviter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dequereviter_new() argument
2408 tuplegetter_new_impl(PyTypeObject *type, Py_ssize_t index, PyObject *doc) in tuplegetter_new_impl() argument
2423 tuplegetter_descr_get(PyObject *self, PyObject *obj, PyObject *type) tuplegetter_descr_get() argument
[all...]
H A D_csv.c381 _csv_state_from_type(PyTypeObject *type, const char *name) in _csv_state_from_type() argument
397 dialect_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in dialect_new() argument
599 PyObject *type in _call_dialect() local
[all...]
H A Dselectmodule.c752 PyObject* type = (PyObject *)Py_TYPE(self); in poll_dealloc() local
1137 PyObject *type = (PyObject *)Py_TYPE(self); devpoll_dealloc() local
1270 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd) newPyEpoll_Object() argument
1326 select_epoll_impl(PyTypeObject *type, int sizehint, int flags) select_epoll_impl() argument
1351 PyTypeObject* type = Py_TYPE(self); pyepoll_dealloc() local
1415 select_epoll_fromfd_impl(PyTypeObject *type, int fd) select_epoll_fromfd_impl() argument
1956 newKqueue_Object(PyTypeObject *type, SOCKET fd) newKqueue_Object() argument
2010 select_kqueue_impl(PyTypeObject *type) select_kqueue_impl() argument
2019 PyTypeObject* type = Py_TYPE(self); kqueue_queue_dealloc() local
2081 select_kqueue_fromfd_impl(PyTypeObject *type, int fd) select_kqueue_fromfd_impl() argument
[all...]
H A Dpyexpat.c144 have_handler(xmlparseobject *self, int type) in have_handler() argument
/third_party/python/Modules/_io/
H A Dtextio.c2834 PyObject *type, *value, *traceback; in _io_TextIOWrapper_tell_impl() local
/third_party/python/Modules/expat/
H A Dxmltok.c187 unsigned char type[256]; member
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_eth_conf.h292 enum rte_eth_payload_type type; /**< Payload type */ member
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp765 WackyYUVFormatsGM(bool useTargetColorSpace, bool useSubset, Type type) in WackyYUVFormatsGM() argument
/third_party/skia/modules/skparagraph/src/
H A DRun.h219 void setRoundRectType(RoundRectType type) { fRoundRectType = type; } in setRoundRectType() argument
/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c1229 type_datum_t *type; in write_type_attributes_to_cil() local
1359 type_datum_t *type; in write_type_decl_rules_to_cil() local
1430 char *type; write_type_alias_rules_to_cil() local
1487 type_datum_t *type; write_type_bounds_rules_to_cil() local
1707 type_datum_t *type; avtab_node_to_str() local
2197 char *name, *parent, *child, *type; write_role_decl_rules_to_cil() local
2322 char *role, *type, *class, *new; write_role_transition_rules_to_cil() local
2540 char *user, *role, *type, *range; context_to_str() local
[all...]
H A Dservices.c209 static void get_name_list(constraint_expr_t *e, int type, in get_name_list() argument
[all...]
H A Dkernel_to_conf.c1212 type_datum_t *type; in write_type_attributes_to_conf() local
1342 type_datum_t *type; in write_type_decl_rules_to_conf() local
1413 char *type; write_type_alias_rules_to_conf() local
1461 type_datum_t *type; write_type_bounds_rules_to_conf() local
1584 type_datum_t *type; write_type_attribute_sets_to_conf() local
1685 type_datum_t *type; avtab_node_to_str() local
2253 char *role, *type, *class, *new; write_role_transition_rules_to_conf() local
2413 char *user, *role, *type, *range; context_to_str() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c851 struct cil_type *type = node->data; in __cil_verify_type() local
884 struct cil_type *type = ctx->type; in __cil_verify_context() local
[all...]

Completed in 59 milliseconds

1...<<231232233234235236237238239240>>...280