/external/skqp/src/sksl/ir/ |
D | SkSLField.h | 24 struct Field : public Symbol { struct 25 Field(int offset, const Variable& owner, int fieldIndex) in Field() argument 31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName; in description() argument 35 const int fFieldIndex; argument 37 typedef Symbol INHERITED;
|
D | SkSLType.h | 29 struct Field { struct 30 Field(Modifiers modifiers, StringFragment name, const Type* type) in Field() function 35 const String description() const { in description() 39 Modifiers fModifiers; 40 StringFragment fName; 41 const Type* fType;
|
/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() 46 pub(crate) fn from_field(&self) -> Option<&Field> { in from_field() 50 pub(crate) fn source_field(&self) -> Option<&Field> { in source_field() 54 pub(crate) fn backtrace_field(&self) -> Option<&Field> { in backtrace_field() 59 impl Field<'_> { implementation
|
D | ast.rs | 36 pub struct Field<'a> { struct 37 pub original: &'a syn::Field, argument 60 let fields = Field::multiple_from_syn(&data.fields, span)?; in from_syn() argument 117 impl<'a> Field<'a> { implementation 126 fn from_syn(i: usize, node: &'a syn::Field, span: Span) -> Result<Self> { in from_syn()
|
D | valid.rs | 96 impl Field<'_> { impl 201 fn same_member(one: &Field, two: &Field) -> bool { in same_member()
|
/external/llvm-project/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/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/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ArchiveYAML.h | 26 struct Field { struct 28 Field(StringRef Default, unsigned Length) in Field() argument 30 StringRef Value; 31 StringRef DefaultValue; 32 unsigned MaxLength;
|
/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 | 81 struct Field { struct 82 std::string name; 83 std::string type; // "uint32", "string", "message" 87 Message* nested_type = nullptr; 88 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/llvm-project/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 40 int getInt(Record *R, StringRef Field) { in getInt() 84 for (const auto &Field : Fields) { in getFieldByName() local 113 std::string primaryRepresentation(SMLoc Loc, const GenericField &Field, in primaryRepresentation() 157 const GenericField &Field, TypeContext Ctx) { in searchableFieldType() 224 for (const auto &Field : Index.Fields) { in compareBy() local 326 for (const auto &Field : Index.Fields) { in emitLookupFunction() local 353 for (const auto &Field : Index.Fields) { in emitLookupFunction() local 401 const GenericField &Field = Index.Fields[0]; in emitLookupFunction() local 412 for (const auto &Field : Index.Fields) { in emitLookupFunction() local 419 for (const auto &Field : Index.Fields) { in emitLookupFunction() local [all …]
|
/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/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/llvm-project/llvm/unittests/Support/ |
D | OptimizedStructLayoutTest.cpp | 17 struct Field { struct in __anon9b35b3670111::LayoutTest 18 uint64_t Size; 19 Align Alignment; 20 uint64_t ForcedOffset; 21 uint64_t ExpectedOffset;
|
/external/perfetto/tools/ftrace_proto_gen/ |
D | proto_gen_utils.h | 74 struct Field { struct 85 void AddField(Proto::Field field);
|
/external/llvm-project/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/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/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/llvm-project/clang/lib/AST/Interp/ |
D | Record.h | 26 struct Field { struct 27 const FieldDecl *Decl; argument 41 using FieldList = llvm::SmallVector<Field, 8>; argument
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-equals-default-copy.cpp | 9 int Field; member 32 int Field; member 51 int Field; member 88 int Field; member 97 int Field; member 104 int Field; member 239 int Field; member 254 T Field; member 268 T Field; member 317 int Field; member [all …]
|
/external/libchrome/base/ |
D | value_conversions.cc | 24 struct Field { struct 25 uint64_t high; 26 uint64_t low;
|
/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 …]
|