| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | GeneratedMessageLite.java | 1044 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 D | Descriptors.java | 1262 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 D | TextFormat.java | 1698 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 D | descriptor.cc | 347 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 D | defs.c | 840 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 D | encode_decode.c | 1159 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 D | command_line_interface.cc | 322 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 D | cpp_helpers.cc | 194 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 D | cpp_message.cc | 1742 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 D | test_base_events.py | 1730 type variable in BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts.FakeSock [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | repeated_field.h | 547 type; typedef 557 typedef std::true_type type; typedef [all...] |
| H A D | wire_format_lite.h | 153 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.c | 152 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.c | 381 _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 D | selectmodule.c | 752 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 D | pyexpat.c | 144 have_handler(xmlparseobject *self, int type) in have_handler() argument
|
| /third_party/python/Modules/_io/ |
| H A D | textio.c | 2834 PyObject *type, *value, *traceback; in _io_TextIOWrapper_tell_impl() local
|
| /third_party/python/Modules/expat/ |
| H A D | xmltok.c | 187 unsigned char type[256]; member [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | layout_eth_conf.h | 292 enum rte_eth_payload_type type; /**< Payload type */ member
|
| /third_party/skia/gm/ |
| H A D | wacky_yuv_formats.cpp | 765 WackyYUVFormatsGM(bool useTargetColorSpace, bool useSubset, Type type) in WackyYUVFormatsGM() argument
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | Run.h | 219 void setRoundRectType(RoundRectType type) { fRoundRectType = type; } in setRoundRectType() argument
|
| /third_party/selinux/libsepol/src/ |
| H A D | kernel_to_cil.c | 1229 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 D | services.c | 209 static void get_name_list(constraint_expr_t *e, int type, in get_name_list() argument [all...] |
| H A D | kernel_to_conf.c | 1212 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 D | cil_verify.c | 851 struct cil_type *type = node->data; in __cil_verify_type() local 884 struct cil_type *type = ctx->type; in __cil_verify_context() local [all...] |