webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <cstring>
#include <memory>
#include <sstream>
#include <sys/utsname.h>
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/macutils.h"
#include "webrtc/base/stringutils.h"
Namespaces | |
rtc | |
Functions | |
bool | rtc::ToUtf8 (const CFStringRef str16, std::string *str8) |
bool | rtc::ToUtf16 (const std::string &str8, CFStringRef *str16) |
void | rtc::DecodeFourChar (UInt32 fc, std::string *out) |
MacOSVersionName | rtc::GetOSVersionName () |