| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | repeated_field.c | 65 upb_fieldtype_t field_type = self->field_type; in RepeatedField_subarray() local 88 upb_fieldtype_t field_type = self->field_type; in RepeatedField_each() local 111 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index() local 160 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_set() local 170 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_set() local 214 upb_fieldtype_t field_type = self->field_type; in RepeatedField_push() local 230 upb_fieldtype_t field_type = self->field_type; in RepeatedField_push_native() local 242 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_native() local 252 upb_fieldtype_t field_type = self->field_type; in RepeatedField_pop_one() local 333 upb_fieldtype_t field_type = self->field_type; in RepeatedField_dup() local [all …]
|
| D | protobuf.h | 348 upb_fieldtype_t field_type; member
|
| /external/syzkaller/tools/syz-headerparser/headerlib/ |
| D | container.py | 127 def __init__(self, field_type, field_identifier): argument 133 def field_type(self): member in FieldRepr 137 def field_type(self, field_type): argument
|
| /external/protobuf/src/google/protobuf/ |
| D | extension_set.h | 845 static inline void Add(int number, FieldType field_type, in Add() 850 static inline string* Add(int number, FieldType field_type, in Add() 861 MutableRepeated(int number, FieldType field_type, in MutableRepeated() 896 static inline void Set(int number, FieldType field_type, in Set() 920 static inline void Add(int number, FieldType field_type, in Add() 937 FieldType field_type, in MutableRepeated() 974 static inline MutableType Mutable(int number, FieldType field_type, in Mutable() 979 static inline void SetAllocated(int number, FieldType field_type, in SetAllocated() 1008 static inline MutableType Add(int number, FieldType field_type, in Add() 1025 FieldType field_type, in MutableRepeated()
|
| /external/v8/src/compiler/ |
| D | access-info.cc | 91 Type field_type, MaybeHandle<Map> field_map, MaybeHandle<JSObject> holder, in DataField() 140 Type field_type, MaybeHandle<Map> field_map, in PropertyAccessInfo() 376 Type field_type = Type::NonInternal(); in ComputePropertyAccessInfo() local 626 Type field_type = Type::NonInternal(); in LookupSpecialFieldAccessor() local 681 Type field_type = Type::NonInternal(); in LookupTransition() local
|
| D | access-info.h | 109 Type field_type() const { return field_type_; } in field_type() function
|
| D | property-access-builder.cc | 231 Type const field_type = access_info.field_type(); in BuildLoadDataField() local
|
| /external/libmtp/examples/ |
| D | delfile.c | 63 int field_type = 0; in delfile_command() local
|
| /external/bcc/src/cc/frontends/clang/ |
| D | tp_frontend_action.cc | 60 string& field_type, in _get_field_kind() 148 string field_type, field_name; in GenerateTracepointStruct() local
|
| /external/tensorflow/tensorflow/core/util/proto/ |
| D | proto_utils.cc | 30 bool IsCompatibleType(FieldDescriptor::Type field_type, DataType dtype) { in IsCompatibleType()
|
| D | decode.h | 372 WireFormatLite::FieldType field_type, int field_number, in ReadValue() 488 const WireFormatLite::FieldType field_type, in ReadPackedFromArray()
|
| /external/libtextclassifier/utils/ |
| D | lua-utils.cc | 110 const reflection::BaseType field_type = field->type()->base_type(); in GetField() local 150 const reflection::Object *field_type = in GetField() local
|
| /external/e2fsprogs/ext2ed/ |
| D | init.c | 213 int field_type; member 234 char field_type=FIELD_TYPE_INT; in add_new_variable() local
|
| /external/perfetto/src/protozero/ |
| D | proto_decoder.cc | 69 auto field_type = static_cast<uint8_t>(preamble & kFieldTypeMask); in ParseOneField() local
|
| /external/mesa3d/src/compiler/ |
| D | glsl_types.cpp | 1319 glsl_type::field_type(const char *name) const in field_type() function in glsl_type 1668 const struct glsl_type *field_type = this->fields.structure[i].type; in std140_base_alignment() local 1792 const struct glsl_type *field_type = this->fields.structure[i].type; in std140_size() local 1914 const struct glsl_type *field_type = this->fields.structure[i].type; in std430_base_alignment() local 2011 const struct glsl_type *field_type = this->fields.structure[i].type; in std430_size() local
|
| /external/perfetto/src/perfetto_cmd/ |
| D | pbtxt_to_pb.cc | 167 const auto& field_type = field->type(); in NumericField() local 212 const auto& field_type = field->type(); in StringField() local 283 const auto& field_type = field->type(); in IdentifierField() local
|
| /external/pdfium/core/fpdfdoc/ |
| D | cpdf_annotlist.cpp | 86 ByteString field_type = pFieldTypeObj->GetString(); in GenerateAP() local
|
| /external/protobuf/src/google/protobuf/compiler/javamicro/ |
| D | javamicro_helpers.cc | 200 JavaType GetJavaType(FieldDescriptor::Type field_type) { in GetJavaType()
|
| /external/mesa3d/src/compiler/glsl/ |
| D | link_uniform_initializers.cpp | 213 const glsl_type *field_type = type->fields.structure[i].type; in set_uniform_initializer() local
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_test_bad_identifiers.proto | 111 optional int32 field_type = 33; field
|
| /external/autotest/client/cros/cellular/mbim_compliance/ |
| D | mbim_message.py | 398 def _get_fields_of_type(self, field_type, get_all=False): argument
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | wire_format.py | 259 def IsTypePackable(field_type): argument
|
| /external/v8/src/objects/ |
| D | map-inl.h | 87 FieldType* field_type) { in IsInplaceGeneralizableField() 112 Representation* representation, Handle<FieldType>* field_type) { in GeneralizeIfCanHaveTransitionableFastElementsKind()
|
| /external/pdfium/third_party/libtiff/ |
| D | tif_dirinfo.c | 636 _TIFFCreateAnonField(TIFF *tif, uint32 tag, TIFFDataType field_type) in _TIFFCreateAnonField()
|
| /external/boringssl/src/crypto/ec_extra/ |
| D | ec_asn1.c | 267 CBS params, field_id, field_type, curve, base; in parse_explicit_prime_curve() local
|