OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendS64
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
StringTest.cpp
53
a.
appendS64
(72036854775808LL, 0);
57
a.
appendS64
(-1844674407370LL, 0);
61
a.
appendS64
(73709551616LL, 15);
65
a.
appendS64
(-429496729612LL, 15);
/external/skia/include/core/
SkString.h
129
void
appendS64
(int64_t value, int minDigits = 0) { this->insertS64((size_t)-1, value, minDigits); }
/external/skia/src/core/
SkStream.cpp
129
tmp.
appendS64
(dec, minDigits);
Completed in 273 milliseconds