OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsignedChar
(Results
1 - 3
of
3
) sorted by null
/external/chromium/testing/gtest/src/
gtest-printers.cc
147
// The template argument
UnsignedChar
is the unsigned version of Char,
149
template <typename
UnsignedChar
, typename Char>
187
*os << String::Format("\\x%X", static_cast<
UnsignedChar
>(c));
218
//
UnsignedChar
is the unsigned version of Char, which is the type of c.
219
template <typename
UnsignedChar
, typename Char>
223
const CharFormat format = PrintAsCharLiteralTo<
UnsignedChar
>(c, os);
240
static_cast<
UnsignedChar
>(c)).c_str();
/external/chromium/chrome/common/
metrics_helpers.cc
42
inline const unsigned char*
UnsignedChar
(const char* input) {
135
xmlNewProp(root,
UnsignedChar
("hardwareclass"),
136
UnsignedChar
(hardware_class_.c_str()));
325
UnsignedChar
(name.c_str()),
326
UnsignedChar
(value.c_str()));
358
UnsignedChar
(name));
/external/chromium/testing/gtest/test/
gtest-printers_test.cc
302
TEST(PrintCharTest,
UnsignedChar
) {
468
TEST(PrintCharPointerTest,
UnsignedChar
) {
[
all
...]
Completed in 91 milliseconds