| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | repeated_field.c | 65 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 …]
|
| /third_party/protobuf/src/google/protobuf/ |
| D | extension_set.h | 1099 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 …]
|
| D | extension_set_heavy.cc | 138 inline WireFormatLite::FieldType field_type(FieldType type) { in field_type() function
|
| /third_party/node/deps/v8/src/compiler/ |
| D | access-info.cc | 113 Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, in DataField() 134 Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, in FastDataConstant() 219 Representation field_representation, Type field_type, in PropertyAccessInfo() 432 Type field_type = name.object()->IsPrivateBrand() ? Type::OtherInternal() in ComputeDataFieldAccessInfo() local 1058 Type field_type = Type::NonInternal(); in LookupSpecialFieldAccessor() local 1116 Type field_type = Type::NonInternal(); in LookupTransition() local
|
| D | access-info.h | 151 Type field_type() const { in field_type() function
|
| /third_party/node/deps/v8/src/torque/ |
| D | type-visitor.cc | 154 const Type* field_type = TypeVisitor::ComputeType(field.name_and_type.type); in ComputeType() local 202 const Type* field_type = TypeVisitor::ComputeType(field.name_and_type.type); in ComputeType() local 430 const Type* field_type = ComputeType(field_expression.name_and_type.type); in VisitClassFieldsAndMethods() local
|
| D | types.cc | 434 const Type* field_type = struct_field.name_and_type.type; in ClassifyContents() local 1324 for (const Type* field_type : LowerType(*struct_type)) { in GetRuntimeType() local 1344 for (const Type* field_type : LowerType(*struct_type)) { in GetDebugType() local
|
| D | csa-generator.cc | 950 const Type* field_type = instruction.bit_field.name_and_type.type; in EmitInstruction() local 992 const Type* field_type = instruction.bit_field.name_and_type.type; in EmitInstruction() local
|
| D | implementation-visitor.cc | 3749 const Type* field_type = f.name_and_type.type; in GetSectionFor() local 4390 bool CanGenerateFieldAccessors(const Type* field_type) { in CanGenerateFieldAccessors() 4404 const Type* field_type = innermost_field.name_and_type.type; in GenerateFieldAccessors() local 4521 const Type* field_type = f.name_and_type.type; in GetTypeNameForAccessor() local 4552 const Type* field_type = innermost_field.name_and_type.type; in EmitLoadFieldStatement() local 4620 const Type* field_type = innermost_field.name_and_type.type; in EmitStoreFieldStatement() local 4757 const Type* field_type = f.name_and_type.type; in GenerateClassDefinitions() local 5141 const Type* field_type = leaf_field.name_and_type.type; in GenerateFieldValueVerifier() local 5179 const Type* field_type = f.name_and_type.type; in GenerateClassFieldVerifier() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | gl_nir_link_uniform_blocks.c | 322 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
|
| D | gl_nir_link_uniform_initializers.c | 196 const struct glsl_type *field_type = glsl_get_struct_field(type, i); in set_uniform_initializer() local
|
| D | gl_nir_link_uniforms.c | 928 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
|
| D | gl_nir_linker.c | 366 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/ |
| D | FieldDescriptor.php | 209 private static function isTypePackable($field_type)
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-objects-inl.h | 552 wasm::ValueType field_type = type->field(field_index); in GetField() local 562 wasm::ValueType field_type = type->field(field_index); in SetField() local
|
| /third_party/mesa3d/src/compiler/ |
| D | glsl_types.cpp | 1679 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/ |
| D | cpp_test_bad_identifiers.proto | 125 optional int32 field_type = 33; field
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| D | wire_format.py | 259 def IsTypePackable(field_type): argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_gather_info.c | 253 const struct glsl_type *field_type = glsl_get_struct_field(parent_type, i); in get_io_offset() local
|
| /third_party/node/deps/v8/src/objects/ |
| D | map-inl.h | 130 FieldType field_type) { in IsMostGeneralFieldType() 159 Representation* representation, Handle<FieldType>* field_type) { in GeneralizeIfCanHaveTransitionableFastElementsKind()
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| D | protostream_objectsource.cc | 279 const google::protobuf::Type* field_type = in RenderMap() local 1059 const google::protobuf::Type* field_type = in IsMap() local
|
| D | default_value_objectwriter.cc | 345 const google::protobuf::Type* field_type = nullptr; in PopulateChildren() local
|
| D | protostream_objectwriter.cc | 1334 const google::protobuf::Type* field_type = in IsMap() local
|
| /third_party/openssl/crypto/ec/ |
| D | ec_backend.c | 161 const char *field_type; in ec_group_explicit_todata() local
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| D | ec_backend.c | 161 const char *field_type; in ec_group_explicit_todata() local
|