MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ToUpper

Function ToUpper

rtpose_wrapper/src/gtest/gtest.h:2598–2600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2596 return static_cast<char>(tolower(static_cast<unsigned char>(ch)));
2597}
2598inline char ToUpper(char ch) {
2599 return static_cast<char>(toupper(static_cast<unsigned char>(ch)));
2600}
2601
2602// The testing::internal::posix namespace holds wrappers for common
2603// POSIX functions. These wrappers hide the differences between

Callers 1

FlagToEnvVarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected