Searched refs:paths_ (Results 1 – 11 of 11) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMask.cs | 272 paths_ = other.paths_.Clone(); in FieldMask() 285 private readonly pbc::RepeatedField<string> paths_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.WellKnownTypes.FieldMask 291 get { return paths_; } 307 if(!paths_.Equals(other.paths_)) return false; in Equals() 314 hash ^= paths_.GetHashCode(); in GetHashCode() 331 paths_.WriteTo(output, _repeated_paths_codec); in WriteTo() 341 paths_.WriteTo(ref output, _repeated_paths_codec); in IBufferMessage.InternalWriteTo() 351 size += paths_.CalculateSize(_repeated_paths_codec); in CalculateSize() 363 paths_.Add(other.paths_); in MergeFrom() 379 paths_.AddEntriesFrom(input, _repeated_paths_codec); in MergeFrom() [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | field_mask.pb.h | 215 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> paths_; 232 return paths_.size(); in _internal_paths_size() 238 paths_.Clear(); in clear_paths() 245 return paths_.Get(index); in _internal_paths() 253 return paths_.Mutable(index); in mutable_paths() 257 paths_.Mutable(index)->assign(value); in set_paths() 261 paths_.Mutable(index)->assign(std::move(value)); in set_paths() 265 paths_.Mutable(index)->assign(value); in set_paths() 269 paths_.Mutable(index)->assign( in set_paths() 274 return paths_.Add(); in _internal_add_paths() [all …]
|
D | field_mask.pb.cc | 47 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FieldMask, paths_), 92 paths_(arena) { in FieldMask() 99 paths_(from.paths_) { in FieldMask() 139 paths_.Clear(); in Clear() 221 ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(paths_.size()); in ByteSizeLong() 222 for (int i = 0, n = paths_.size(); i < n; i++) { in ByteSizeLong() 224 paths_.Get(i)); in ByteSizeLong() 258 paths_.MergeFrom(from.paths_); in MergeFrom() 282 paths_.InternalSwap(&other->paths_); in InternalSwap()
|
/third_party/ninja/src/ |
D | state.cc | 101 paths_[node->path()] = node; in GetNode() 106 Paths::const_iterator i = paths_.find(path); in LookupNode() 107 if (i != paths_.end()) in LookupNode() 118 for (Paths::iterator i = paths_.begin(); i != paths_.end(); ++i) { in SpellcheckNode() 183 for (Paths::iterator i = paths_.begin(); i != paths_.end(); ++i) in Reset() 193 for (Paths::iterator i = paths_.begin(); i != paths_.end(); ++i) { in Dump()
|
D | test.cc | 134 for (State::Paths::const_iterator p = state.paths_.begin(); in VerifyGraph() 135 p != state.paths_.end(); ++p) { in VerifyGraph()
|
D | state.h | 127 Paths paths_; member
|
D | ninja.cc | 1313 int count = (int)state_.paths_.size(); in DumpMetrics() 1314 int buckets = (int)state_.paths_.bucket_count(); in DumpMetrics()
|
/third_party/node/src/ |
D | node_file-inl.h | 17 paths_.emplace_back(std::move(path)); in PushPath() 21 paths_.push_back(path); in PushPath() 31 CHECK(!paths_.empty()); in PopPath() 32 std::string path = std::move(paths_.back()); in PopPath() 33 paths_.pop_back(); in PopPath()
|
D | node_file.h | 50 const std::vector<std::string>& paths() const { return paths_; } in paths() 61 std::vector<std::string> paths_; variable
|
D | node_file.cc | 133 tracker->TrackField("paths", paths_); in MemoryInfo()
|
/third_party/node/tools/ |
D | lint-md.mjs | 7511 const unifyPaths = (paths_) => { argument 7515 const paths = flatten$1(arrify(paths_)); 7824 * @param {Path|Array<Path>} paths_ 7829 add(paths_, _origAdd, _internal) { argument 7832 let paths = unifyPaths(paths_); 7889 * @param {Path|Array<Path>} paths_ - string or array of strings, file/directory paths and/or globs 7892 unwatch(paths_) { argument 7894 const paths = unifyPaths(paths_);
|