Lines Matching refs:noDuplication
2642 : cstr_(other.storage_.policy_ != noDuplication && other.cstr_ != 0
2646 ? (static_cast<DuplicationPolicy>(other.storage_.policy_) == noDuplication
2647 ? noDuplication : duplicate)
2703 bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
3392 key, static_cast<unsigned>(strlen(key)), CZString::noDuplication); // NOTE!
3436 CZString actualKey(key, static_cast<unsigned>(cend-key), CZString::noDuplication);
3500 CZString actualKey(key, static_cast<unsigned>(cend-key), CZString::noDuplication);