Searched defs:Atom (Results 1 – 12 of 12) sorted by relevance
125 struct Atom { struct126 uint16_t type; // enum AtomType argument129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form) in Atom() argument143 SmallVector<Atom, 3> Atoms; argument
62 for (const auto &Atom: HdrData.Atoms) { in dump() local118 for (auto &Atom : AtomForms) { in dump() local
69 @interface Atom : NSObject { interface83 @implementation Atom implementation
207 struct Atom struct209 uint16_t type;210 dw_form_t form;213 type (t), in type()
84 } Atom; member
522 class Atom { class in mkvparser::Chapters
3375 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
518 class Atom { class in mkvparser::Chapters
3296 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
74 MCSymbolData *Atom; variable
131 typedef unsigned long Atom; /* Also in Xdefs.h */ typedef147 typedef CARD32 Atom; typedef
913 TextElement TextElement::Atom(RegExpAtom* atom) { in Atom() function in v8::internal::TextElement