HomeSort by relevance Sort by last modified time
    Searched refs:set_type_url (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/
any.pb.h 115 void set_type_url(const ::std::string& value);
116 void set_type_url(const char* value);
117 void set_type_url(const char* value, size_t size);
165 inline void Any::set_type_url(const ::std::string& value) { function in class:google::protobuf::Any
170 inline void Any::set_type_url(const char* value) { function in class:google::protobuf::Any
175 inline void Any::set_type_url(const char* value, size_t size) { function in class:google::protobuf::Any
any.pb.cc 412 void Any::set_type_url(const ::std::string& value) { function in class:google::protobuf::Any
417 void Any::set_type_url(const char* value) { function in class:google::protobuf::Any
422 void Any::set_type_url(const char* value, size_t size) { function in class:google::protobuf::Any
type.pb.h 455 void set_type_url(const ::std::string& value);
456 void set_type_url(const char* value);
457 void set_type_url(const char* value, size_t size);
1170 inline void Field::set_type_url(const ::std::string& value) { function in class:google::protobuf::Field
1175 inline void Field::set_type_url(const char* value) { function in class:google::protobuf::Field
1180 inline void Field::set_type_url(const char* value, size_t size) { function in class:google::protobuf::Field
    [all...]
type.pb.cc 1777 void Field::set_type_url(const ::std::string& value) { function in class:google::protobuf::Field
1782 void Field::set_type_url(const char* value) { function in class:google::protobuf::Field
1787 void Field::set_type_url(const char* value, size_t size) { function in class:google::protobuf::Field
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.pb.h 115 void set_type_url(const ::std::string& value);
116 void set_type_url(const char* value);
117 void set_type_url(const char* value, size_t size);
165 inline void Any::set_type_url(const ::std::string& value) { function in class:google::protobuf::Any
170 inline void Any::set_type_url(const char* value) { function in class:google::protobuf::Any
175 inline void Any::set_type_url(const char* value, size_t size) { function in class:google::protobuf::Any
type.pb.h 455 void set_type_url(const ::std::string& value);
456 void set_type_url(const char* value);
457 void set_type_url(const char* value, size_t size);
1170 inline void Field::set_type_url(const ::std::string& value) { function in class:google::protobuf::Field
1175 inline void Field::set_type_url(const char* value) { function in class:google::protobuf::Field
1180 inline void Field::set_type_url(const char* value, size_t size) { function in class:google::protobuf::Field
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource_test.cc 708 any->set_type_url("type.googleapis.com/google.protobuf.Any");
711 nested_any.set_type_url(
737 any->set_type_url("type.googleapis.com/google.protobuf.Any");
740 nested_any.set_type_url("type.googleapis.com/google.protobuf.Any");
743 second_nested_any.set_type_url(
780 out.mutable_any()->set_type_url("foo.googleapis.com/my.Type");
809 any->set_type_url("foo.googleapis.com/my.own.Type");
825 any->set_type_url("type.googleapis.com/unknown.Type");
protostream_objectwriter_test.cc     [all...]
  /external/protobuf/src/google/protobuf/util/
type_resolver_util.cc 167 field->set_type_url(GetTypeUrl(descriptor->message_type()));
169 field->set_type_url(GetTypeUrl(descriptor->enum_type()));

Completed in 3079 milliseconds