Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dimplicit_weak_message.h114 static inline MessageLite* NewFromPrototype(const MessageLite* prototype,
Drepeated_field.h688 static inline GenericType* NewFromPrototype(const GenericType* prototype,
711 GenericType* GenericTypeHandler<GenericType>::NewFromPrototype(
725 MessageLite* GenericTypeHandler<MessageLite>::NewFromPrototype(
751 PROTOBUF_EXPORT TypeName* GenericTypeHandler<TypeName>::NewFromPrototype( \
780 static inline std::string* NewFromPrototype(const std::string*,
1593 TypeHandler::NewFromPrototype(prototype, arena_);
1685 TypeHandler::NewFromPrototype(other_elem, arena);
1789 TypeHandler::NewFromPrototype(value, my_arena);
1860 TypeHandler::NewFromPrototype(result, NULL);
2087 TypeHandler::NewFromPrototype(element, NULL);
Dmessage_lite.cc549 MessageLite* GenericTypeHandler<MessageLite>::NewFromPrototype( in NewFromPrototype() function in google::protobuf::internal::GenericTypeHandler
Dmessage.cc720 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype() function in google::protobuf::internal::GenericTypeHandler
Dgenerated_message_table_driven_lite.h355 static inline Type* NewFromPrototype(const Type* prototype,