Searched refs:other_child (Results 1 – 3 of 3) sorted by relevance
105 MojoHandle other_child; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local106 std::string message = ReadMessageWithHandles(h, &other_child, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()114 WriteMessageWithHandles(other_child, "", &dupe, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()122 MojoHandle other_child; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local123 std::string message = ReadMessageWithHandles(h, &other_child, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()127 ReadMessageWithHandles(other_child, &b, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
221 Node* other_child = new Node; in AddOtherChildrenToNode() local222 other_child->label = in AddOtherChildrenToNode()224 other_child->weight = node->weight - top_level_children_weight; in AddOtherChildrenToNode()225 node->children.push_back(other_child); in AddOtherChildrenToNode()
582 other_child = ttk.Label(self.paned)583 self.paned.add(other_child)587 other_child.destroy()