HomeSort by relevance Sort by last modified time
    Searched refs:regex_match (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 1912 regex_match(_Bi_iter __s, function
1943 regex_match(_Bi_iter __first, _Bi_iter __last, function
1968 regex_match(const _Ch_type* __s, function
1992 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, function
2015 regex_match(const _Ch_type* __s, function
2037 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 1916 regex_match(_Bi_iter __s, function
1947 regex_match(_Bi_iter __first, _Bi_iter __last, function
1972 regex_match(const _Ch_type* __s, function
1996 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, function
2019 regex_match(const _Ch_type* __s, function
2041 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 1878 regex_match(_Bi_iter __s, function
1909 regex_match(_Bi_iter __first, _Bi_iter __last, function
1934 regex_match(const _Ch_type* __s, function
1958 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, function
1981 regex_match(const _Ch_type* __s, function
2003 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, function
    [all...]
  /external/lldb/source/Core/
Disassembler.cpp 696 RegularExpression::Match regex_match(1);
697 bool reg_exp_success = g_reg_exp.Execute (line.c_str(), &regex_match);
699 regex_match.GetMatchAtIndex (line.c_str(), 1, value);
765 RegularExpression::Match regex_match(2);
767 bool reg_exp_success = g_reg_exp.Execute (line.c_str(), &regex_match);
772 regex_match.GetMatchAtIndex (line.c_str(), 1, key);
773 regex_match.GetMatchAtIndex (line.c_str(), 2, value);
    [all...]
ConnectionFileDescriptor.cpp 58 RegularExpression::Match regex_match(2);
59 if (g_regex.Execute (host_and_port, &regex_match))
61 if (regex_match.GetMatchAtIndex (host_and_port, 1, host_str) &&
62 regex_match.GetMatchAtIndex (host_and_port, 2, port_str))
    [all...]
  /external/lldb/source/Symbol/
ObjectFile.cpp 575 RegularExpression::Match regex_match(2);
576 if (g_object_regex.Execute (path_with_object, &regex_match))
580 if (regex_match.GetMatchAtIndex (path_with_object, 1, path) &&
581 regex_match.GetMatchAtIndex (path_with_object, 2, obj))
Variable.cpp 400 RegularExpression::Match regex_match(1);
401 if (g_regex.Execute(variable_expr_path, &regex_match))
404 if (regex_match.GetMatchAtIndex(variable_expr_path, 1, variable_name))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 1970 regex_match(_Bi_iter __s, function
1998 regex_match(_Bi_iter __first, _Bi_iter __last, function
2023 regex_match(const _Ch_type* __s, function
2047 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, function
2070 regex_match(const _Ch_type* __s, function
2092 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, function
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp     [all...]

Completed in 697 milliseconds

12