Home
last modified time | relevance | path

Searched refs:SimpleStringDictionary (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/common/
Dsimple_string_dictionary_unittest.cc63 TEST(NonAllocatingMapTest, SimpleStringDictionary) { in TEST() argument
65 SimpleStringDictionary dict; in TEST()
128 SimpleStringDictionary* dict = new SimpleStringDictionary(); in TEST()
131 char key[SimpleStringDictionary::key_size]; in TEST()
132 char value[SimpleStringDictionary::value_size]; in TEST()
134 const int kDictionaryCapacity = SimpleStringDictionary::num_entries; in TEST()
173 SimpleStringDictionary::Iterator iter(*dict); in TEST()
185 const SimpleStringDictionary::Entry* entry; in TEST()
Dsimple_string_dictionary.h256 typedef NonAllocatingMap<256, 256, 64> SimpleStringDictionary; typedef
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h66 const google_breakpad::SimpleStringDictionary::Entry &inEntry) { in KeyValueMessageData()
71 char key[google_breakpad::SimpleStringDictionary::key_size];
72 char value[google_breakpad::SimpleStringDictionary::value_size];
156 SimpleStringDictionary config_params_;
DConfigFile.mm30 // Utility class that can persist a SimpleStringDictionary to disk.
121 const SimpleStringDictionary *configurationParameters,
149 const SimpleStringDictionary &dictionary = *configurationParameters;
151 const SimpleStringDictionary::Entry *entry = NULL;
152 SimpleStringDictionary::Iterator iter(dictionary);
DConfigFile.h53 const SimpleStringDictionary *configurationParameters,
/external/google-breakpad/src/client/ios/
DBreakpad.mm62 using google_breakpad::SimpleStringDictionary;
193 SimpleStringDictionary *config_params_; // Create parameters (STRONG)
309 config_params_->~SimpleStringDictionary();
377 new (gKeyValueAllocator->Allocate(sizeof(SimpleStringDictionary)) )
378 SimpleStringDictionary();
380 SimpleStringDictionary &dictionary = *config_params_;
498 SimpleStringDictionary::Iterator it(*config_params_);
499 while (const SimpleStringDictionary::Entry *next = it.Next()) {
528 SimpleStringDictionary params = *config_params_;
576 SimpleStringDictionary params = *config_params_;
[all …]
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm67 using google_breakpad::SimpleStringDictionary;
211 SimpleStringDictionary *config_params_; // Create parameters (STRONG)
429 config_params_->~SimpleStringDictionary();
591 new (gKeyValueAllocator->Allocate(sizeof(SimpleStringDictionary)) )
592 SimpleStringDictionary();
594 SimpleStringDictionary &dictionary = *config_params_;
725 const SimpleStringDictionary::Entry *entry = NULL;
726 SimpleStringDictionary::Iterator iter(*config_params_);
796 ProtectedMemoryAllocator(sizeof(SimpleStringDictionary));
798 // Create a mutex for use in accessing the SimpleStringDictionary