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

  /external/lldb/include/lldb/Core/
RegularExpression.h 72 GetMatchAtIndex (const char* s, uint32_t idx, std::string& match_str) const;
75 GetMatchAtIndex (const char* s, uint32_t idx, llvm::StringRef& match_str) const;
  /external/lldb/source/Core/
RegularExpression.cpp 163 RegularExpression::Match::GetMatchAtIndex (const char* s, uint32_t idx, std::string& match_str) const
184 RegularExpression::Match::GetMatchAtIndex (const char* s, uint32_t idx, llvm::StringRef& match_str) const
Disassembler.cpp 699 regex_match.GetMatchAtIndex (line.c_str(), 1, value);
772 regex_match.GetMatchAtIndex (line.c_str(), 1, key);
773 regex_match.GetMatchAtIndex (line.c_str(), 2, value);
    [all...]
ConnectionFileDescriptor.cpp 61 if (regex_match.GetMatchAtIndex (host_and_port, 1, host_str) &&
62 regex_match.GetMatchAtIndex (host_and_port, 2, port_str))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 141 if (HasMatchAt(line) && GetMatchAtIndex(line).associated_keyword.get()) {
172 const AutocompleteMatch& match = GetMatchAtIndex(i);
270 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index));
456 const AutocompleteMatch& OmniboxPopupContentsView::GetMatchAtIndex(
omnibox_popup_contents_view.h 119 const AutocompleteMatch& GetMatchAtIndex(size_t index) const;
  /external/lldb/source/Interpreter/
CommandObjectRegexCommand.cpp 73 if (regex_match.GetMatchAtIndex (command, match_idx, match_str))
  /external/lldb/source/Symbol/
ObjectFile.cpp 580 if (regex_match.GetMatchAtIndex (path_with_object, 1, path) &&
581 regex_match.GetMatchAtIndex (path_with_object, 2, obj))
Variable.cpp 404 if (regex_match.GetMatchAtIndex(variable_expr_path, 1, variable_name))
    [all...]
  /external/lldb/source/Target/
ThreadPlanStepInRange.cpp 305 regex_match.GetMatchAtIndex(frame_function_name,0, match);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp     [all...]

Completed in 993 milliseconds