Home
last modified time | relevance | path

Searched refs:_span_cached_byte_size_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc14024 output->WriteVarint32(_span_cached_byte_size_.load( in SerializeWithCachedSizes()
14096 _span_cached_byte_size_.load(std::memory_order_relaxed), in InternalSerializeWithCachedSizesToArray()
14181 _span_cached_byte_size_.store(cached_size, in ByteSizeLong()
Ddescriptor.pb.h5969 mutable std::atomic<int> _span_cached_byte_size_; variable