Searched refs:any_type (Results 1 – 3 of 3) sorted by relevance
1845 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local1846 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() local2138 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() local2249 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() local2276 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 …]
1351 zend_class_entry* any_type; variable1355 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);
1420 extern zend_class_entry* any_type;