Home
last modified time | relevance | path

Searched refs:empty_string_ (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_util.cc51 const ::std::string* empty_string_; variable
55 delete empty_string_; in DeleteEmptyString()
59 empty_string_ = new string; in InitEmptyString()
Dgenerated_message_util.h80 LIBPROTOBUF_EXPORT extern const ::std::string* empty_string_;
86 assert(empty_string_ != NULL); in GetEmptyStringAlreadyInited()
87 return *empty_string_; in GetEmptyStringAlreadyInited()
/external/libbrillo/install_attributes/
Dlibinstallattributes.h63 std::string empty_string_; variable
Dlibinstallattributes.cc47 return empty_string_; in GetAttribute()