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

  /external/webrtc/webrtc/base/
stringutils.h 142 inline const CTYPE* nonnull(const CTYPE* str, const CTYPE* def_str = NULL) {
143 return str ? str : (def_str ? def_str : Traits<CTYPE>::empty_str());
  /external/python/cpython2/Lib/idlelib/
configDialog.py     [all...]

Completed in 72 milliseconds