|
PROTOBUF_CONSTEXPR | SearchInfo (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
|
| SearchInfo (const SearchInfo &from) |
|
| SearchInfo (SearchInfo &&from) noexcept |
|
SearchInfo & | operator= (const SearchInfo &from) |
|
SearchInfo & | operator= (SearchInfo &&from) noexcept |
|
void | Swap (SearchInfo *other) |
|
void | UnsafeArenaSwap (SearchInfo *other) |
|
SearchInfo * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
|
void | CopyFrom (const SearchInfo &from) |
|
void | MergeFrom (const SearchInfo &from) |
|
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
|
bool | IsInitialized () const final |
|
size_t | ByteSizeLong () const final |
|
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
|
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
|
int | GetCachedSize () const final |
|
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
|
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
|
void | clear_key () |
|
const std::string & | key () const |
|
template<typename ArgT0 = const std::string&, typename... ArgT> |
void | set_key (ArgT0 &&arg0, ArgT... args) |
|
std::string * | mutable_key () |
|
PROTOBUF_NODISCARD std::string * | release_key () |
|
void | set_allocated_key (std::string *key) |
|
void | clear_latest () |
|
bool | latest () const |
|
void | set_latest (bool value) |
|
template<typename ArgT0 , typename... ArgT> |
PROTOBUF_ALWAYS_INLINE void | set_key (ArgT0 &&arg0, ArgT... args) |
|