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/chromium_org/third_party/skia/tests/
StringTest.cpp
123
a.
appendS64
(0x7FFFFFFFFFFFFFFFLL, 0);
126
a.
appendS64
(0x8000000000000001LL, 0);
129
a.
appendS64
(0x8000000000000000LL, 0);
132
a.
appendS64
(0x0000000001000000LL, 15);
135
a.
appendS64
(0xFFFFFFFFFF000000LL, 15);
/external/chromium_org/third_party/skia/include/core/
SkString.h
179
void
appendS64
(int64_t value, int minDigits = 0) { this->insertS64((size_t)-1, value, minDigits); }
/external/chromium_org/third_party/skia/src/core/
SkStream.cpp
98
tmp.
appendS64
(dec, minDigits);
Completed in 106 milliseconds