Searched refs:span_ (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | protocol_core.cc | 226 : storage_(storage), span_(span) {} in IncomingDeferredMessage() 230 return DeserializerState(storage_, span_); 233 out->insert(out->end(), span_.begin(), span_.end()); 237 span<uint8_t> span_; member in v8_crdtp::IncomingDeferredMessage
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 9421 span_ = other.span_.Clone(); in Location() 9472 private readonly pbc::RepeatedField<int> span_ = new pbc::RepeatedField<int>(); field in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location 9482 get { return span_; } 9604 if(!span_.Equals(other.span_)) return false; in Equals() 9615 hash ^= span_.GetHashCode(); in GetHashCode() 9636 span_.WriteTo(output, _repeated_span_codec); in WriteTo() 9656 span_.WriteTo(ref output, _repeated_span_codec); in IBufferMessage.InternalWriteTo() 9676 size += span_ in CalculateSize() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.cc | 916 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location, span_), 10077 span_(arena), in SourceCodeInfo_Location() 10087 span_(from.span_), in SourceCodeInfo_Location() 10143 span_.Clear(); in Clear() 10337 Int32Size(this->span_); in ByteSizeLong() 10406 span_.MergeFrom(from.span_); in MergeFrom() 10442 span_.InternalSwap(&other->span_); in InternalSwap() [all...] |
H A D | descriptor.pb.h | 6062 ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > span_; member in PROTOBUF_FINAL 12321 return span_.size(); in _internal_span_size() 12327 span_.Clear(); in clear_span() 12330 return span_.Get(index); in _internal_span() 12337 span_.Set(index, value); in set_span() 12341 span_.Add(value); in _internal_add_span() 12349 return span_; in _internal_span() 12358 return &span_; in _internal_mutable_span()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 77 milliseconds