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

  /art/tools/veridex/
hidden_api_finder.h 53 std::set<std::string> strings_; member in class:art::HiddenApiFinder
  /external/perf_data_converter/src/
builder.h 110 std::unordered_map<string, int64> strings_; member in class:perftools::profiles::Builder
  /frameworks/base/tools/aapt2/
StringPool.h 189 return strings_;
194 return styles_.size() + strings_.size();
216 std::vector<std::unique_ptr<Entry>> strings_; member in class:aapt::StringPool
  /art/runtime/verifier/
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_`
  /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
  /external/google-breakpad/src/common/
stabs_reader.h 205 ByteBuffer strings_; member in class:google_breakpad::StabsReader
  /art/runtime/mirror/
dex_cache.h 226 return OFFSET_OF_OBJECT_MEMBER(DexCache, strings_);
531 uint64_t strings_; // std::atomic<StringDexCachePair>*, array with num_strings_ member in class:art::mirror::FINAL
538 uint32_t num_strings_; // Number of elements in the strings_ array.
  /toolchain/binutils/binutils-2.27/gold/
stringpool.h 403 Stringdata_list strings_; member in class:gold::Stringpool_template
  /art/libdexfile/dex/
test_dex_file_builder.h 37 : strings_(), types_(), fields_(), protos_(), dex_file_data_() {
42 auto it = strings_.emplace(str, IdxAndDataOffset()).first;
105 for (auto& entry : strings_) {
111 header->string_ids_size_ = strings_.size();
112 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
114 uint32_t type_ids_offset = string_ids_offset + strings_.size() * sizeof(DexFile::StringId);
169 for (const auto& entry : strings_) {
250 auto it = strings_.find(type);
251 CHECK(it != strings_.end());
389 std::map<std::string, IdxAndDataOffset> strings_; member in class:art::TestDexFileBuilder
    [all...]
  /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
  /external/v8/src/profiler/
heap-snapshot-generator.h 577 strings_(StringsMatch),
616 base::CustomMatcherHashMap strings_; member in class:v8::internal::HeapSnapshotJSONSerializer
  /art/runtime/hprof/
hprof.cc 577 for (const auto& p : strings_) {
647 auto it = strings_.find(string);
648 if (it != strings_.end()) {
652 strings_.Put(string, id);
891 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...]
  /external/kotlinc/lib/
kotlin-reflect.jar 
  /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-reflect/1.2.0/
kotlin-reflect-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.20/
kotlin-reflect-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 554 milliseconds