Home
last modified time | relevance | path

Searched refs:child_ (Results 1 - 6 of 6) sorted by relevance

/third_party/ninja/src/
H A Dsubprocess-win32.cc26 Subprocess::Subprocess(bool use_console) : child_(NULL) , overlapped_(), in Subprocess()
37 if (child_) in ~Subprocess()
125 // child_ is already NULL; in Start()
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()
[all...]
H A Dsubprocess.h65 HANDLE child_; member
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc74 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()
H A Dearley-parser.h316 result.child_ = child; in Advance()
337 // We exclude {prev_} and {child_} from equality and hash computations,
361 const Item* child_ = nullptr; member in v8::internal::Item
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs2236 child_ = other.child_ != null ? other.child_.Clone() : null; in NestedTestAllTypes()
2249 private global::Google.Protobuf.TestProtos.NestedTestAllTypes child_; field in Google.Protobuf.TestProtos.NestedTestAllTypes
2252 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_ ! in CalculateSize()
[all...]
H A DUnittest.cs5019 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.NestedTestAllTypes
5035 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_ ! in CalculateSize()
[all...]

Completed in 35 milliseconds