Home
last modified time | relevance | path

Searched defs:Field (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/external/rust/crates/tracing/src/
Dfield.rs134 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/
Dprop.rs5 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()
Dast.rs37 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/
Dtype.pb.go363 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/
Dskip-vtable-pointer-initialization.cpp41 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/
Dfield.rs133 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/
Dformat_parser.h32 struct Field { struct
56 // Allow gtest to pretty print FtraceEvent::Field. argument
/external/perfetto/src/trace_processor/util/
Dproto_profiler.h33 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/
Dfilter_util.h90 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/
Dgeneric_enum.rs4 Field, enumerator
8 Field, enumerator
12 Field, enumerator
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.h35 struct Field { struct
41 // Field index that refers to backing tensor, not any aliased field. argument
/external/perfetto/src/traced/probes/ftrace/
Devent_info_constants.h138 struct Field { struct
141 FtraceFieldType ftrace_type; argument
153 std::vector<Field> fields; argument
/external/rust/crates/derive-getters/src/
Dgetters.rs71 pub struct Field { struct
77 impl Field { impl
Ddissolve.rs30 pub struct Field { struct
35 impl Field { implementation
/external/perfetto/src/tools/proto_merger/
Dproto_file.h51 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/
DField.java33 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/
Dproto_gen_utils.h78 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/
DSystemZDisassembler.cpp291 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/
Dlib.rs18 struct Field { struct
21 attrs: FieldAttrs, argument
91 impl From<(usize, &syn::Field)> for Field { implementation
/external/rust/crates/serde_derive/src/internals/
Dast.rs42 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/
DSystemZDisassembler.c257 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/
Ddesc.go193 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/
DSystemZDisassembler.cpp268 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/
DSkSLType.h77 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/
Dvalue_conversions.cc24 struct Field { struct
25 uint64_t high;
26 uint64_t low;

12345678910>>...13