HomeSort by relevance Sort by last modified time
    Searched defs:strings_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/views/examples/
example_combobox_model.h 25 const char** strings_; member in class:views::examples::ExampleComboboxModel
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.h 58 std::vector<const char*> strings_; member in class:picasa::PmpColumnReader
  /art/runtime/mirror/
dex_cache.h 61 return OFFSET_OF_OBJECT_MEMBER(DexCache, strings_);
173 ObjectArray<String>* strings_; member in class:art::mirror::DexCache
  /external/chromium_org/win8/metro_driver/
file_picker.cc 30 std::for_each(strings_.begin(), strings_.end(), ::WindowsDeleteString);
35 strings_.push_back(MakeHString(list[i]));
42 if (index >= strings_.size())
45 return ::WindowsDuplicateString(strings_[index], item);
48 if (strings_.size() > UINT_MAX)
50 *size = static_cast<unsigned>(strings_.size());
81 std::vector<HSTRING> strings_; member in class:__anon17256::StringVectorImpl
file_picker_ash.cc 28 std::for_each(strings_.begin(), strings_.end(), ::WindowsDeleteString);
33 strings_.push_back(MakeHString(list[i]));
40 if (index >= strings_.size())
43 return ::WindowsDuplicateString(strings_[index], item);
46 if (strings_.size() > UINT_MAX)
48 *size = static_cast<unsigned>(strings_.size());
79 std::vector<HSTRING> strings_; member in class:__anon17257::StringVectorImpl
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 628 strings_(ObjectsMatch),
662 HashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
objects.cc 14715 FixedArray* strings_; member in class:v8::internal::StringsKey
    [all...]
  /art/runtime/hprof/
hprof.cc 539 for (StringMapIterator it = strings_.begin(); it != strings_.end(); ++it) {
602 StringMapIterator it = strings_.find(string);
603 if (it != strings_.end()) {
607 strings_.Put(string, id);
680 StringMap strings_; member in class:art::hprof::Hprof
    [all...]
  /external/v8/src/
profile-generator.h 1152 HashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 397 vector<string*> strings_; // All strings in the pool. member in class:google::protobuf::DescriptorPool::Tables
493 STLDeleteElements(&strings_);
503 strings_before_checkpoint_ = strings_.size();
529 strings_.begin() + strings_before_checkpoint_, strings_.end());
538 strings_.resize(strings_before_checkpoint_);
717 strings_.push_back(result);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 440 vector<string*> strings_; // All strings in the pool. member in class:google::protobuf::DescriptorPool::Tables
451 : strings_before_checkpoint(tables->strings_.size()),
558 STLDeleteElements(&strings_);
618 strings_.begin() + checkpoint.strings_before_checkpoint, strings_.end());
631 strings_.resize(checkpoint.strings_before_checkpoint);
811 strings_.push_back(result);
    [all...]

Completed in 325 milliseconds