HomeSort by relevance Sort by last modified time
    Searched full:mutable_dictionary (Results 1 - 6 of 6) sorted by null

  /external/lldb/test/lang/objc/objc-new-syntax/
main.m 14 NSMutableDictionary *mutable_dictionary = [NSMutableDictionary dictionaryWithCapacity:1];
15 [mutable_dictionary addEntriesFromDictionary:immutable_dictionary];
TestObjCNewSyntax.py 82 self.expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
85 self.expect("expr --object-description -- mutable_dictionary[@\"key\"] = @\"object\"", VARIABLES_DISPLAYED_CORRECTLY,
88 self.expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl.cc 234 scoped_ptr<HashStoreContents::MutableDictionary> mutable_dictionary = local
236 (*mutable_dictionary)->Remove(path, NULL);
247 (*mutable_dictionary)->SetString(
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.cc 356 specifics.mutable_dictionary()->set_word(word);
496 specifics.mutable_dictionary()->set_word(word);
508 specifics.mutable_dictionary()->set_word(word);
spellcheck_custom_dictionary_unittest.cc 52 specifics.mutable_dictionary()->set_word(word);
375 specifics.mutable_dictionary()->set_word(word);
386 specifics.mutable_dictionary()->set_word(word);
396 specifics.mutable_dictionary()->set_word(word);
406 specifics.mutable_dictionary()->set_word(word);
416 specifics.mutable_dictionary()->set_word(word);
    [all...]
  /external/chromium_org/sync/syncable/
model_type.cc 102 specifics->mutable_dictionary();
    [all...]

Completed in 112 milliseconds