Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3902 const std::string* placeholder_full_name; in NewPlaceholderWithMutexHeld() local
3909 placeholder_full_name = tables_->AllocateString(name.substr(1)); in NewPlaceholderWithMutexHeld()
3911 placeholder_full_name = tables_->AllocateString(name); in NewPlaceholderWithMutexHeld()
3914 std::string::size_type dotpos = placeholder_full_name->find_last_of('.'); in NewPlaceholderWithMutexHeld()
3917 tables_->AllocateString(placeholder_full_name->substr(0, dotpos)); in NewPlaceholderWithMutexHeld()
3919 tables_->AllocateString(placeholder_full_name->substr(dotpos + 1)); in NewPlaceholderWithMutexHeld()
3922 placeholder_name = placeholder_full_name; in NewPlaceholderWithMutexHeld()
3927 *placeholder_full_name + ".placeholder.proto"); in NewPlaceholderWithMutexHeld()
3937 placeholder_enum->full_name_ = placeholder_full_name; in NewPlaceholderWithMutexHeld()
3973 placeholder_message->full_name_ = placeholder_full_name; in NewPlaceholderWithMutexHeld()