HomeSort by relevance Sort by last modified time
    Searched refs:intvalue (Results 1 - 6 of 6) sorted by null

  /external/tinyxml2/docs/search/
all_8.js 9 ['intvalue',['IntValue',['../classtinyxml2_1_1_x_m_l_attribute.html#adfa2433f0fdafd5c3880936de9affa80',1,'tinyxml2::XMLAttribute']]]
functions_8.js 9 ['intvalue',['IntValue',['../classtinyxml2_1_1_x_m_l_attribute.html#adfa2433f0fdafd5c3880936de9affa80',1,'tinyxml2::XMLAttribute']]]
  /external/webrtc/webrtc/base/
macconversion.cc 101 int intvalue; local
103 static_cast<void*>(&intvalue));
104 if (converted) *i = static_cast<int>(intvalue);
  /external/libcups/cups/
options.c 205 long intvalue; /* Integer value */ local
211 intvalue = strtol(value, &ptr, 10);
212 if (intvalue < INT_MIN || intvalue > INT_MAX || *ptr)
215 return ((int)intvalue);
ipp.h     [all...]
ipp.c     [all...]

Completed in 248 milliseconds