Home
last modified time | relevance | path

Searched refs:any_type (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1845 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
1846 any_type->set_type_url("type.googleapis.com/google.protobuf.DoubleValue"); in TEST_P()
1849 any_type->set_value(d.SerializeAsString()); in TEST_P()
2137 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2138 any_type->set_type_url("type.googleapis.com/google.protobuf.Timestamp"); in TEST_P()
2248 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2249 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
2275 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2276 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
2303 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
[all …]
/external/protobuf/php/ext/google/protobuf/
Dmessage.c1351 zend_class_entry* any_type; variable
1355 zend_declare_property_string(any_type, "type_url", strlen("type_url"),
1357 zend_declare_property_string(any_type, "value", strlen("value"),
1395 PHP_PROTO_FAKE_SCOPE_BEGIN(any_type);
1431 PHP_PROTO_FAKE_SCOPE_RESTART(any_type);
1460 PHP_PROTO_FAKE_SCOPE_BEGIN(any_type);
1479 PHP_PROTO_FAKE_SCOPE_RESTART(any_type);
1513 PHP_PROTO_FAKE_SCOPE_BEGIN(any_type);
Dprotobuf.h1420 extern zend_class_entry* any_type;