Home
last modified time | relevance | path

Searched defs:Attributes (Results 1 – 25 of 36) sorted by relevance

12

/third_party/rust/crates/tracing/tracing-core/src/
Dspan.rs21 pub struct Attributes<'a> { struct
22 metadata: &'static Metadata<'static>,
23 values: &'a field::ValueSet<'a>,
24 parent: Parent,
105 impl<'a> Attributes<'a> { impl
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfxvertex.adoc88 [[fxvertex-attrib-location]]
89 === Attribute Location and Component Assignment
/third_party/rust/crates/cxx/book/src/
Dattributes.md2 # Attributes chapter
/third_party/python/Doc/library/
Dnntplib.rst178 Attributes section in NNTP Objects
Dunittest.mock.rst1312 .. [#] The only exceptions are magic methods and attributes (those that have
/third_party/typescript/tests/cases/compiler/
DrecursiveTypeRelations.ts3 type Attributes<Keys extends keyof any> = { alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp159 ARMAttributeParser Attributes; in getARMFeatures() local
307 ARMAttributeParser Attributes; in setARMSubArch() local
/third_party/gptfdisk/
Dattributes.cc29 Attributes::Attributes(void) { in Attributes() function in Attributes
37 Attributes::Attributes(const uint64_t a) { in Attributes() function in Attributes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMAttributeParser.h23 std::map<unsigned, unsigned> Attributes; variable
/third_party/typescript/tests/baselines/reference/
DrecursiveTypeRelations.js9 multiply<B extends Attributes<keyof B>>(x: B): Query<A & B>; field in Query
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp259 struct Attributes { struct
265 std::vector<std::string> Attrs;
266 std::string Comments;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtblcoll.h822 enum Attributes { enum
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dtblcoll.h816 enum Attributes { enum
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtblcoll.h822 enum Attributes { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFMA3Info.h34 uint16_t Attributes; member
/third_party/icu/icu4c/source/i18n/unicode/
Dtblcoll.h822 enum Attributes { enum
/third_party/rust/crates/tracing/tracing-serde/src/
Dfields.rs14 impl<'a> AsMap for Attributes<'a> {} implementation
Dlib.rs536 impl<'a> AsSerde<'a> for tracing_core::span::Attributes<'a> { implementation
578 impl<'a> self::sealed::Sealed for Attributes<'a> {} implementation
/third_party/icu/docs/userguide/collation/
Darchitecture.md337 ### Attribute Types
/third_party/rust/crates/tracing/tracing-subscriber/src/field/
Dmod.rs168 impl<'a> crate::sealed::Sealed<RecordFieldsMarker> for Attributes<'a> {} implementation
169 impl<'a> RecordFields for Attributes<'a> { implementation
/third_party/rust/crates/tracing/tracing-journald/src/
Dlib.rs212 fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<'_, S>) { in on_new_span()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h57 std::vector<AttributeAbbrev> Attributes; member
/third_party/python/Doc/whatsnew/
D3.7.rst336 .. _whatsnew37-pep564:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h270 std::vector<AttributeEncoding> Attributes; ///< List of index attributes. member
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c195 ULONG Attributes; member
200 ULONG Attributes; member

12