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:SimpleItoa
(Results
1 - 9
of
9
) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/
H
A
D
common_unittest.cc
98
"[libprotobuf INFO " __FILE__ ":" +
SimpleItoa
(line + 1) + "] A message.\n"
in TEST()
99
"[libprotobuf WARNING " __FILE__ ":" +
SimpleItoa
(line + 2) + "] A warning.\n"
in TEST()
100
"[libprotobuf ERROR " __FILE__ ":" +
SimpleItoa
(line + 3) + "] An error.\n",
in TEST()
131
"2 " __FILE__ ":" +
SimpleItoa
(start_line + 1) + ": An error.",
in TEST()
134
"1 " __FILE__ ":" +
SimpleItoa
(start_line + 2) + ": A warning.",
in TEST()
157
"0 " __FILE__ ":" +
SimpleItoa
(line1) + ": Visible1",
in TEST()
160
"0 " __FILE__ ":" +
SimpleItoa
(line2) + ": Visible2",
in TEST()
H
A
D
strutil.h
529
//
SimpleItoa
()
534
PROTOBUF_EXPORT string
SimpleItoa
(int i);
535
PROTOBUF_EXPORT string
SimpleItoa
(unsigned int i);
536
PROTOBUF_EXPORT string
SimpleItoa
(long i);
537
PROTOBUF_EXPORT string
SimpleItoa
(unsigned long i);
538
PROTOBUF_EXPORT string
SimpleItoa
(long long i);
539
PROTOBUF_EXPORT string
SimpleItoa
(unsigned long long i);
H
A
D
strutil.cc
1113
//
SimpleItoa
()
1119
string
SimpleItoa
(int i) {
in SimpleItoa()
function
1126
string
SimpleItoa
(unsigned int i) {
in SimpleItoa()
function
1133
string
SimpleItoa
(long i) {
in SimpleItoa()
function
1140
string
SimpleItoa
(unsigned long i) {
in SimpleItoa()
function
1147
string
SimpleItoa
(long long i) {
in SimpleItoa()
function
1154
string
SimpleItoa
(unsigned long long i) {
in SimpleItoa()
function
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H
A
D
area_code_map.cc
51
safe_strto64(
SimpleItoa
(number.country_code()) + national_number,
in Lookup()
60
string phone_prefix_str =
SimpleItoa
(phone_prefix);
in Lookup()
/third_party/libphonenumber/cpp/src/phonenumbers/
H
A
D
stringutil.h
38
string
SimpleItoa
(uint64_t n);
39
string
SimpleItoa
(int64_t n);
40
string
SimpleItoa
(int n);
H
A
D
stringutil.cc
40
string
SimpleItoa
(int n) {
in SimpleItoa()
function
44
string
SimpleItoa
(uint64 n) {
in SimpleItoa()
function
48
string
SimpleItoa
(int64 n) {
in SimpleItoa()
function
H
A
D
phonenumbermatcher.cc
129
string country_code =
SimpleItoa
(number.country_code());
in AllNumberGroupsRemainGrouped()
909
if (normalized_country_code ==
SimpleItoa
(number.country_code())) {
in ContainsMoreThanOneSlashInNationalNumber()
H
A
D
phonenumberutil.cc
196
SimpleItoa
(static_cast<uint64>(first_number.national_number()));
in IsNationalNumberSuffixOfTheOther()
198
SimpleItoa
(static_cast<uint64>(second_number.national_number()));
in IsNationalNumberSuffixOfTheOther()
2110
SimpleItoa
(country_calling_code),
in GetExampleNumberForNonGeoEntity()
3051
string default_country_code_string(
SimpleItoa
(default_country_code));
in MaybeExtractCountryCode()
/third_party/libphonenumber/cpp/test/phonenumbers/
H
A
D
stringutil_test.cc
35
// Test
SimpleItoa
implementation.
36
TEST(StringUtilTest,
SimpleItoa
) {
in TEST()
37
EXPECT_EQ("10",
SimpleItoa
(10));
in TEST()
Completed in 15 milliseconds