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:prefixes_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H
A
D
default_map_storage.cc
35
return
prefixes_
[index];
in GetPrefix()
45
prefixes_
= descriptions->prefixes;
in ReadFromMap()
H
A
D
default_map_storage.h
68
const int32_t*
prefixes_
;
member in i18n::phonenumbers::DefaultMapStorage
70
// Sequence of prefix descriptions, in the same order than
prefixes_
.
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H
A
D
geocoding_data.pb.cc
583
prefixes_
(arena),
in PrefixesInfo()
593
prefixes_
(from.
prefixes_
),
in PrefixesInfo()
641
prefixes_
.Clear();
in Clear()
835
Int32Size(this->
prefixes_
);
in ByteSizeLong()
879
prefixes_
.MergeFrom(from.
prefixes_
);
in MergeFrom()
910
prefixes_
.InternalSwap(&other->
prefixes_
);
in InternalSwap()
H
A
D
geocoding_data.pb.h
569
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >
prefixes_
;
member in i18n::phonenumbers::PROTOBUF_FINAL
1464
return
prefixes_
.size();
in _internal_prefixes_size()
1470
prefixes_
.Clear();
in clear_prefixes()
1473
return
prefixes_
.Get(index);
in _internal_prefixes()
1480
prefixes_
.Set(index, value);
in set_prefixes()
1484
prefixes_
.Add(value);
in _internal_add_prefixes()
1492
return
prefixes_
;
in _internal_prefixes()
1501
return &
prefixes_
;
in _internal_mutable_prefixes()
Completed in 7 milliseconds