Searched refs:root_entry_ (Results 1 – 4 of 4) sorted by relevance
116 BeamRoot(BeamEntry<CTCBeamState>* p, int l) { root_entry_ = AddEntry(p, l); } in BeamRoot()125 BeamEntry<CTCBeamState>* RootEntry() const { return root_entry_; } in RootEntry()128 BeamEntry<CTCBeamState>* root_entry_ = nullptr;
117 BeamRoot(BeamEntry<CTCBeamState>* p, int l) { root_entry_ = AddEntry(p, l); } in BeamRoot()126 BeamEntry<CTCBeamState>* RootEntry() const { return root_entry_; } in RootEntry()129 BeamEntry<CTCBeamState>* root_entry_ = nullptr;
277 : root_entry_(CodeEventListener::FUNCTION_TAG, "(root)"), in ProfileTree()279 root_(new ProfileNode(this, &root_entry_, nullptr)), in ProfileTree()
305 CodeEntry root_entry_; variable