Searched refs:child_ (Results 1 – 5 of 5) 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
105 changed.child_ = child; in OnChildViewChanged()118 EXPECT_TRUE(child->IsSame(changed_[callback_index].child_)) in Verify()129 CefRefPtr<CefView> child_; member
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 …]