HomeSort by relevance Sort by last modified time
    Searched refs:depth_ (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.cc 44 depth_(0),
51 depth_ = 0;
58 if (depth_++ == 0) {
75 if (depth_ > 1) {
83 if (--depth_ == 0) {
90 if (depth_ == 1) {
xmppstanzaparser.h 89 int depth_; member in class:buzz::XmppStanzaParser
  /external/chromium/base/
message_loop_unittest.cc 462 explicit NestingTest(int* depth) : depth_(depth) {
465 if (*depth_ > 0) {
466 *depth_ -= 1;
467 MessageLoop::current()->PostTask(FROM_HERE, new NestingTest(depth_));
475 int* depth_; member in class:NestingTest
751 depth_(depth),
757 if (depth_ > 0) {
761 new RecursiveTask(depth_ - 1, order(), cookie(), is_reentrant_));
767 int depth_; member in class:RecursiveTask
    [all...]
  /external/v8/src/
ast.h 1296 int depth_; member in class:v8::internal::MaterializedLiteral
    [all...]
hydrogen-instructions.h 4409 int depth_; member in class:v8::HMaterializedLiteral
    [all...]

Completed in 134 milliseconds