| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | repeated_field.c | 65 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/ |
| D | gen_synthetic_protos.py | 76 field_type, label = field variable 89 field_type, label = field variable
|
| /external/libtextclassifier/native/annotator/ |
| D | types.cc | 238 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/ |
| D | extension_set.h | 1107 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/ |
| D | tp_frontend_action.cc | 60 string& field_type, in _get_field_kind() 148 string field_type, field_name; in GenerateTracepointStruct() local
|
| /external/tensorflow/tensorflow/core/util/proto/ |
| D | proto_utils.cc | 30 bool IsCompatibleType(FieldDescriptor::Type field_type, DataType dtype) { in IsCompatibleType()
|
| D | decode.h | 390 WireFormatLite::FieldType field_type, int field_number, in ReadValue() 506 const WireFormatLite::FieldType field_type, in ReadPackedFromArray()
|
| /external/llvm-project/lldb/unittests/TestingSupport/Symbol/ |
| D | ClangTestUtils.h | 40 CompilerType field_type, in createRecordWithField()
|
| /external/e2fsprogs/ext2ed/ |
| D | init.c | 213 int field_type; member 234 char field_type=FIELD_TYPE_INT; in add_new_variable() local
|
| /external/rust/crates/protobuf-codegen/src/ |
| D | extensions.rs | 65 let field_type = format!( in write() localVariable
|
| /external/llvm-project/lldb/include/lldb/Target/ |
| D | ProcessStructReader.h | 55 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader() local
|
| /external/flatbuffers/src/ |
| D | idl_gen_python.cpp | 430 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
|
| D | idl_gen_csharp.cpp | 381 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
|
| D | idl_gen_kotlin.cpp | 242 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/ |
| D | packet_stream_validator.cc | 88 uint64_t field_type = varint & 7; // 7 = 0..0111 in Push() local
|
| /external/perfetto/src/protozero/filtering/ |
| D | message_tokenizer.h | 106 auto field_type = static_cast<uint32_t>(varint & 7u); // 7 = 0..0111 in Push() local
|
| /external/mesa3d/src/compiler/glsl/ |
| D | gl_nir_link_uniform_blocks.c | 322 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
|
| D | link_uniform_initializers.cpp | 195 const glsl_type *field_type = type->fields.structure[i].type; in set_uniform_initializer() local
|
| /external/perfetto/src/perfetto_cmd/ |
| D | pbtxt_to_pb.cc | 179 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/ |
| D | proto_decoder.cc | 76 auto field_type = static_cast<uint8_t>(preamble & kFieldTypeMask); in ParseOneField() local
|
| /external/libtextclassifier/native/utils/ |
| D | lua-utils.cc | 81 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/ |
| D | FieldDescriptor.php | 209 private static function isTypePackable($field_type)
|
| /external/mesa3d/src/compiler/ |
| D | glsl_types.cpp | 1557 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/ |
| D | javamicro_helpers.cc | 200 JavaType GetJavaType(FieldDescriptor::Type field_type) { in GetJavaType()
|
| /external/pdfium/core/fpdfdoc/ |
| D | cpdf_annotlist.cpp | 136 ByteString field_type = pFieldTypeObj->GetString(); in GenerateAP() local
|