Searched refs:any_type (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/type_erasure/example/ |
D | multi.cpp | 35 > 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/ |
D | regex_format.hpp | 854 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/ |
D | match_results.hpp | 242 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/ |
D | protostream_objectwriter_test.cc | 1888 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/ |
D | utree.hpp | 75 any_type, // A pointer or reference to any C++ type. enumerator 108 case utree_type::any_type: { out << "any"; break; } in operator <<()
|
D | operators.hpp | 184 utree_type::any_type)); in operator ()()
|
/third_party/boost/boost/spirit/home/support/utree/detail/ |
D | utree_detail2.hpp | 499 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/ |
D | monster_test_generated.rs | 521 pub fn any_type(&self) -> Any { in any_type() method 3427 let test_type = self.test.any_type(); in pack()
|