OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrefixFinder
(Results
1 - 2
of
2
) sorted by null
/external/perfetto/src/traced/probes/filesystem/
prefix_finder.cc
23
std::string
PrefixFinder
::Node::ToString() const {
29
PrefixFinder
::Node*
PrefixFinder
::Node::AddChild(std::string name) {
36
PrefixFinder
::Node*
PrefixFinder
::Node::MaybeChild(const std::string& name) {
48
PrefixFinder
::
PrefixFinder
(size_t limit) : limit_(limit) {}
50
void
PrefixFinder
::InsertPrefix(size_t len) {
61
void
PrefixFinder
::Flush(size_t i) {
71
void
PrefixFinder
::Finalize()
[
all
...]
prefix_finder.h
31
//
PrefixFinder
allows to find prefixes for filenames that ensure that
43
class
PrefixFinder
{
47
// Can not be constructed outside of
PrefixFinder
.
50
friend class
PrefixFinder
;
82
PrefixFinder
(size_t limit);
90
// Return identifier for prefix. Ownership remains with the
PrefixFinder
.
Completed in 190 milliseconds