HomeSort by relevance Sort by last modified time
    Searched defs:ParseInt32 (Results 1 - 5 of 5) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
headerparser.cc 86 bool VCDiffHeaderParser::ParseInt32(const char* variable_description,
157 if (!ParseInt32(variable_description, &parsed_value)) {
  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.cc 86 bool VCDiffHeaderParser::ParseInt32(const char* variable_description,
157 if (!ParseInt32(variable_description, &parsed_value)) {
  /external/open-vcdiff/src/
headerparser.cc 86 bool VCDiffHeaderParser::ParseInt32(const char* variable_description,
157 if (!ParseInt32(variable_description, &parsed_value)) {
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 222 bool ParseInt32(const Message& src_text, const char* str, Int32* value) {
272 if (!ParseInt32(Message() << "Environment variable " << env_var,
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 578 status_t err = ParseInt32(line.c_str() + colonPos + 1, &x);
1062 status_t M3UParser::ParseInt32(const char *s, int32_t *x) {

Completed in 55 milliseconds