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.cc1429 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
1430 any_type->set_type_url("type.googleapis.com/google.protobuf.DoubleValue"); in TEST_P()
1433 any_type->set_value(d.SerializeAsString()); in TEST_P()
1614 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
1615 any_type->set_type_url("type.googleapis.com/google.protobuf.Timestamp"); in TEST_P()
1725 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
1726 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
1752 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
1753 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
1780 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
[all …]
/external/v8/src/
Dproperty.cc76 MaybeObjectHandle any_type(FieldType::Any(), isolate); in DataConstant() local
78 Representation::Tagged(), any_type); in DataConstant()
Dobjects.cc4846 Handle<FieldType> any_type = FieldType::Any(isolate); in GeneralizeAllFields() local
4856 Representation::Tagged(), any_type); in GeneralizeAllFields()