Searched refs:strings_ (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dsynth_elf.h76 if (strings_.find(s) != strings_.end())
77 return strings_[s];
81 strings_[s] = string_label;
90 map<string,Label> strings_; member in class:google_breakpad::synth_elf::StringTable
/external/v8/src/
H A Dast-value-factory.cc205 DCHECK(strings_ != NULL);
207 int len = strings_->length();
210 const AstRawString* string = (*strings_)[i];
265 strings_.Add(new_string);
280 for (int i = 0; i < strings_.length(); ++i) {
281 strings_[i]->Internalize(isolate);
399 strings_.Add(new_string);
H A Dast-value-factory.h213 strings_ = s;
228 ZoneList<const AstRawString*>* strings_; member in union:v8::internal::AstValue::__anon14780
329 List<AstString*> strings_; member in class:v8::internal::AstValueFactory
H A Dheap-snapshot-generator.h562 strings_(StringsMatch),
600 HashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
H A Dheap-snapshot-generator.cc2769 HashMap::Entry* cache_entry = strings_.Lookup(
3130 strings_.occupancy() + 1);
3131 for (HashMap::Entry* entry = strings_.Start();
3133 entry = strings_.Next(entry)) {
H A Dobjects.cc14818 explicit StringsKey(Handle<FixedArray> strings) : strings_(strings) { }
14822 int len = strings_->length();
14825 if (o->get(i) != strings_->get(i)) return false;
14830 uint32_t Hash() OVERRIDE { return HashForObject(*strings_); }
14842 Handle<Object> AsHandle(Isolate* isolate) OVERRIDE { return strings_; }
14845 Handle<FixedArray> strings_; member in class:v8::StringsKey
/external/google-breakpad/src/common/
H A Dstabs_reader.h205 ByteBuffer strings_; member in class:google_breakpad::StabsReader
H A Dstabs_reader.cc73 strings_(stabstr, stabstr_size),
83 if (offset < 0 || (size_t) offset >= strings_.Size()) {
90 return reinterpret_cast<const char *>(strings_.start + offset);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc458 vector<string*> strings_; // All strings in the pool. member in class:google::protobuf::DescriptorPool::Tables
469 : strings_before_checkpoint(tables->strings_.size()),
593 STLDeleteElements(&strings_);
653 strings_.begin() + checkpoint.strings_before_checkpoint, strings_.end());
666 strings_.resize(checkpoint.strings_before_checkpoint);
848 strings_.push_back(result);

Completed in 207 milliseconds