Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RegExpCache
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
regexp_cache.h
17
//
RegExpCache
is a simple wrapper around hash_map<> to store RegExp objects.
20
// GetRegExp() method of the class
RegExpCache
providing the pattern string. If
24
//
RegExpCache
cache;
51
class
RegExpCache
{
class
60
explicit
RegExpCache
(const AbstractRegExpFactory& regexp_factory,
63
RegExpCache
(const
RegExpCache
&) = delete;
64
RegExpCache
& operator=(const
RegExpCache
&) = delete;
66
~
RegExpCache
();
[all...]
H
A
D
regexp_cache.cc
31
RegExpCache
::
RegExpCache
(const AbstractRegExpFactory& regexp_factory,
in RegExpCache()
function in i18n::phonenumbers::RegExpCache
41
RegExpCache
::~
RegExpCache
() {
in ~RegExpCache()
49
const RegExp&
RegExpCache
::GetRegExp(const string& pattern) {
in GetRegExp()
H
A
D
regex_based_matcher.h
31
class
RegExpCache
;
54
const scoped_ptr<
RegExpCache
> regexp_cache_;
H
A
D
regex_based_matcher.cc
30
// Same implementations of AbstractRegExpFactory and
RegExpCache
in
34
regexp_cache_(new
RegExpCache
(*regexp_factory_, 128)) {}
in RegexBasedMatcher()
H
A
D
asyoutypeformatter.h
182
RegExpCache
regexp_cache_;
239
// Disallow copy and assign since this class uses
RegExpCache
which can't be
H
A
D
asyoutypeformatter.cc
65
RegExpCache
* cache,
in MatchAllGroups()
H
A
D
phonenumbermatcher.cc
237
mutable
RegExpCache
regexp_cache_;
H
A
D
phonenumberutil.cc
672
scoped_ptr<
RegExpCache
> regexp_cache_;
796
regexp_cache_(new
RegExpCache
(*regexp_factory_.get(), 128)),
in PhoneNumberRegExpsAndMappings()
/third_party/libphonenumber/cpp/test/phonenumbers/
H
A
D
regexp_cache_test.cc
39
RegExpCache
cache_;
Completed in 10 milliseconds