Searched refs:child_ (Results 1 – 6 of 6) sorted by relevance
26 Subprocess::Subprocess(bool use_console) : child_(NULL) , overlapped_(), in Subprocess()37 if (child_) in ~Subprocess()152 child_ = process_info.hProcess; in Start()189 if (!child_) in Finish()193 WaitForSingleObject(child_, INFINITE); in Finish()196 GetExitCodeProcess(child_, &exit_code); in Finish()198 CloseHandle(child_); in Finish()199 child_ = NULL; in Finish()247 if (subprocess->child_) in Add()296 if ((*i)->child_ && !(*i)->use_console_) { in Clear()[all …]
65 HANDLE child_; member
74 children.push_back(current->child_); in Children()100 if (child_ != other.child_) { in CheckAmbiguity()103 << child_->GetMatchedInput(tokens).ToString() << "\":\n " in CheckAmbiguity()104 << child_->SplitByChildren(tokens) << "\nvs\n " in CheckAmbiguity()105 << other.child_->SplitByChildren(tokens); in CheckAmbiguity()
316 result.child_ = child;361 const Item* child_ = nullptr; variable
2236 child_ = other.child_ != null ? other.child_.Clone() : null; in NestedTestAllTypes()2249 private global::Google.Protobuf.TestProtos.NestedTestAllTypes child_; field in Google.Protobuf.TestProtos.NestedTestAllTypes2252 get { return child_; }2254 child_ = value;2301 if (child_ != null) hash ^= Child.GetHashCode(); in GetHashCode()2320 if (child_ != null) { in WriteTo()2338 if (child_ != null) { in IBufferMessage.InternalWriteTo()2356 if (child_ != null) { in CalculateSize()2374 if (other.child_ != null) { in MergeFrom()2375 if (child_ == null) { in MergeFrom()[all …]
5019 child_ = other.child_ != null ? other.child_.Clone() : null; in NestedTestAllTypes()5032 private global::Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes child_; field in Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes5035 get { return child_; }5037 child_ = value;5084 if (child_ != null) hash ^= Child.GetHashCode(); in GetHashCode()5103 if (child_ != null) { in WriteTo()5121 if (child_ != null) { in IBufferMessage.InternalWriteTo()5139 if (child_ != null) { in CalculateSize()5157 if (other.child_ != null) { in MergeFrom()5158 if (child_ == null) { in MergeFrom()[all …]