Home
last modified time | relevance | path

Searched defs:field_type (Results 1 – 25 of 54) sorted by relevance

123

/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c65 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 …]
Dprotobuf.h348 upb_fieldtype_t field_type; member
/external/syzkaller/tools/syz-headerparser/headerlib/
Dcontainer.py127 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/
Dextension_set.h845 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/
Daccess-info.cc91 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
Daccess-info.h109 Type field_type() const { return field_type_; } in field_type() function
Dproperty-access-builder.cc231 Type const field_type = access_info.field_type(); in BuildLoadDataField() local
/external/libmtp/examples/
Ddelfile.c63 int field_type = 0; in delfile_command() local
/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.cc60 string& field_type, in _get_field_kind()
148 string field_type, field_name; in GenerateTracepointStruct() local
/external/tensorflow/tensorflow/core/util/proto/
Dproto_utils.cc30 bool IsCompatibleType(FieldDescriptor::Type field_type, DataType dtype) { in IsCompatibleType()
Ddecode.h372 WireFormatLite::FieldType field_type, int field_number, in ReadValue()
488 const WireFormatLite::FieldType field_type, in ReadPackedFromArray()
/external/libtextclassifier/utils/
Dlua-utils.cc110 const reflection::BaseType field_type = field->type()->base_type(); in GetField() local
150 const reflection::Object *field_type = in GetField() local
/external/e2fsprogs/ext2ed/
Dinit.c213 int field_type; member
234 char field_type=FIELD_TYPE_INT; in add_new_variable() local
/external/perfetto/src/protozero/
Dproto_decoder.cc69 auto field_type = static_cast<uint8_t>(preamble & kFieldTypeMask); in ParseOneField() local
/external/mesa3d/src/compiler/
Dglsl_types.cpp1319 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/
Dpbtxt_to_pb.cc167 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/
Dcpdf_annotlist.cpp86 ByteString field_type = pFieldTypeObj->GetString(); in GenerateAP() local
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc200 JavaType GetJavaType(FieldDescriptor::Type field_type) { in GetJavaType()
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_initializers.cpp213 const glsl_type *field_type = type->fields.structure[i].type; in set_uniform_initializer() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto111 optional int32 field_type = 33; field
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_message.py398 def _get_fields_of_type(self, field_type, get_all=False): argument
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): argument
/external/v8/src/objects/
Dmap-inl.h87 FieldType* field_type) { in IsInplaceGeneralizableField()
112 Representation* representation, Handle<FieldType>* field_type) { in GeneralizeIfCanHaveTransitionableFastElementsKind()
/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c636 _TIFFCreateAnonField(TIFF *tif, uint32 tag, TIFFDataType field_type) in _TIFFCreateAnonField()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c267 CBS params, field_id, field_type, curve, base; in parse_explicit_prime_curve() local

123