Searched refs:StringPair (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/TableGen/
H A DStringMatcher.h33 typedef std::pair<std::string, std::string> StringPair; typedef in class:llvm::StringMatcher
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
/external/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp25 std::vector<StringMatcher::StringPair> Matches;
28 Matches.push_back(StringMatcher::StringPair(Spelling, "return true;"));
42 std::vector<StringMatcher::StringPair> MatchesEndTagOptional;
43 std::vector<StringMatcher::StringPair> MatchesEndTagForbidden;
46 StringMatcher::StringPair Match(Spelling, "return true;");
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp53 std::vector<StringMatcher::StringPair> NameToUTF8;
70 StringMatcher::StringPair Match(Spelling, CLiteral.str());
H A DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches;
69 Matches.push_back(StringMatcher::StringPair(Name, Return));
H A DClangAttrEmitter.cpp2498 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma;
2529 std::vector<StringMatcher::StringPair> *Matches = nullptr;
2548 Matches->push_back(StringMatcher::StringPair(Spelling,
2551 Matches->push_back(StringMatcher::StringPair(Spelling,
/external/llvm/lib/TableGen/
H A DStringMatcher.cpp24 StringMatcher::StringPair*> &Matches) {
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
70 std::map<char, std::vector<const StringPair*> > MatchesByLetter;
106 for (std::map<char, std::vector<const StringPair*> >::iterator LI =
129 std::map<unsigned, std::vector<const StringPair*> > MatchesByLength;
139 for (std::map<unsigned, std::vector<const StringPair*> >::iterator LI =
/external/chromium_org/net/http/
H A Dhttp_security_headers.cc105 typedef std::pair<std::string, std::string> StringPair; typedef in namespace:net::__anon9311
107 StringPair Split(const std::string& source, char delimiter) {
108 StringPair pair;
289 StringPair semicolon = Split(source, ';');
292 StringPair equals = Split(semicolon.first, '=');
/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.h32 typedef std::pair<std::string, std::string> StringPair; typedef in class:net::BaseTestServer
242 const std::vector<StringPair>& text_to_replace,
H A Dbase_test_server.cc269 const std::vector<StringPair>& text_to_replace,
273 const std::vector<StringPair>::const_iterator end = text_to_replace.end();
274 for (std::vector<StringPair>::const_iterator it = text_to_replace.begin();
/external/chromium_org/base/process/
H A Dinternal_linux.cc109 typedef std::pair<std::string, std::string> StringPair; typedef
110 std::vector<StringPair> key_value_pairs;
113 const StringPair& key_value_pair = key_value_pairs[i];
/external/chromium_org/third_party/icu/source/common/
H A Dserv.h400 * <p>A StringPair holds a displayName/ID pair. ICUService uses it
403 class U_COMMON_API StringPair : public UMemory {
421 * @return a StringPair if the creation was successful, otherwise NULL.
423 static StringPair* create(const UnicodeString& displayName,
434 StringPair(const UnicodeString& displayName, const UnicodeString& id);
H A Dserv.cpp294 StringPair*
295 StringPair::create(const UnicodeString& displayName,
300 StringPair* sp = new StringPair(displayName, id);
312 StringPair::isBogus() const {
316 StringPair::StringPair(const UnicodeString& _displayName, function in class:StringPair
326 U_NAMESPACE_USE delete (StringPair*) obj;
799 StringPair* sp = StringPair
[all...]
/external/icu/icu4c/source/common/
H A Dserv.h400 * <p>A StringPair holds a displayName/ID pair. ICUService uses it
403 class U_COMMON_API StringPair : public UMemory {
421 * @return a StringPair if the creation was successful, otherwise NULL.
423 static StringPair* create(const UnicodeString& displayName,
434 StringPair(const UnicodeString& displayName, const UnicodeString& id);
H A Dserv.cpp294 StringPair*
295 StringPair::create(const UnicodeString& displayName,
300 StringPair* sp = new StringPair(displayName, id);
312 StringPair::isBogus() const {
316 StringPair::StringPair(const UnicodeString& _displayName, function in class:StringPair
326 U_NAMESPACE_USE delete (StringPair*) obj;
799 StringPair* sp = StringPair
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp705 const StringPair* pair = (const StringPair*)names[i];
745 const StringPair* pair = (const StringPair*)names[i];
917 const StringPair* pair = (const StringPair*)names[i];
942 const StringPair* pair = (const StringPair*)names[i];
H A Dtstnorm.cpp1420 struct StringPair { const char *input, *expected; }; struct
1424 static const StringPair pairs[]={
1442 const StringPair &pair=pairs[i];
1454 static const StringPair pairs[]={
1474 const StringPair &pair=pairs[i];
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp705 const StringPair* pair = (const StringPair*)names[i];
745 const StringPair* pair = (const StringPair*)names[i];
917 const StringPair* pair = (const StringPair*)names[i];
942 const StringPair* pair = (const StringPair*)names[i];
H A Dtstnorm.cpp1420 struct StringPair { const char *input, *expected; }; struct
1424 static const StringPair pairs[]={
1442 const StringPair &pair=pairs[i];
1454 static const StringPair pairs[]={
1474 const StringPair &pair=pairs[i];
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1630 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2286 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2340 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2940 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
2965 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
3070 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
3098 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
3149 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
3168 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
3724 std::vector<net::SpawnedTestServer::StringPair> replacement_tex
[all...]
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui_browsertest.cc337 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp165 std::vector<StringMatcher::StringPair> MatchTable;
729 std::vector<StringMatcher::StringPair> Results;
735 Results.push_back(StringMatcher::StringPair(I->first, ResultCode));
H A DAsmMatcherEmitter.cpp2163 std::vector<StringMatcher::StringPair> Matches;
2169 Matches.push_back(StringMatcher::StringPair(CI.ValueName,
2186 std::vector<StringMatcher::StringPair> Matches;
2194 Matches.push_back(StringMatcher::StringPair(
2384 std::vector<StringMatcher::StringPair> Cases;
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc280 std::vector<net::SpawnedTestServer::StringPair> replacement_text;
300 std::vector<net::SpawnedTestServer::StringPair> replacement_text_frame_left;
315 std::vector<net::SpawnedTestServer::StringPair> replacement_text_top_frame;
330 std::vector<net::SpawnedTestServer::StringPair>
342 std::vector<net::SpawnedTestServer::StringPair>
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc37 typedef std::pair<std::string, std::string> StringPair; typedef in namespace:__anon3514
H A Dhost_content_settings_map.cc45 typedef std::pair<std::string, std::string> StringPair; typedef in namespace:__anon3519

Completed in 1348 milliseconds

12