/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
any.pb.h | 111 // optional string type_url = 1; 114 const ::std::string& type_url() const; 120 void set_allocated_type_url(::std::string* type_url); 157 // optional string type_url = 1; 161 inline const ::std::string& Any::type_url() const { function in class:google::protobuf::Any 162 // @@protoc_insertion_point(field_get:google.protobuf.Any.type_url) 168 // @@protoc_insertion_point(field_set:google.protobuf.Any.type_url) 173 // @@protoc_insertion_point(field_set_char:google.protobuf.Any.type_url) 179 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Any.type_url) 183 // @@protoc_insertion_point(field_mutable:google.protobuf.Any.type_url) 197 type_url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type_url); local [all...] |
any.h | 50 // AnyMetadata does not take ownership of "type_url" and "value". 51 AnyMetadata(UrlType* type_url, ValueType* value); 91 // Get the proto type name from Any::type_url value. For example, passing 93 // *full_type_name. Returns false if type_url does not start with 95 bool ParseAnyTypeUrl(const string& type_url, string* full_type_name); 98 // for "type_url" and "value" fields.
|
any.proto | 126 string type_url = 1;
|
type.proto | 127 string type_url = 6;
|
type.pb.h | 451 // optional string type_url = 6; 454 const ::std::string& type_url() const; 460 void set_allocated_type_url(::std::string* type_url); 1166 inline const ::std::string& Field::type_url() const { function in class:google::protobuf::Field 1202 type_url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type_url); local [all...] |
text_format.h | 213 // [type_url] { <value_printed_in_text> } 217 // type_url: "<type_url>" value: "serialized_content"
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/ |
json_util.h | 70 const string& type_url, 76 TypeResolver* resolver, const string& type_url, 79 return BinaryToJsonStream(resolver, type_url, binary_input, json_output, 85 const string& type_url, 91 const string& type_url, 94 return BinaryToJsonString(resolver, type_url, binary_input, json_output, 106 const string& type_url, 112 const string& type_url,
|
type_resolver.h | 61 const string& type_url, google::protobuf::Type* message_type) = 0; 64 virtual util::Status ResolveEnumType(const string& type_url,
|
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/ |
protobuf-java-3.0.0-beta-2.jar | |