Home
last modified time | relevance | path

Searched defs:field_type (Results 1 – 25 of 44) 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/flatbuffers/src/
Didl_gen_python.cpp470 const auto &field_type = field.value.type; in StructBuilderArgs() local
511 const auto &field_type = field.value.type; in StructBuilderBody() local
890 std::string field_type; in GenUnionInit() local
928 auto &field_type = *field_type_ptr; in GenStructInit() local
943 auto &field_type = *field_type_ptr; in GenVectorInit() local
972 std::string field_type; in GenInitialize() local
1073 auto field_type = TypeName(field); in GenUnPackForStruct() local
1212 auto field_type = TypeName(field); in GenUnPack() local
1565 auto field_type = GenTypeGet(ev.union_type) + "T"; in GenUnionCreatorForStruct() local
Didl_gen_csharp.cpp389 const auto &field_type = field.value.type; in GenStructArgs() local
429 const auto &field_type = field.value.type; in GenStructBody() local
1813 const auto &field_type = in GenStructPackDecl_ObjectAPI() local
1888 const auto &field_type = field.value.type; in GenStructPackCall_ObjectAPI() local
Didl_gen_kotlin.cpp274 auto field_type = GenTypeBasic(enum_def.underlying_type.base_type); in GenEnum() local
705 auto field_type = GenTypeBasic(field.value.type.base_type); in GenerateAddField() local
740 auto field_type = GenTypeBasic(field.value.type.base_type); in FlexBufferBuilderCast() local
880 auto field_type = GenTypeGet(field.value.type); in GenerateStructGetters() local
Didl_gen_java.cpp423 const auto &field_type = field.value.type; in GenStructArgs() local
459 const auto &field_type = field.value.type; in GenStructBody() local
Didl_gen_cpp.cpp2061 std::string field_type = in GenStructFieldType() local
3297 const auto &field_type = field.value.type; in GenStruct() local
3354 const auto field_type = GenTypeGet(type, " ", is_array ? "" : "const ", in GenStruct() local
/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
/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
/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
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc444 const char* FieldTypeName(FieldDescriptor::Type field_type) { in FieldTypeName()

12