Home
last modified time | relevance | path

Searched refs:strings_ (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast-value-factory.h320 strings_(nullptr), in AstValueFactory()
321 strings_end_(&strings_), in AstValueFactory()
388 strings_ = nullptr; in ResetStrings()
389 strings_end_ = &strings_; in ResetStrings()
401 AstRawString* strings_; variable
Dast-value-factory.cc374 for (AstRawString* current = strings_; current != nullptr;) { in Internalize()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc222 strings_ = empty_array_list; in WebSnapshotSerializer()
314 for (int i = 0; i < strings_->Length(); ++i) { in SerializePendingItems()
315 Handle<String> string = handle(String::cast(strings_->Get(i)), isolate_); in SerializePendingItems()
731 DCHECK_EQ(id, strings_->Length()); in DiscoverString()
732 strings_ = ArrayList::Add(isolate_, strings_, string); in DiscoverString()
1269 strings_ = *strings_handle_; in UpdatePointers()
1451 strings_ = *strings_handle_; in DeserializeStrings()
1460 strings_.set(i, *string); in DeserializeStrings()
1471 String string = String::cast(strings_.get(string_id)); in ReadString()
1474 strings_.set(string_id, string); in ReadString()
Dweb-snapshot.h235 Handle<ArrayList> strings_; variable
355 FixedArray strings_; variable
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h655 strings_(StringsMatch), in HeapSnapshotJSONSerializer()
694 base::CustomMatcherHashMap strings_; variable
Dheap-snapshot-generator.cc2758 strings_.LookupOrInsert(const_cast<char*>(s), StringHash(s)); in GetStringId()
3148 base::ScopedVector<const unsigned char*> sorted_strings(strings_.occupancy() + in SerializeStrings()
3150 for (base::HashMap::Entry* entry = strings_.Start(); entry != nullptr; in SerializeStrings()
3151 entry = strings_.Next(entry)) { in SerializeStrings()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc645 std::vector<std::unique_ptr<std::string>> strings_; member in google::protobuf::DescriptorPool::Tables
656 : strings_before_checkpoint(tables->strings_.size()), in CheckPoint()
877 strings_.resize(checkpoint.strings_before_checkpoint); in RollbackToLastCheckpoint()
1186 strings_.emplace_back(result); in AllocateString()
1192 strings_.emplace_back(result); in AllocateEmptyString()
/third_party/rust/crates/aho-corasick/src/packed/teddy/
DREADME.md360 _Fast searching in packed strings_.