Searched defs:first_child (Results 1 – 12 of 12) sorted by relevance
177 CancellationManager* first_child = nullptr; // Not owned. member
106 struct cn_cbor* first_child; member
165 const SimpleMessage* first_child = message.children[0].get(); in TEST() local
168 const SimpleMessage* first_child = message.children[0].get(); in TEST() local
134 auto* first_child = id_to_node_it->second->FindNode("test1"); in TEST_F() local249 Node* first_child = process->CreateNode(kEmptyId, "parent/f/c", false); in TEST_F() local
89 def first_child(self): member in NodeWrapper
144 struct profile_node *first_child; member
143 uint first_child; member
657 unsafe fn first_child<T: RBTreeOps>(link_ops: &T, ptr: T::LinkPtr) -> T::LinkPtr { in first_child() function