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

  /external/google-breakpad/src/common/linux/
synth_elf.h 76 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
  /frameworks/base/tools/aapt2/
StringPool.cpp 184 entry->index_ = strings_.size();
189 strings_.emplace_back(std::move(entry));
243 const size_t string_len = strings_.size();
245 strings_[index]->index_ = index;
251 for (std::unique_ptr<Entry>& entry : pool.strings_) {
258 std::move(pool.strings_.begin(), pool.strings_.end(), std::back_inserter(strings_));
259 pool.strings_.clear();
267 strings_.reserve(strings_.size() + string_count)
    [all...]
StringPool.h 188 return strings_;
193 return styles_.size() + strings_.size();
215 std::vector<std::unique_ptr<Entry>> strings_; member in class:aapt::StringPool
  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 38 : string_set_(), key_to_offset_(), strings_(), strtab_size_(0),
52 for (typename std::list<Stringdata*>::iterator p = this->strings_.begin();
53 p != this->strings_.end();
56 this->strings_.clear();
174 else if (this->strings_.empty())
178 Stringdata* psd = this->strings_.front();
202 this->strings_.push_front(psd);
204 this->strings_.push_back(psd);
520 program_name, name, this->strings_.size());
stringpool.h 403 Stringdata_list strings_; member in class:gold::Stringpool_template
  /art/compiler/utils/
test_dex_file_builder.h 35 : strings_(), types_(), fields_(), protos_(), dex_file_data_() {
40 auto it = strings_.emplace(str, IdxAndDataOffset()).first;
103 for (auto& entry : strings_) {
109 header->string_ids_size_ = strings_.size();
110 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
112 uint32_t type_ids_offset = string_ids_offset + strings_.size() * sizeof(DexFile::StringId);
167 for (const auto& entry : strings_) {
247 auto it = strings_.find(type);
248 CHECK(it != strings_.end());
386 std::map<std::string, IdxAndDataOffset> strings_; member in class:art::TestDexFileBuilder
    [all...]
  /external/google-breakpad/src/common/
stabs_reader.h 205 ByteBuffer strings_; member in class:google_breakpad::StabsReader
stabs_reader.cc 73 strings_(stabstr, stabstr_size),
83 if (offset < 0 || (size_t) offset >= strings_.Size()) {
90 return reinterpret_cast<const char *>(strings_.start + offset);
  /external/v8/src/ast/
ast-value-factory.h 408 strings_(nullptr),
409 strings_end_(&strings_),
476 strings_ = nullptr;
477 strings_end_ = &strings_;
491 // We need to keep track of strings_ in order since cons strings require their
493 AstString* strings_; member in class:v8::internal::AstValueFactory
ast-value-factory.cc 302 for (AstString* current = strings_; current != nullptr;) {
  /art/runtime/verifier/
verifier_deps.cc 56 DCHECK(other_deps.strings_.empty());
223 if (FindExistingStringId(deps->strings_, str, &found_id)) {
229 if (FindExistingStringId(deps->strings_, str, &found_id)) {
232 deps->strings_.push_back(str);
233 dex::StringIndex new_id(num_ids_in_dex + deps->strings_.size() - 1);
249 CHECK_LT(string_id.index_, deps->strings_.size());
250 return deps->strings_[string_id.index_];
697 EncodeStringVector(buffer, deps.strings_);
720 DecodeStringVector(&data_start, data_end, &deps->strings_);
758 return (strings_ == rhs.strings_) &
    [all...]
verifier_deps.h 187 std::vector<std::string> strings_; member in struct:art::verifier::VerifierDeps::DexFileDeps
226 // string ID. If not, an ID is assigned to the string and cached in `strings_`
  /art/runtime/mirror/
dex_cache.h 225 return OFFSET_OF_OBJECT_MEMBER(DexCache, strings_);
540 uint64_t strings_; // std::atomic<StringDexCachePair>*, array with num_strings_ member in class:art::mirror::FINAL
547 uint32_t num_strings_; // Number of elements in the strings_ array.
  /external/v8/src/profiler/
heap-snapshot-generator.h 577 strings_(StringsMatch),
616 base::CustomMatcherHashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
heap-snapshot-generator.cc     [all...]
  /art/runtime/hprof/
hprof.cc 578 for (const auto& p : strings_) {
648 auto it = strings_.find(string);
649 if (it != strings_.end()) {
653 strings_.Put(string, id);
900 SafeMap<std::string, HprofStringId> strings_; member in class:art::hprof::Hprof
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 515 vector<string*> strings_; // All strings in the pool. member in class:google::protobuf::DescriptorPool::Tables
526 : strings_before_checkpoint(tables->strings_.size()),
659 STLDeleteElements(&strings_);
745 strings_.begin() + checkpoint.strings_before_checkpoint, strings_.end());
758 strings_.resize(checkpoint.strings_before_checkpoint);
    [all...]
  /art/compiler/
verifier_deps_test.cc 436 has_strings |= !entry.second->strings_.empty();
    [all...]
  /art/runtime/
class_linker_test.cc 676 addOffset(OFFSETOF_MEMBER(mirror::DexCache, strings_), "strings");
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 605 milliseconds