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

  /external/gemmlowp/profiling/
profiler.h 221 Node* other_child = new Node; local
222 other_child->label =
224 other_child->weight = node->weight - top_level_children_weight;
225 node->children.push_back(other_child);
  /external/libchrome/mojo/core/
shared_buffer_unittest.cc 108 MojoHandle other_child; local
109 std::string message = ReadMessageWithHandles(h, &other_child, 1);
117 WriteMessageWithHandles(other_child, "", &dupe, 1);
125 MojoHandle other_child; local
126 std::string message = ReadMessageWithHandles(h, &other_child, 1);
130 ReadMessageWithHandles(other_child, &b, 1);

Completed in 248 milliseconds