Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Drepeated_field.h814 static inline GenericType* NewFromPrototype(const GenericType* prototype,
837 GenericType* GenericTypeHandler<GenericType>::NewFromPrototype(
851 MessageLite* GenericTypeHandler<MessageLite>::NewFromPrototype(
877 PROTOBUF_EXPORT Message* GenericTypeHandler<Message>::NewFromPrototype(
896 static inline std::string* NewFromPrototype(const std::string*,
1752 TypeHandler::NewFromPrototype(prototype, arena_);
1844 TypeHandler::NewFromPrototype(other_elem, arena);
1948 TypeHandler::NewFromPrototype(value, my_arena);
2019 TypeHandler::NewFromPrototype(result, NULL);
2246 TypeHandler::NewFromPrototype(element, NULL);
Dimplicit_weak_message.h105 static inline MessageLite* NewFromPrototype(const MessageLite* prototype,
Dmessage.cc334 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype() function in google::protobuf::internal::GenericTypeHandler
Dmessage_lite.cc517 MessageLite* GenericTypeHandler<MessageLite>::NewFromPrototype( in NewFromPrototype() function in google::protobuf::internal::GenericTypeHandler
Dgenerated_message_table_driven_lite.h348 static inline Type* NewFromPrototype(const Type* prototype,