OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EditList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/formats/mp4/
box_definitions.h
136
struct MEDIA_EXPORT
EditList
: Box {
137
DECLARE_BOX_METHODS(
EditList
);
145
EditList
list;
box_definitions.cc
299
EditList
::
EditList
() {}
300
EditList
::~
EditList
() {}
301
FourCC
EditList
::BoxType() const { return FOURCC_ELST; }
303
bool
EditList
::Parse(BoxReader* reader) {
/external/llvm/include/llvm/Object/
COFF.h
328
support::ulittle32_t
EditList
;
Completed in 72 milliseconds