Home
last modified time | relevance | path

Searched defs:field_type (Results 1 – 25 of 66) 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
236 upb_fieldtype_t field_type = self->field_type; in RepeatedField_push_native() local
248 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_native() local
263 upb_fieldtype_t field_type = self->field_type; in RepeatedField_pop_one() local
344 upb_fieldtype_t field_type = self->field_type; in RepeatedField_dup() local
[all …]
/external/libtextclassifier/native/annotator/
Dtypes.cc223 const DatetimeComponent::ComponentType& field_type, int value) { in SetAbsoluteValue()
228 const DatetimeComponent::ComponentType& field_type, in SetRelativeValue()
234 const DatetimeComponent::ComponentType& field_type, int relative_count) { in SetRelativeCount()
255 const DatetimeComponent::ComponentType& field_type, in GetFieldValue()
265 const DatetimeComponent::ComponentType& field_type, in GetRelativeValue()
/external/v8/src/compiler/
Daccess-info.cc99 Type field_type, Handle<Map> field_owner_map, MaybeHandle<Map> field_map, in DataField()
115 Type field_type, Handle<Map> field_owner_map, MaybeHandle<Map> field_map, in DataConstant()
149 Type field_type) { in DataField()
191 Type field_type, Handle<Map> field_owner_map, MaybeHandle<Map> field_map, in PropertyAccessInfo()
210 Representation field_representation, Type field_type) in MinimorphicLoadPropertyAccessInfo()
385 Type field_type = Type::NonInternal(); in ComputeDataFieldAccessInfo() local
536 Type field_type = is_double ? Type::Number() : Type::Any(); in ComputePropertyAccessInfo() local
798 Type field_type = Type::NonInternal(); in LookupSpecialFieldAccessor() local
852 Type field_type = Type::NonInternal(); in LookupTransition() local
Daccess-info.h128 Type field_type() const { return field_type_; } in field_type() function
177 Type field_type() const { return field_type_; } in field_type() function
/external/protobuf/src/google/protobuf/
Dextension_set.h1107 static inline void Add(int number, FieldType field_type, bool /*is_packed*/, in Add()
1111 static inline std::string* Add(int number, FieldType field_type, in Add()
1122 int number, FieldType field_type, bool is_packed, ExtensionSet* set) { in MutableRepeated()
1156 static inline void Set(int number, FieldType field_type, ConstType value, in Set()
1185 static inline void Add(int number, FieldType field_type, bool is_packed, in Add()
1201 FieldType field_type, in MutableRepeated()
1242 static inline MutableType Mutable(int number, FieldType field_type, in Mutable()
1247 static inline void SetAllocated(int number, FieldType field_type, in SetAllocated()
1251 static inline void UnsafeArenaSetAllocated(int number, FieldType field_type, in UnsafeArenaSetAllocated()
1293 static inline MutableType Add(int number, FieldType field_type, in Add()
[all …]
/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.h390 WireFormatLite::FieldType field_type, int field_number, in ReadValue()
506 const WireFormatLite::FieldType field_type, in ReadPackedFromArray()
/external/v8/src/torque/
Dtype-visitor.cc155 const Type* field_type = TypeVisitor::ComputeType(field.name_and_type.type); in ComputeType() local
203 const Type* field_type = TypeVisitor::ComputeType(field.name_and_type.type); in ComputeType() local
410 const Type* field_type = ComputeType(field_expression.name_and_type.type); in VisitClassFieldsAndMethods() 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/tracing/core/
Dpacket_stream_validator.cc85 uint64_t field_type = varint & 7; // 7 = 0..0111 in Push() local
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc168 const auto& field_type = field->type(); in NumericField() local
213 const auto& field_type = field->type(); in StringField() local
284 const auto& field_type = field->type(); in IdentifierField() local
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_blocks.c322 const struct glsl_type *field_type; in iterate_type_count_variables() local
380 const struct glsl_type *field_type; in iterate_type_fill_variables() local
Dlink_uniform_initializers.cpp195 const glsl_type *field_type = type->fields.structure[i].type; in set_uniform_initializer() local
Dgl_nir_link_uniform_initializers.c195 const struct glsl_type *field_type = glsl_get_struct_field(type, i); in set_uniform_initializer() local
Dgl_nir_link_uniforms.c890 const struct glsl_type *field_type; in find_and_update_named_uniform_storage() local
1073 const struct glsl_type *field_type = glsl_get_struct_field(type, i); in build_type_tree_for_type() local
1215 const struct glsl_type *field_type; in nir_link_uniform() local
/external/perfetto/src/protozero/
Dproto_decoder.cc75 auto field_type = static_cast<uint8_t>(preamble & kFieldTypeMask); in ParseOneField() local
/external/libtextclassifier/native/utils/
Dlua-utils.cc87 const reflection::BaseType field_type = field->type()->base_type(); in GetField() local
131 const reflection::Object* field_type = in GetField() local
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php209 private static function isTypePackable($field_type)
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc200 JavaType GetJavaType(FieldDescriptor::Type field_type) { in GetJavaType()
/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp136 ByteString field_type = pFieldTypeObj->GetString(); in GenerateAP() local
/external/mesa3d/src/compiler/
Dglsl_types.cpp1557 glsl_type::field_type(const char *name) const in field_type() function in glsl_type
1911 const struct glsl_type *field_type = this->fields.structure[i].type; in std140_base_alignment() local
2041 const struct glsl_type *field_type = this->fields.structure[i].type; in std140_size() local
2236 const struct glsl_type *field_type = this->fields.structure[i].type; in std430_base_alignment() local
2409 const struct glsl_type *field_type = this->fields.structure[i].type; in std430_size() local
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_message.py398 def _get_fields_of_type(self, field_type, get_all=False): argument
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto125 optional int32 field_type = 33; field
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): argument

123