Home
last modified time | relevance | path

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

12

/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c65 upb_fieldtype_t field_type = self->field_type; in RepeatedField_subarray() local
89 upb_fieldtype_t field_type = self->field_type; in RepeatedField_each() local
113 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index() local
162 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_set() local
172 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_set() local
218 upb_fieldtype_t field_type = self->field_type; in RepeatedField_push() local
241 upb_fieldtype_t field_type = self->field_type; in RepeatedField_push_native() local
253 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_native() local
268 upb_fieldtype_t field_type = self->field_type; in RepeatedField_pop_one() local
351 upb_fieldtype_t field_type = self->field_type; in RepeatedField_dup() local
[all …]
Dprotobuf.h407 upb_fieldtype_t field_type; member
/third_party/protobuf/src/google/protobuf/
Dextension_set.h1099 static inline void Add(int number, FieldType field_type, bool /*is_packed*/, in Add()
1103 static inline std::string* Add(int number, FieldType field_type, in Add()
1114 int number, FieldType field_type, bool is_packed, ExtensionSet* set) { in MutableRepeated()
1148 static inline void Set(int number, FieldType field_type, ConstType value, in Set()
1177 static inline void Add(int number, FieldType field_type, bool is_packed, in Add()
1193 FieldType field_type, in MutableRepeated()
1234 static inline MutableType Mutable(int number, FieldType field_type, in Mutable()
1239 static inline void SetAllocated(int number, FieldType field_type, in SetAllocated()
1243 static inline void UnsafeArenaSetAllocated(int number, FieldType field_type, in UnsafeArenaSetAllocated()
1285 static inline MutableType Add(int number, FieldType field_type, in Add()
[all …]
Dextension_set_heavy.cc138 inline WireFormatLite::FieldType field_type(FieldType type) { in field_type() function
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfobjects.c91 guint8 field_type, guint32 * var) in gst_byte_reader_get_asf_var_size_field()
132 gst_asf_read_var_size_field (guint8 * data, guint8 field_type) in gst_asf_read_var_size_field()
153 gst_asf_get_var_size_field_len (guint8 field_type) in gst_asf_get_var_size_field_len()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_blocks.c322 const struct glsl_type *field_type; in iterate_type_count_variables() local
388 const struct glsl_type *field_type; in iterate_type_fill_variables() local
Dgl_nir_link_uniform_initializers.c196 const struct glsl_type *field_type = glsl_get_struct_field(type, i); in set_uniform_initializer() local
Dgl_nir_link_uniforms.c928 const struct glsl_type *field_type; in find_and_update_named_uniform_storage() local
1111 const struct glsl_type *field_type = glsl_get_struct_field(type, i); in build_type_tree_for_type() local
1253 const struct glsl_type *field_type; in nir_link_uniform() local
Dgl_nir_linker.c366 const struct glsl_type *field_type = glsl_get_struct_field(type, i); in add_shader_variable() local
Dgl_nir_lower_packed_varyings.c701 const struct glsl_type *field_type = glsl_get_struct_field(type, i); in lower_varying() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php209 private static function isTypePackable($field_type)
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp1679 glsl_type::field_type(const char *name) const in field_type() function in glsl_type
2102 const struct glsl_type *field_type = this->fields.structure[i].type; in std140_base_alignment() local
2232 const struct glsl_type *field_type = this->fields.structure[i].type; in std140_size() local
2427 const struct glsl_type *field_type = this->fields.structure[i].type; in std430_base_alignment() local
2600 const struct glsl_type *field_type = this->fields.structure[i].type; in std430_size() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto125 optional int32 field_type = 33; field
/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): argument
Dpython_message.py1041 def _BytesForNonRepeatedElement(value, field_number, field_type): argument
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c253 const struct glsl_type *field_type = glsl_get_struct_field(parent_type, i); in get_io_offset() local
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc279 const google::protobuf::Type* field_type = in RenderMap() local
1059 const google::protobuf::Type* field_type = in IsMap() local
Ddefault_value_objectwriter.cc345 const google::protobuf::Type* field_type = nullptr; in PopulateChildren() local
Dprotostream_objectwriter.cc1334 const google::protobuf::Type* field_type = in IsMap() local
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsa.c399 GType field_type; in gst_alsa_detect_channels() local
/third_party/openssl/crypto/ec/
Dec_backend.c161 const char *field_type; in ec_group_explicit_todata() local
Dec_curve.c26 int field_type, /* either NID_X9_62_prime_field or member
3345 int ret = -1, nid, len, field_type, param_len; in ossl_ec_curve_nid_from_params() local
Dec_local.h47 int field_type; /* a NID */ member
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc444 const char* FieldTypeName(FieldDescriptor::Type field_type) { in FieldTypeName()
/third_party/openssl/ohos_lite/crypto/ec/
Dec_local.h43 int field_type; /* a NID */ member

12