Searched refs:raw_string_ (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instruction.h | 2228 bool empty() const { return proto_ == nullptr && raw_string_.empty(); } in empty() 2232 raw_string_.clear(); in clear() 2242 mutable std::string raw_string_; variable
|
H A D | hlo_instruction.cc | 4328 if (proto_ && raw_string_.empty()) { in GetRawString() 4329 raw_string_ = BackendConfigToRawString(*proto_).ValueOrDie(); in GetRawString() 4331 return raw_string_; in GetRawString() 4341 cloned.raw_string_ = raw_string_; in Clone() 4348 raw_string_ = std::move(raw_string); in operator =() 4356 raw_string_.clear(); in operator =()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/ |
D | Resources.pb.cc | 1222 PROTOBUF_FIELD_OFFSET(::aapt::pb::MacroBody, _impl_.raw_string_), 14918 , decltype(_impl_.raw_string_){} in MacroBody() 14924 _impl_.raw_string_.InitDefault(); in MacroBody() 14926 _impl_.raw_string_.Set("", GetArenaForAllocation()); in MacroBody() 14929 _this->_impl_.raw_string_.Set(from._internal_raw_string(), in MacroBody() 14948 , decltype(_impl_.raw_string_){} in SharedCtor() 14953 _impl_.raw_string_.InitDefault(); in SharedCtor() 14955 _impl_.raw_string_.Set("", GetArenaForAllocation()); in SharedCtor() 14972 _impl_.raw_string_.Destroy(); in SharedDtor() 14989 _impl_.raw_string_.ClearToEmpty(); in Clear() [all …]
|
D | Resources.pb.h | 9988 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr raw_string_; in Swap() 18691 _impl_.raw_string_.ClearToEmpty(); in clear_raw_string() 18701 _impl_.raw_string_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation()); in set_raw_string() 18710 return _impl_.raw_string_.Get(); in _internal_raw_string() 18714 _impl_.raw_string_.Set(value, GetArenaForAllocation()); in _internal_set_raw_string() 18718 return _impl_.raw_string_.Mutable(GetArenaForAllocation()); in _internal_mutable_raw_string() 18722 return _impl_.raw_string_.Release(); in release_raw_string() 18725 _impl_.raw_string_.SetAllocated(raw_string, GetArenaForAllocation()); in set_allocated_raw_string() 18727 if (_impl_.raw_string_.IsDefault()) { in set_allocated_raw_string() 18728 _impl_.raw_string_.Set("", GetArenaForAllocation()); in set_allocated_raw_string()
|