Home
last modified time | relevance | path

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

/external/openthread/tests/scripts/thread-cert/
Dtest_coap.py78 def any_type(): function
310 any_type(),
326 _type = any_type()
350 any_type(),
370 any_type(),
390 any_type(),
410 any_type(),
430 any_type(),
450 any_type(),
470 any_type(),
Dtest_ipv6.py146 def any_type(): function
293 _type = any_type()
297 _type = any_type()
469 _type = any_type()
485 _type = any_type()
501 icmpv6_header = ICMPv6Header(any_type(), any_code(), any_checksum())
703 type = any_type()
721 type = any_type()
743 _type = any_type()
912 _type = any_type()
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1940 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
1941 any_type->set_type_url("type.googleapis.com/google.protobuf.DoubleValue"); in TEST_P()
1944 any_type->set_value(d.SerializeAsString()); in TEST_P()
2232 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2233 any_type->set_type_url("type.googleapis.com/google.protobuf.Timestamp"); in TEST_P()
2343 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2344 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
2370 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2371 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
2398 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
[all …]
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1940 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
1941 any_type->set_type_url("type.googleapis.com/google.protobuf.DoubleValue"); in TEST_P()
1944 any_type->set_value(d.SerializeAsString()); in TEST_P()
2232 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2233 any_type->set_type_url("type.googleapis.com/google.protobuf.Timestamp"); in TEST_P()
2343 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2344 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
2370 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
2371 any_type->set_type_url("type.googleapis.com/google.protobuf.Value"); in TEST_P()
2398 google::protobuf::Any* any_type = any.mutable_any(); in TEST_P() local
[all …]
/external/tensorflow/tensorflow/core/framework/
Dfull_type_util.cc319 static FullTypeDef* any_type = []() { in GetArgDefaultAny() local
328 return *any_type; in GetArgDefaultAny()
332 return *any_type; in GetArgDefaultAny()
/external/flatbuffers/tests/private_annotation_test/
Dany_generated.rs119 pub fn any_type(&self) -> Any { in any_type() method
/external/flatbuffers/tests/monster_test/my_game/example/
Dany_generated.rs124 pub fn any_type(&self) -> Any { in any_type() method
Dmonster_generated.rs1388 let test_type = self.test.any_type(); in pack()
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dany_generated.rs135 pub fn any_type(&self) -> Any { in any_type() method
Dmonster_generated.rs1607 let test_type = self.test.any_type(); in pack()