Home
last modified time | relevance | path

Searched refs:child_ (Results 1 – 9 of 9) sorted by relevance

/external/marisa-trie/lib/marisa/grimoire/trie/
Dcache.h14 Cache() : parent_(0), child_(0), union_() { in Cache()
18 : parent_(cache.parent_), child_(cache.child_), union_(cache.union_) {} in Cache()
22 child_ = cache.child_;
33 child_ = (UInt32)child; in set_child()
50 return child_; in child()
70 UInt32 child_; variable
/external/cronet/net/disk_cache/blockfile/
Dsparse_control.cc209 if (child_) in ~SparseControl()
477 if (child_) { in OpenChild()
479 if (key == child_->GetKey()) in OpenChild()
491 child_ = entry_->backend_->OpenEntryImpl(key); in OpenChild()
492 if (!child_) in OpenChild()
495 if (!(CHILD_ENTRY & child_->GetEntryFlags()) || in OpenChild()
496 child_->GetDataSize(kSparseIndex) < static_cast<int>(sizeof(child_data_))) in OpenChild()
504 int rv = child_->ReadData(kSparseIndex, 0, buf.get(), sizeof(child_data_), in OpenChild()
529 int rv = child_->WriteData(kSparseIndex, 0, buf.get(), sizeof(child_data_), in CloseChild()
533 child_ = nullptr; in CloseChild()
[all …]
Dsparse_control.h159 scoped_refptr<EntryImpl> child_; // The current child entry. variable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/
Dchild_policy_handler.cc60 parent_.get(), this, child_, ConnectivityStateName(state), in UpdateState()
85 if (child_ != latest_child_policy) return; in RequestReresolution()
100 void set_child(LoadBalancingPolicy* child) { child_ = child; } in set_child()
104 GPR_ASSERT(child_ != nullptr); in CalledByPendingChild()
105 return child_ == parent_->pending_child_policy_.get(); in CalledByPendingChild()
109 GPR_ASSERT(child_ != nullptr); in CalledByCurrentChild()
110 return child_ == parent_->child_policy_.get(); in CalledByCurrentChild()
114 LoadBalancingPolicy* child_ = nullptr; member in grpc_core::ChildPolicyHandler::Helper
/external/icing/icing/query/advanced_query_parser/
Dabstract-syntax-tree.h148 : operator_text_(std::move(operator_text)), child_(std::move(child)) {} in UnaryOperatorNode()
154 const Node* child() const { return child_.get(); } in child()
158 std::unique_ptr<Node> child_; variable
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3.cs2325 child_ = other.child_ != null ? other.child_.Clone() : null; in NestedTestAllTypes()
2339 private global::Google.Protobuf.TestProtos.NestedTestAllTypes child_; field in Google.Protobuf.TestProtos.NestedTestAllTypes
2343 get { return child_; }
2345 child_ = value;
2397 if (child_ != null) hash ^= Child.GetHashCode(); in GetHashCode()
2418 if (child_ != null) { in WriteTo()
2437 if (child_ != null) { in IBufferMessage.InternalWriteTo()
2456 if (child_ != null) { in CalculateSize()
2475 if (other.child_ != null) { in MergeFrom()
2476 if (child_ == null) { in MergeFrom()
[all …]
DUnittest.cs5263 child_ = other.child_ != null ? other.child_.Clone() : null; in NestedTestAllTypes()
5277 private global::Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes child_; field in Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes
5281 get { return child_; }
5283 child_ = value;
5335 if (child_ != null) hash ^= Child.GetHashCode(); in GetHashCode()
5356 if (child_ != null) { in WriteTo()
5375 if (child_ != null) { in IBufferMessage.InternalWriteTo()
5394 if (child_ != null) { in CalculateSize()
5413 if (other.child_ != null) { in MergeFrom()
5414 if (child_ == null) { in MergeFrom()
[all …]
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3.cs2325 child_ = other.child_ != null ? other.child_.Clone() : null; in NestedTestAllTypes()
2339 private global::Google.Protobuf.TestProtos.NestedTestAllTypes child_; field in Google.Protobuf.TestProtos.NestedTestAllTypes
2343 get { return child_; }
2345 child_ = value;
2397 if (child_ != null) hash ^= Child.GetHashCode(); in GetHashCode()
2418 if (child_ != null) { in WriteTo()
2437 if (child_ != null) { in IBufferMessage.InternalWriteTo()
2456 if (child_ != null) { in CalculateSize()
2475 if (other.child_ != null) { in MergeFrom()
2476 if (child_ == null) { in MergeFrom()
[all …]
DUnittest.cs5263 child_ = other.child_ != null ? other.child_.Clone() : null; in NestedTestAllTypes()
5277 private global::Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes child_; field in Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes
5281 get { return child_; }
5283 child_ = value;
5335 if (child_ != null) hash ^= Child.GetHashCode(); in GetHashCode()
5356 if (child_ != null) { in WriteTo()
5375 if (child_ != null) { in IBufferMessage.InternalWriteTo()
5394 if (child_ != null) { in CalculateSize()
5413 if (other.child_ != null) { in MergeFrom()
5414 if (child_ == null) { in MergeFrom()
[all …]