Searched refs:strings_ (Results 1 – 8 of 8) sorted by relevance
76 if (strings_.find(s) != strings_.end()) in Add()77 return strings_[s]; in Add()81 strings_[s] = string_label; in Add()90 map<string,Label> strings_; variable
336 strings_(nullptr), in AstValueFactory()337 strings_end_(&strings_), in AstValueFactory()409 strings_ = nullptr; in ResetStrings()410 strings_end_ = &strings_; in ResetStrings()429 AstString* strings_; variable
299 for (AstString* current = strings_; current != nullptr;) { in Internalize()
73 strings_(stabstr, stabstr_size), in StabsReader()83 if (offset < 0 || (size_t) offset >= strings_.Size()) { in SymbolString()90 return reinterpret_cast<const char *>(strings_.start + offset); in SymbolString()
205 ByteBuffer strings_; variable
577 strings_(StringsMatch), in HeapSnapshotJSONSerializer()616 base::CustomMatcherHashMap strings_; variable
2724 strings_.LookupOrInsert(const_cast<char*>(s), StringHash(s)); in GetStringId()3107 strings_.occupancy() + 1); in SerializeStrings()3108 for (base::HashMap::Entry* entry = strings_.Start(); entry != NULL; in SerializeStrings()3109 entry = strings_.Next(entry)) { in SerializeStrings()
515 vector<string*> strings_; // All strings in the pool. member in google::protobuf::DescriptorPool::Tables526 : strings_before_checkpoint(tables->strings_.size()), in CheckPoint()659 STLDeleteElements(&strings_); in ~Tables()745 strings_.begin() + checkpoint.strings_before_checkpoint, strings_.end()); in RollbackToLastCheckpoint()758 strings_.resize(checkpoint.strings_before_checkpoint); in RollbackToLastCheckpoint()993 strings_.push_back(result); in AllocateString()