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:DefaultMapStorage
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H
A
D
default_map_storage.cc
26
DefaultMapStorage
::
DefaultMapStorage
() {
in DefaultMapStorage()
function in i18n::phonenumbers::DefaultMapStorage
29
DefaultMapStorage
::~
DefaultMapStorage
() {
in ~DefaultMapStorage()
32
int32
DefaultMapStorage
::GetPrefix(int index) const {
in GetPrefix()
38
const char*
DefaultMapStorage
::GetDescription(int index) const {
in GetDescription()
44
void
DefaultMapStorage
::ReadFromMap(const PrefixDescriptions* descriptions) {
in ReadFromMap()
52
int
DefaultMapStorage
::GetNumOfEntries() const {
in GetNumOfEntries()
56
const int*
DefaultMapStorage
::GetPossibleLengths() const {
in GetPossibleLengths()
60
int
DefaultMapStorage
[all...]
H
A
D
default_map_storage.h
34
class
DefaultMapStorage
{
class
36
DefaultMapStorage
();
39
DefaultMapStorage
(const
DefaultMapStorage
&) = delete;
40
DefaultMapStorage
& operator=(const
DefaultMapStorage
&) = delete;
42
virtual ~
DefaultMapStorage
();
H
A
D
area_code_map.h
33
class
DefaultMapStorage
;
73
scoped_ptr<const
DefaultMapStorage
> storage_;
H
A
D
area_code_map.cc
37
DefaultMapStorage
* storage = new
DefaultMapStorage
();
in ReadAreaCodeMap()
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H
A
D
DefaultMapStorage.java
31
class
DefaultMapStorage
extends PhonePrefixMapStorageStrategy {
class
33
public
DefaultMapStorage
() {}
in DefaultMapStorage()
method in DefaultMapStorage
H
A
D
PhonePrefixMap.java
73
return new
DefaultMapStorage
();
in createDefaultMapStorage()
125
phonePrefixMapStorage = new
DefaultMapStorage
();
in readExternal()
Completed in 2 milliseconds