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

  /external/lldb/include/lldb/
lldb-private-enumerations.h 165 eNameMatchEndsWith,
  /external/lldb/source/
lldb.cpp 415 case eNameMatchEndsWith: return name_sref.endswith (match_sref);
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 562 case eNameMatchEndsWith: match_desc = "ended with"; break;
683 match_info.SetNameMatchType (eNameMatchEndsWith);
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 357 match_info.SetNameMatchType (eNameMatchEndsWith);
GDBRemoteCommunicationClient.cpp     [all...]

Completed in 189 milliseconds