/external/chromium_org/ui/views/examples/ |
example_combobox_model.cc | 13 : strings_(strings), count_(count) { 24 return ASCIIToUTF16(strings_[index]);
|
example_combobox_model.h | 25 const char** strings_; member in class:views::examples::ExampleComboboxModel
|
/external/chromium_org/chrome/utility/media_galleries/ |
pmp_column_reader.cc | 67 DCHECK_LT(row, strings_.size()); 68 *result = strings_[row]; 180 strings_.reserve(rows_read_); 185 while (strings_.size() < rows_read_) { 196 strings_.push_back(reinterpret_cast<const char*>(data_cursor));
|
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:__anon15447::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:__anon15448::StringVectorImpl
|
/external/chromium_org/components/policy/core/common/ |
schema.cc | 163 std::vector<std::string> strings_; member in class:policy::Schema::InternalStorage 197 storage->strings_.reserve(sizes.strings); 217 sizes.strings != storage->strings_.size() || 369 strings_.push_back(it.key()); 370 property_nodes_[index].key = strings_.back().c_str();
|
/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/chromium_org/v8/src/ |
heap-snapshot-generator.h | 593 strings_(StringsMatch), 631 HashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
|
heap-snapshot-generator.cc | [all...] |
objects.cc | 15331 FixedArray* strings_; member in class:v8::internal::StringsKey [all...] |
/external/v8/src/ |
profile-generator.h | 1152 HashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer [all...] |
profile-generator.cc | [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...] |
/art/runtime/ |
class_linker_test.cc | 611 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::DexCache, strings_), "strings")); [all...] |