Searched defs:Dummy (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dstack_container_unittest.cc14 class Dummy : public base::RefCounted<Dummy> { class in namespace:__anon816
16 explicit Dummy(int* alive) : alive_(alive) { function in class:__anon816::Dummy
21 friend class base::RefCounted<Dummy>;
23 ~Dummy() {
76 typedef StackVector<scoped_refptr<Dummy>, 2> Vector;
81 scoped_refptr<Dummy> dummy(new Dummy(&alive));
87 Dummy* dummy_unref = dummy.get();
119 template StackVector<scoped_refptr<Dummy>,
[all...]
H A Dscoped_comptr_win_unittest.cc14 struct Dummy { struct in namespace:__anon802
15 Dummy() : adds(0), releases(0) { } function in struct:__anon802::Dummy
81 typedef ScopedComPtr<Dummy, &dummy_iid> Ptr;
84 scoped_ptr<Dummy> p(new Dummy);
/external/giflib/
H A Ddgif_lib.c431 GifByteType *Dummy; local
458 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
460 while (Dummy != NULL) ;
474 GifByteType *Dummy; local
498 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
500 while (Dummy != NULL) ;

Completed in 435 milliseconds