/external/rust/crates/thiserror-impl/src/ |
D | prop.rs | 5 pub(crate) fn from_field(&self) -> Option<&Field> { in from_field() 9 pub(crate) fn source_field(&self) -> Option<&Field> { in source_field() 13 pub(crate) fn backtrace_field(&self) -> Option<&Field> { in backtrace_field() 17 pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { in distinct_backtrace_field() 51 pub(crate) fn from_field(&self) -> Option<&Field> { in from_field() 55 pub(crate) fn source_field(&self) -> Option<&Field> { in source_field() 59 pub(crate) fn backtrace_field(&self) -> Option<&Field> { in backtrace_field() 63 pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> { in distinct_backtrace_field() 69 impl Field<'_> { impl 116 from_field: Option<&Field>, in distinct_backtrace_field()
|
D | ast.rs | 37 pub struct Field<'a> { struct 38 pub original: &'a syn::Field, argument 39 pub attrs: Attrs<'a>, 63 let fields = Field::multiple_from_syn(&data.fields, &scope, span)?; in from_syn() argument 121 impl<'a> Field<'a> { implementation 136 node: &'a syn::Field, in from_syn()
|
D | valid.rs | 96 impl Field<'_> { impl 201 fn same_member(one: &Field, two: &Field) -> bool { in same_member()
|
/external/golang-protobuf/types/known/typepb/ |
D | type.pb.go | 363 type Field struct { struct 364 state protoimpl.MessageState 365 sizeCache protoimpl.SizeCache 366 unknownFields protoimpl.UnknownFields 369 …nd `protobuf:"varint,1,opt,name=kind,proto3,enum=google.protobuf.Field_Kind" json:"kind,omitempty"` 371 …2,opt,name=cardinality,proto3,enum=google.protobuf.Field_Cardinality" json:"cardinality,omitempty"` 373 Number int32 `protobuf:"varint,3,opt,name=number,proto3" json:"number,omitempty"` 375 Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` 378 TypeUrl string `protobuf:"bytes,6,opt,name=type_url,json=typeUrl,proto3" json:"type_url,omitempty"` 381 …nt32 `protobuf:"varint,7,opt,name=oneof_index,json=oneofIndex,proto3" json:"oneof_index,omitempty"` [all …]
|
/external/clang/test/CodeGenCXX/ |
D | skip-vtable-pointer-initialization.cpp | 41 struct Field { struct 42 ~Field() { } in ~Field() 67 struct Field { struct 68 ~Field() { f(); } in ~Field() 91 struct Field { struct 119 struct Field { struct 120 NonTrivialDestructorBody nonTrivialDestructorBody; 147 struct Field : NonTrivialDestructorBody { }; struct 173 struct Field : virtual NonTrivialDestructorBody { }; struct
|
/external/perfetto/src/traced/probes/ftrace/format_parser/ |
D | format_parser.h | 32 struct Field { struct 56 // Allow gtest to pretty print FtraceEvent::Field. argument
|
/external/perfetto/src/protozero/filtering/ |
D | filter_util.h | 79 struct Field { struct 80 std::string name; 81 std::string type; // "uint32", "string", "message" 85 Message* nested_type = nullptr; 86 bool is_simple() const { return nested_type == nullptr; } in is_simple()
|
/external/rust/cxx/tests/ui/ |
D | generic_enum.rs | 4 Field, enumerator 8 Field, enumerator 12 Field, enumerator
|
/external/perfetto/src/traced/probes/ftrace/ |
D | event_info_constants.h | 138 struct Field { struct 141 FtraceFieldType ftrace_type; argument 153 std::vector<Field> fields; argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator.h | 35 struct Field { struct 41 // Field index that refers to backing tensor, not any aliased field. argument
|
/external/perfetto/tools/proto_merger/ |
D | proto_file.h | 51 struct Field : Member { struct 52 std::string label; 53 std::string packageless_type; 54 std::string type; 55 std::string name; 56 int number; 57 std::vector<Option> options;
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Field.java | 33 public final class Field extends FieldOrMethod { class 58 public Field(final Field c) { in Field() method in Field 67 Field(final DataInput file, final ConstantPool constant_pool) throws IOException, in Field() method in Field 80 …public Field(final int access_flags, final int name_index, final int signature_index, final Attrib… in Field() method in Field
|
/external/perfetto/tools/ftrace_proto_gen/ |
D | proto_gen_utils.h | 74 struct Field { struct 85 void AddField(Proto::Field field);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 291 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand() 301 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand() 311 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr12Operand() 323 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr20Operand() 335 static DecodeStatus decodeBDLAddr12Len4Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len4Operand() 347 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len8Operand() 359 static DecodeStatus decodeBDRAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDRAddr12Operand() 371 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDVAddr12Operand() 383 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand() 389 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand() [all …]
|
/external/capstone/arch/SystemZ/ |
D | SystemZDisassembler.c | 257 static DecodeStatus decodeBDAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr12Operand() 270 static DecodeStatus decodeBDAddr20Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr20Operand() 282 static DecodeStatus decodeBDXAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDXAddr12Operand() 297 static DecodeStatus decodeBDXAddr20Operand(MCInst *Inst, uint64_t Field, in decodeBDXAddr20Operand() 312 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst *Inst, uint64_t Field, in decodeBDLAddr12Len8Operand() 327 static DecodeStatus decodeBDRAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDRAddr12Operand() 342 static DecodeStatus decodeBDVAddr12Operand(MCInst *Inst, uint64_t Field, in decodeBDVAddr12Operand() 357 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr32Disp12Operand() 363 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr32Disp20Operand() 369 static DecodeStatus decodeBDAddr64Disp12Operand(MCInst *Inst, uint64_t Field, in decodeBDAddr64Disp12Operand() [all …]
|
/external/golang-protobuf/internal/filedesc/ |
D | desc.go | 193 Field struct { struct 194 Base 195 L1 FieldL1 263 func (fd *Field) Options() pref.ProtoMessage { 269 func (fd *Field) Number() pref.FieldNumber { return fd.L1.Number } 270 func (fd *Field) Cardinality() pref.Cardinality { return fd.L1.Cardinality } 271 func (fd *Field) Kind() pref.Kind { return fd.L1.Kind } 272 func (fd *Field) HasJSONName() bool { return fd.L1.StringName.hasJSON } 273 func (fd *Field) JSONName() string { return fd.L1.StringName.getJSON(fd) } 274 func (fd *Field) TextName() string { return fd.L1.StringName.getText(fd) } [all …]
|
/external/rust/crates/serde_derive/src/internals/ |
D | ast.rs | 42 pub struct Field<'a> { struct 44 pub attrs: attr::Field, argument 46 pub original: &'a syn::Field, argument 185 fields: &'a Punctuated<syn::Field, Token![,]>, in fields_from_ast()
|
D | attr.rs | 271 Field, enumerator 1107 pub struct Field { struct 1125 /// Field must always be specified because it does not have a default. argument 1142 impl Field { impl 1147 field: &syn::Field, in from_ast() 1840 field: &syn::Field, in borrowable_lifetimes()
|
/external/skia/src/sksl/ir/ |
D | SkSLType.h | 62 struct Field { struct 63 Field(Modifiers modifiers, std::string_view name, const Type* type) in Field() argument 68 std::string description() const { in description() 72 Modifiers fModifiers; 73 std::string_view fName; 74 const Type* fType;
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 268 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand() 278 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand() 288 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr12Operand() 300 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr20Operand() 312 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len8Operand() 324 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDVAddr12Operand() 336 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand() 342 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand() 348 static DecodeStatus decodeBDAddr64Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr64Disp12Operand() 354 static DecodeStatus decodeBDAddr64Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr64Disp20Operand() [all …]
|
/external/libchrome/base/ |
D | value_conversions.cc | 24 struct Field { struct 25 uint64_t high; 26 uint64_t low;
|
/external/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 46 int getInt(Record *R, StringRef Field) { in getInt() 150 StringRef Name, StringRef Field, std::vector<SearchTableEntry> &SearchTable, in emitSearchTable() 178 void SearchableTableEmitter::emitLookupFunction(StringRef Name, StringRef Field, in emitLookupFunction() 221 StringRef Field, Init *I, in emitLookupDeclaration() 241 for (const RecordVal &Field : InstanceClass->getValues()) { in emitMapping() local
|
/external/vboot_reference/utility/ |
D | tlcl_generator.c | 30 typedef struct Field { struct 36 struct Field* next; argument 37 } Field; typedef
|
/external/golang-protobuf/compiler/protogen/ |
D | protogen.go | 696 type Field struct { struct 697 Desc protoreflect.FieldDescriptor 702 GoName string // e.g., "FieldName" 708 GoIdent GoIdent // e.g., "MessageName_FieldName" 710 Parent *Message // message in which this field is declared; nil if top-level extension 711 Oneof *Oneof // containing oneof; nil if not part of a oneof 712 Extendee *Message // extended message for extension fields; nil otherwise 714 Enum *Enum // type for enum fields; nil otherwise 715 Message *Message // type for message or group fields; nil otherwise 717 Location Location // location of this field [all …]
|
/external/rust/crates/serde_derive/src/ |
D | ser.rs | 160 fn needs_serialize_bound(field: &attr::Field, variant: Option<&attr::Variant>) -> bool { in needs_serialize_bound() 233 field: &Field, in serialize_newtype_struct() 259 fields: &[Field], in serialize_tuple_struct() 296 fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { in serialize_struct() 321 fields: &[Field], in serialize_struct_as_struct() 362 fields: &[Field], in serialize_struct_as_map() 801 fields: &[Field], in serialize_tuple_variant() 872 fields: &[Field], in serialize_struct_variant() 956 fields: &[Field], in serialize_struct_variant_with_flatten() 1040 fields: &[Field], in serialize_tuple_struct_visitor() [all …]
|