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

  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 146 string GetTypeUrl(string full_name) {
151 string GetTypeUrl() {
152 return GetTypeUrl(T::descriptor()->full_name());
162 GetTypeUrl<protobuf_unittest::TestAllTypes>(), &type).ok());
202 GetTypeUrl<protobuf_unittest::TestAllTypes::NestedMessage>()));
205 GetTypeUrl<protobuf_unittest::ForeignMessage>()));
214 GetTypeUrl("protobuf_unittest.TestAllTypes.NestedEnum")));
217 GetTypeUrl("protobuf_unittest.ForeignEnum")));
258 GetTypeUrl<protobuf_unittest::TestAllTypes::NestedMessage>()));
261 GetTypeUrl<protobuf_unittest::ForeignMessage>()))
    [all...]
type_resolver_util.cc 167 field->set_type_url(GetTypeUrl(descriptor->message_type()));
169 field->set_type_url(GetTypeUrl(descriptor->enum_type()));
198 string GetTypeUrl(const Descriptor* descriptor) {
202 string GetTypeUrl(const EnumDescriptor* descriptor) {
json_util_test.cc 54 static string GetTypeUrl(const Descriptor* message) {
73 GetTypeUrl(message.GetDescriptor()),
81 GetTypeUrl(message->GetDescriptor()), json, &binary)
  /external/protobuf/src/google/protobuf/
any.cc 38 string GetTypeUrl(const Descriptor* message,
64 GetTypeUrl(message.GetDescriptor(), type_url_prefix));
  /external/protobuf/conformance/
conformance_cpp.cc 54 static string GetTypeUrl(const Descriptor* message) {
199 type_url = new string(GetTypeUrl(TestAllTypes::descriptor()));
conformance_test.cc 66 static string GetTypeUrl(const Descriptor* message) {
611 type_url_ = GetTypeUrl(TestAllTypes::descriptor());
    [all...]
  /external/golang-protobuf/ptypes/any/
any.pb.go 134 func (m *Any) GetTypeUrl() string {
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource_test.cc 91 string GetTypeUrl(const Descriptor* descriptor) {
122 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor)));
protostream_objectwriter_test.cc 88 string GetTypeUrl(const Descriptor* descriptor) {
130 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(),
163 return helper_.GetTypeInfo()->GetTypeByTypeUrl(GetTypeUrl(descriptor));
    [all...]

Completed in 215 milliseconds