Home
last modified time | relevance | path

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

/third_party/boost/libs/type_erasure/example/
Dmulti.cpp35 > any_type; in multi1() typedef
36 any_type x(10); in multi1()
37 any_type y(7); in multi1()
38 any_type z(x + y); in multi1()
/third_party/boost/boost/regex/v4/
Dregex_format.hpp854 struct any_type struct
857 any_type(const T&);
859 any_type(const T&, const U&);
861 any_type(const T&, const U&, const V&);
886 typedef unary_type (*unary_fun)(any_type);
887 typedef binary_type (*binary_fun)(any_type, any_type);
888 typedef ternary_type (*ternary_fun)(any_type, any_type, any_type);
/third_party/boost/boost/xpressive/
Dmatch_results.hpp242 struct any_type { any_type(...); }; struct
273 typedef unary_type (*unary_fun)(any_type);
274 typedef binary_type (*binary_fun)(any_type, any_type);
275 typedef ternary_type (*ternary_fun)(any_type, any_type, any_type);
/third_party/protobuf/src/google/protobuf/util/internal/
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 = any.mutable_any(); in TEST_P() local
[all …]
/third_party/boost/boost/spirit/home/support/utree/
Dutree.hpp75 any_type, // A pointer or reference to any C++ type. enumerator
108 case utree_type::any_type: { out << "any"; break; } in operator <<()
Doperators.hpp184 utree_type::any_type)); in operator ()()
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp499 case type::any_type: in apply()
571 case type::any_type: in apply()
786 set_type(type::any_type); in utree()
942 set_type(type::any_type); in operator =()
1481 case type::any_type: in copy()
/third_party/flatbuffers/tests/
Dmonster_test_generated.rs521 pub fn any_type(&self) -> Any { in any_type() method
3427 let test_type = self.test.any_type(); in pack()