Home
last modified time | relevance | path

Searched defs:value_in (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/
Dconvert.hpp60 convert(TypeIn const& value_in, Converter const& converter) in convert()
91 convert(TypeIn const& value_in) in convert()
103 convert(TypeIn const& value_in, Converter const& converter, boost::detail::throw_on_failure) in convert()
110 convert(TypeIn const& value_in, Converter const& converter, Fallback const& fallback) in convert()
117 convert(TypeIn const& value_in, Converter const& converter, Fallback fallback) in convert()
/third_party/boost/libs/convert/test/
Dcallable.cpp23 void plain_old_func(string const& value_in, boost::optional<int>& value_out) in plain_old_func()
43 assign(boost::optional<Type>& value_out, Type const& value_in) in assign()
Dencryption.cpp16 my_cypher(std::string const& value_in, boost::optional<std::string>& value_out) in my_cypher()
/third_party/boost/libs/locale/test/
Dtest_formatting.cpp143 #define TEST_FP1(manip,value_in,str,type,value_out) \ argument
149 #define TEST_FP2(m1,m2,value_in,str,type,value_out) \ argument
155 #define TEST_FP3(m1,m2,m3,value_in,str,type,value_out) \ argument
161 #define TEST_FP4(m1,m2,m3,m4,value_in,str,type,value_out) \ argument
/third_party/boost/libs/signals2/test/
Ddeconstruct_test.cpp69 by_deconstruct_only(int value_in): in by_deconstruct_only()
104 A(int value_in = 0): in A()
/third_party/mesa3d/src/gallium/tests/unit/
Du_cache_test.c74 cache_test_value *value_in; in main() local
/third_party/boost/boost/convert/
Dstream.hpp151 in_type const& value_in, in to_str()