Home
last modified time | relevance | path

Searched defs:to_value (Results 1 – 8 of 8) sorted by relevance

/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
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.cpp254 struct function::to_value struct in client::code_gen::function
256 typedef value result_type;
257 llvm_compiler* c;
259 to_value(llvm_compiler* c = 0) : c(c) {} in to_value() argument
261 value operator()(llvm::Value& v) const in operator ()()
/third_party/boost/tools/quickbook/src/
Dphrase_element_grammar.cpp42 scoped_parser<to_value_scoped_action> to_value(state); in init_phrase_elements() local
Dblock_element_grammar.cpp48 scoped_parser<to_value_scoped_action> to_value(state); in init_block_elements() local
Ddoc_info_grammar.cpp115 scoped_parser<to_value_scoped_action> to_value(state); in init_doc_info() local
Dmain_grammar.cpp343 scoped_parser<to_value_scoped_action> to_value(state); in init_main() local
/third_party/glib/gobject/
Dgbinding.c505 GValue to_value = G_VALUE_INIT; in on_source_notify() local
574 GValue to_value = G_VALUE_INIT; in on_target_notify() local
/third_party/glib/gobject/tests/
Dbinding.c310 GValue *to_value, in celsius_to_fahrenheit()
332 GValue *to_value, in fahrenheit_to_celsius()