/external/rust/crates/tracing/src/ |
D | field.rs | 134 fn as_field(&self, metadata: &Metadata<'_>) -> Option<Field>; in as_field() 139 impl AsField for Field { implementation 141 fn as_field(&self, metadata: &Metadata<'_>) -> Option<Field> { in as_field() 150 impl<'a> AsField for &'a Field { implementation 152 fn as_field(&self, metadata: &Metadata<'_>) -> Option<Field> { in as_field() 163 fn as_field(&self, metadata: &Metadata<'_>) -> Option<Field> { in as_field() 168 impl crate::sealed::Sealed for Field {} implementation 169 impl<'a> crate::sealed::Sealed for &'a Field {} implementation
|
/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> { impl 136 node: &'a syn::Field, in from_syn()
|
/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/rust/crates/tracing-core/src/ |
D | field.rs | 133 pub struct Field { struct 135 fields: FieldSet, argument 272 fn record_value(&mut self, field: &Field, value: valuable::Value<'_>) { in record_value() 277 fn record_f64(&mut self, field: &Field, value: f64) { in record_f64() 282 fn record_i64(&mut self, field: &Field, value: i64) { in record_i64() 287 fn record_u64(&mut self, field: &Field, value: u64) { in record_u64() 292 fn record_i128(&mut self, field: &Field, value: i128) { in record_i128() 297 fn record_u128(&mut self, field: &Field, value: u128) { in record_u128() 302 fn record_bool(&mut self, field: &Field, value: bool) { in record_bool() 307 fn record_str(&mut self, field: &Field, value: &str) { in record_str() [all …]
|
/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/trace_processor/util/ |
D | proto_profiler.h | 33 struct Field { struct 46 bool operator==(const Field& other) const { argument 52 const FieldDescriptor* field_descriptor; argument 56 using FieldPath = std::vector<Field>; argument
|
/external/perfetto/src/protozero/filtering/ |
D | filter_util.h | 90 struct Field { struct 91 std::string name; 92 std::string type; // "uint32", "string", "message" 96 Message* nested_type = nullptr; 97 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/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/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/rust/crates/derive-getters/src/ |
D | getters.rs | 71 pub struct Field { struct 77 impl Field { impl
|
D | dissolve.rs | 30 pub struct Field { struct 35 impl Field { implementation
|
/external/perfetto/src/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/src/tools/ftrace_proto_gen/ |
D | proto_gen_utils.h | 78 struct Field { struct 88 void UnionFields(const std::vector<Proto::Field>& candidate_fields); argument
|
/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/rust/crates/merge_derive/src/ |
D | lib.rs | 18 struct Field { struct 21 attrs: FieldAttrs, argument 91 impl From<(usize, &syn::Field)> for Field { implementation
|
/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()
|
/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() protoreflect.ProtoMessage { 269 func (fd *Field) Number() protoreflect.FieldNumber { return fd.L1.Number } 270 func (fd *Field) Cardinality() protoreflect.Cardinality { return fd.L1.Cardinality } 271 func (fd *Field) Kind() protoreflect.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/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/skia/src/sksl/ir/ |
D | SkSLType.h | 77 struct Field { struct 78 Field(Position pos, Modifiers modifiers, std::string_view name, const Type* type) in Field() argument 86 Position fPosition; 87 Modifiers fModifiers; 88 std::string_view fName; 89 const Type* fType;
|
/external/libchrome/base/ |
D | value_conversions.cc | 24 struct Field { struct 25 uint64_t high; 26 uint64_t low;
|