Home
last modified time | relevance | path

Searched refs:to_value (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dphrase_element_grammar.cpp42 scoped_parser<to_value_scoped_action> to_value(state); in init_phrase_elements() local
72 >> to_value() in init_phrase_elements()
91 >> to_value() in init_phrase_elements()
127 >> to_value() in init_phrase_elements()
137 >> to_value() [attribute_value_1_7] in init_phrase_elements()
152 >> to_value() in init_phrase_elements()
159 >> to_value() [attribute_value_1_7] in init_phrase_elements()
196 >> to_value() [attribute_value_1_7] in init_phrase_elements()
206 >> to_value() [ paragraph_phrase ] in init_phrase_elements()
Ddoc_info_grammar.cpp115 scoped_parser<to_value_scoped_action> to_value(state); in init_doc_info() local
141 >> to_value(doc_info_tags::title) in init_doc_info()
194 local.doc_fallback = to_value() [ in init_doc_info()
233 local.doc_simple = to_value() [*(~cl::eps_p(']') >> local.char_)]; in init_doc_info()
263 >> to_value(doc_info_tags::copyright_name) [ local.doc_copyright_holder ] in init_doc_info()
271 local.doc_phrase = to_value() [ nested_phrase ]; in init_doc_info()
278 >> to_value(doc_info_tags::author_surname) in init_doc_info()
281 >> to_value(doc_info_tags::author_first) in init_doc_info()
298 >> to_value(doc_info_tags::biblioid_value) in init_doc_info()
Dblock_element_grammar.cpp48 scoped_parser<to_value_scoped_action> to_value(state); in init_block_elements() local
55 >> to_value(general_tags::element_id) [attribute_value_1_7] in init_block_elements()
120 >> to_value() in init_block_elements()
249 >> to_value(table_tags::title) in init_block_elements()
309 >> to_value() in init_block_elements()
316 >> to_value() [ attribute_value_1_7 ] in init_block_elements()
320 to_value() in init_block_elements()
327 to_value() in init_block_elements()
Dmain_grammar.cpp343 scoped_parser<to_value_scoped_action> to_value(state); in init_main() local
908 to_value() in init_main()
1047 >> to_value() [ inline_phrase ] in init_main()
/third_party/boost/boost/intrusive/detail/
Dnode_to_value.hpp116 result_type to_value(first_argument_type arg, false_) const in to_value() function
119 result_type to_value(first_argument_type arg, true_) const in to_value() function
123 { return this->to_value(arg, bool_<stateful_value_traits>()); } in operator ()()
/third_party/glib/gobject/
Dgbinding.c505 GValue to_value = G_VALUE_INIT; in on_source_notify() local
537 g_value_init (&to_value, G_PARAM_SPEC_VALUE_TYPE (binding->target_pspec)); in on_source_notify()
543 &to_value, in on_source_notify()
552 g_param_value_validate (binding->target_pspec, &to_value); in on_source_notify()
553 g_object_set_property (target, binding->target_pspec->name, &to_value); in on_source_notify()
559 g_value_unset (&to_value); in on_source_notify()
574 GValue to_value = G_VALUE_INIT; in on_target_notify() local
606 g_value_init (&to_value, G_PARAM_SPEC_VALUE_TYPE (binding->source_pspec)); in on_target_notify()
612 &to_value, in on_target_notify()
620 g_param_value_validate (binding->source_pspec, &to_value); in on_target_notify()
[all …]
Dgbinding.h70 GValue *to_value,
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.hpp133 struct to_value;
136 to_value, arg_iterator>
229 friend struct function::to_value;
Dcompiler.cpp254 struct function::to_value struct in client::code_gen::function
259 to_value(llvm_compiler* c = 0) : c(c) {} in to_value() function
315 arg_val_iterator first(f->arg_begin(), to_value()); in args()
316 arg_val_iterator last(f->arg_end(), to_value()); in args()
/third_party/glib/gobject/tests/
Dbinding.c310 GValue *to_value, in celsius_to_fahrenheit() argument
316 g_assert_true (G_VALUE_HOLDS (to_value, G_TYPE_DOUBLE)); in celsius_to_fahrenheit()
324 g_value_set_double (to_value, fahrenheit); in celsius_to_fahrenheit()
332 GValue *to_value, in fahrenheit_to_celsius() argument
338 g_assert_true (G_VALUE_HOLDS (to_value, G_TYPE_DOUBLE)); in fahrenheit_to_celsius()
346 g_value_set_double (to_value, celsius); in fahrenheit_to_celsius()
/third_party/boost/libs/iterator/test/detail/
Dzip_iterator_test_original.ipp59 int to_value(int const &v)
71 boost::make_transform_iterator(rng1.begin(), &to_value), // BidirectionalInput