HomeSort by relevance Sort by last modified time
    Searched refs:empty_string_ (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
generated_message_util.cc 51 const ::std::string* empty_string_; member in namespace:google::protobuf::internal
55 delete empty_string_;
59 empty_string_ = new string;
generated_message_util.h 80 LIBPROTOBUF_EXPORT extern const ::std::string* empty_string_;
86 assert(empty_string_ != NULL);
87 return *empty_string_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_util.h 80 LIBPROTOBUF_EXPORT extern const ::std::string* empty_string_;
86 assert(empty_string_ != NULL);
87 return *empty_string_;

Completed in 656 milliseconds