Searched defs:strings_ (Results 1 - 6 of 6) 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/google-breakpad/src/common/
H A Dstabs_reader.h205 ByteBuffer strings_; member in class:google_breakpad::StabsReader
/external/v8/src/ast/
H A Dast-value-factory.h232 ZoneList<const AstRawString*>* strings_; member in union:v8::internal::AstValue::__anon18462
358 List<AstString*> strings_; member in class:v8::internal::AstValueFactory
/external/v8/src/profiler/
H A Dheap-snapshot-generator.h573 strings_(StringsMatch),
612 base::HashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
/external/opencv3/modules/features2d/src/
H A Dbrisk.cpp66 return strings_;
132 int strings_; // number of uchars the descriptor consists of member in class:cv::BRISK_Impl
445 strings_ = (int) ceil((float(noShortPairs_)) / 128.0) * 4 * 4;
689 _descriptors.create((int)ksize, strings_, CV_8U);
796 ptr += strings_;
/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 282 milliseconds