Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc1888 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
1889 any_type->set_type_url("type.googleapis.com/google.protobuf.DoubleValue"); in TEST_P()
1892 any_type->set_value(d.SerializeAsString()); in TEST_P()
2180 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2181 any_type->set_type_url("type.googleapis.com/google.protobuf.Timestamp"); in TEST_P()
2291 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2292 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
2318 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2319 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
2346 google::protobuf::Any* any_type in TEST_P() local
2373 google::protobuf::Any* any_type = any.mutable_any(); TEST_P() local
2398 google::protobuf::Any* any_type = any.mutable_any(); TEST_P() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dproperty.cc110 MaybeObjectHandle any_type(FieldType::Any(), isolate); in DataConstant()
112 Representation::Tagged(), any_type); in DataConstant()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc99 MaybeObject any_type = MaybeObject::FromObject(FieldType::Any()); in CreateStructDescriptorArray() local
100 DCHECK(any_type->IsSmi()); in CreateStructDescriptorArray()
115 descriptors->Set(InternalIndex(i), *name, any_type, details); in CreateStructDescriptorArray() local
128 MaybeObject any_type = MaybeObject::FromObject(FieldType::Any()); in CreateArrayDescriptorArray() local
129 DCHECK(any_type->IsSmi()); in CreateArrayDescriptorArray()
136 any_type, details); in CreateArrayDescriptorArray()

Completed in 8 milliseconds