Searched defs:TestJSONStream (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-heap-profiler.cc539 class TestJSONStream : public v8::OutputStream { class in namespace:__anon26453
541 TestJSONStream() : eos_signaled_(0), abort_countdown_(-1) {} function in class:__anon26453::TestJSONStream
542 explicit TestJSONStream(int abort_countdown) function in class:__anon26453::TestJSONStream
544 virtual ~TestJSONStream() {}
590 TestJSONStream stream;
682 TestJSONStream stream(5);
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc618 class TestJSONStream : public v8::OutputStream { class in namespace:__anon14709
620 TestJSONStream() : eos_signaled_(0), abort_countdown_(-1) {} function in class:__anon14709::TestJSONStream
621 explicit TestJSONStream(int abort_countdown) function in class:__anon14709::TestJSONStream
623 virtual ~TestJSONStream() {}
677 TestJSONStream stream;
774 TestJSONStream stream(5);

Completed in 129 milliseconds