Home
last modified time | relevance | path

Searched defs:field_type (Results 1 – 25 of 67) 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/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dgen_synthetic_protos.py76 field_type, label = field variable
89 field_type, label = field variable
/external/libtextclassifier/native/annotator/
Dtypes.cc238 const DatetimeComponent::ComponentType& field_type, int value) { in SetAbsoluteValue()
243 const DatetimeComponent::ComponentType& field_type, in SetRelativeValue()
249 const DatetimeComponent::ComponentType& field_type, int relative_count) { in SetRelativeCount()
270 const DatetimeComponent::ComponentType& field_type, in GetFieldValue()
280 const DatetimeComponent::ComponentType& field_type, in GetRelativeValue()
/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/llvm-project/lldb/unittests/TestingSupport/Symbol/
DClangTestUtils.h40 CompilerType field_type, in createRecordWithField()
/external/e2fsprogs/ext2ed/
Dinit.c213 int field_type; member
234 char field_type=FIELD_TYPE_INT; in add_new_variable() local
/external/rust/crates/protobuf-codegen/src/
Dextensions.rs65 let field_type = format!( in write() localVariable
/external/llvm-project/lldb/include/lldb/Target/
DProcessStructReader.h55 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader() local
/external/flatbuffers/src/
Didl_gen_python.cpp430 const auto &field_type = field.value.type; in StructBuilderArgs() local
471 const auto &field_type = field.value.type; in StructBuilderBody() local
762 std::string field_type; in GenUnionInit() local
800 auto &field_type = *field_type_ptr; in GenStructInit() local
815 auto &field_type = *field_type_ptr; in GenVectorInit() local
844 std::string field_type; in GenInitialize() local
945 auto field_type = TypeName(field); in GenUnPackForStruct() local
1084 auto field_type = TypeName(field); in GenUnPack() local
1442 auto field_type = GenTypeGet(ev.union_type) + "T"; in GenUnionCreatorForStruct() local
Didl_gen_csharp.cpp381 const auto &field_type = field.value.type; in GenStructArgs() local
420 const auto &field_type = field.value.type; in GenStructBody() local
1734 const auto &field_type = field.value.type; in GenStructArgs_ObjectAPI() local
1754 const auto &field_type = in GenArrayPackDecl_ObjectAPI() local
1810 const auto &field_type = field.value.type; in GenArrayPackCall_ObjectAPI() local
Didl_gen_kotlin.cpp242 auto field_type = GenTypeBasic(enum_def.underlying_type.base_type); in GenEnum() local
651 auto field_type = GenTypeBasic(field.value.type.base_type); in GenerateAddField() local
683 auto field_type = GenTypeBasic(field.value.type.base_type); in FlexBufferBuilderCast() local
807 auto field_type = GenTypeGet(field.value.type); in GenerateStructGetters() local
/external/perfetto/src/tracing/core/
Dpacket_stream_validator.cc88 uint64_t field_type = varint & 7; // 7 = 0..0111 in Push() local
/external/perfetto/src/protozero/filtering/
Dmessage_tokenizer.h106 auto field_type = static_cast<uint32_t>(varint & 7u); // 7 = 0..0111 in Push() 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
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc179 const auto& field_type = field->type(); in NumericField() local
225 const auto& field_type = field->type(); in StringField() local
336 const auto& field_type = field->type(); in IdentifierField() local
/external/perfetto/src/protozero/
Dproto_decoder.cc76 auto field_type = static_cast<uint8_t>(preamble & kFieldTypeMask); in ParseOneField() local
/external/libtextclassifier/native/utils/
Dlua-utils.cc81 const reflection::BaseType field_type = field->type()->base_type(); in GetField() local
121 const reflection::Object* field_type = in GetField() local
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php209 private static function isTypePackable($field_type)
/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/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

123