OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anymetadata
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/
any.cc
53
AnyMetadata
::
AnyMetadata
(UrlType* type_url, ValueType* value)
57
void
AnyMetadata
::PackFrom(const Message& message) {
61
void
AnyMetadata
::PackFrom(const Message& message,
69
bool
AnyMetadata
::UnpackTo(Message* message) const {
77
bool
AnyMetadata
::InternalIs(const Descriptor* descriptor) const {
any.h
46
class LIBPROTOBUF_EXPORT
AnyMetadata
{
50
//
AnyMetadata
does not take ownership of "type_url" and "value".
51
AnyMetadata
(UrlType* type_url, ValueType* value);
84
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
AnyMetadata
);
any.pb.h
141
::google::protobuf::internal::
AnyMetadata
_any_metadata_;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.h
46
class LIBPROTOBUF_EXPORT
AnyMetadata
{
50
//
AnyMetadata
does not take ownership of "type_url" and "value".
51
AnyMetadata
(UrlType* type_url, ValueType* value);
84
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
AnyMetadata
);
any.pb.h
141
::google::protobuf::internal::
AnyMetadata
_any_metadata_;
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc
[
all
...]
Completed in 655 milliseconds