Searched defs:PackFrom (Results 1 – 6 of 6) sorted by relevance
| /external/protobuf/src/google/protobuf/ |
| D | any.cc | 45 bool AnyMetadata::PackFrom(Arena* arena, const Message& message) { in PackFrom() function in google::protobuf::internal::AnyMetadata 49 bool AnyMetadata::PackFrom(Arena* arena, const Message& message, in PackFrom() function in google::protobuf::internal::AnyMetadata
|
| D | any.h | 71 bool PackFrom(Arena* arena, const T& message) { in PackFrom() function 86 bool PackFrom(Arena* arena, const T& message, in PackFrom() function
|
| D | any.pb.h | 111 bool PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message) { in PackFrom() function 115 bool PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message, in PackFrom() function 128 bool PackFrom(const T& message) { in PackFrom() function 132 bool PackFrom(const T& message, in PackFrom() function
|
| /external/cronet/third_party/protobuf/src/google/protobuf/ |
| D | any.cc | 45 bool AnyMetadata::PackFrom(Arena* arena, const Message& message) { in PackFrom() function in google::protobuf::internal::AnyMetadata 49 bool AnyMetadata::PackFrom(Arena* arena, const Message& message, in PackFrom() function in google::protobuf::internal::AnyMetadata
|
| D | any.pb.h | 111 bool PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message) { in PackFrom() function 114 bool PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message, in PackFrom() function 126 bool PackFrom(const T& message) { in PackFrom() function 130 bool PackFrom(const T& message, in PackFrom() function
|
| D | any.h | 71 bool PackFrom(Arena* arena, const T& message) { in PackFrom() function 86 bool PackFrom(Arena* arena, const T& message, in PackFrom() function
|