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

  /external/webkit/Tools/Scripts/
clean-header-guards 38 match_results = contents.match(/#ifndef (\S+)\n#define \1/s)
39 if match_results
40 current_guard = match_results[1]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 39 class match_results;
47 // A _Results facade specialized for wrapping a templated match_results.
55 match_results<_FwdIterT, _Alloc>& __m);
65 match_results<_FwdIterT, _Alloc>& _M_results;
72 match_results<_FwdIterT, _Alloc>& __m)
78 typename match_results<_FwdIterT, _Alloc>::value_type __sm;
regex.h 1461 class match_results class in inherits:std::vector
1509 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1516 match_results(const match_results& __rhs) function in class:match_results
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 39 class match_results;
47 // A _Results facade specialized for wrapping a templated match_results.
55 match_results<_FwdIterT, _Alloc>& __m);
65 match_results<_FwdIterT, _Alloc>& _M_results;
72 match_results<_FwdIterT, _Alloc>& __m)
78 typename match_results<_FwdIterT, _Alloc>::value_type __sm;
regex.h 1461 class match_results class in inherits:std::vector
1509 match_results(const _Allocator& __a = _Allocator()) function in class:match_results
1516 match_results(const match_results& __rhs) function in class:match_results
    [all...]

Completed in 778 milliseconds