| /third_party/boost/libs/optional/test/ |
| D | optional_test_flat_map.cpp | 49 optional<int> oi (1); in test_flat_map_on_mutable_optional_with_function_object() local 56 optional<int> oi (0); in test_flat_map_on_mutable_optional_with_function_object() local 61 optional<int> oi; in test_flat_map_on_mutable_optional_with_function_object() local 70 const optional<int> oi (1); in test_flat_map_on_const_optional_with_function_object() local 77 const optional<int> oi (0); in test_flat_map_on_const_optional_with_function_object() local 82 const optional<int> oi; in test_flat_map_on_const_optional_with_function_object() local 92 optional<int> oi (1); in test_flat_map_with_lambda() local 99 optional<int> oi (0); in test_flat_map_with_lambda() local 104 optional<int> oi; in test_flat_map_with_lambda() local 120 optional<int> oi (2); in test_flat_map_obj_to_ref() local [all …]
|
| D | optional_test_map.cpp | 66 optional<int> oi = boost::move(om2).map(get_val); in test_map_move_only() local 106 optional<int> oi (1); in test_map() local 144 optional<int> oi (1), oj(2); in test_map_with_lambda() local 157 optional<int> oi (2); in test_map_to_ref() local
|
| D | optional_test_fail_optional_rvalue_ref.cpp | 17 boost::optional<int&&> oi; variable
|
| D | optional_test_make_optional.cpp | 73 optional<int> oi; in test_make_optional_for_optional() local
|
| D | optional_test_value_access.cpp | 97 optional<int> oi(1); in test_function_value_or() local
|
| D | optional_test_old_impl.cpp | 98 optional<int> oi(1); in test_function_value_or() local
|
| /third_party/libcoap/tests/ |
| D | test_options.c | 478 coap_opt_iterator_t oi, *result; in t_iterate_option1() local 504 coap_opt_iterator_t oi, *result; in t_iterate_option2() local 531 coap_opt_iterator_t oi, *result; in t_iterate_option3() local 574 coap_opt_iterator_t oi, *result; in t_iterate_option4() local 616 coap_opt_iterator_t oi, *result; in t_iterate_option5() local 649 coap_opt_iterator_t oi, *result; in t_iterate_option6() local 694 coap_opt_iterator_t oi, *result; in t_iterate_option7() local 741 coap_opt_iterator_t oi, *result; in t_iterate_option8() local 772 coap_opt_iterator_t oi, *result; in t_iterate_option9() local 803 coap_opt_iterator_t oi, *result; in t_iterate_option10() local
|
| D | test_pdu.c | 711 coap_opt_iterator_t oi; in t_encode_pdu12() local 746 coap_opt_iterator_t oi; in t_encode_pdu13() local 781 coap_opt_iterator_t oi; in t_encode_pdu14() local 817 coap_opt_iterator_t oi; in t_encode_pdu15() local
|
| /third_party/typescript/tests/cases/conformance/salsa/ |
| D | typeFromPropertyAssignment.ts | 17 oi.n 18
|
| /third_party/libcoap/src/ |
| D | option.c | 112 coap_option_iterator_init(const coap_pdu_t *pdu, coap_opt_iterator_t *oi, in coap_option_iterator_init() 139 opt_finished(coap_opt_iterator_t *oi) { in opt_finished() 151 coap_option_next(coap_opt_iterator_t *oi) { in coap_option_next() 202 coap_opt_iterator_t *oi) { in coap_check_option()
|
| /third_party/mesa3d/bin/ |
| D | meson-options.py | 19 oi = optinterpreter.OptionInterpreter('') variable
|
| /third_party/flutter/glfw/src/ |
| D | x11_monitor.c | 106 XRROutputInfo* oi; in _glfwSetVideoModeX11() local 231 XRROutputInfo* oi = XRRGetOutputInfo(_glfw.x11.display, in _glfwPlatformGetMonitors() local 345 XRROutputInfo* oi; in _glfwPlatformGetVideoModes() local
|
| /third_party/boost/libs/graph/example/ |
| D | canonical_ordering.cpp | 72 ordering_storage_t::iterator oi, oi_end; in main() local
|
| /third_party/boost/libs/regex/example/snippets/ |
| D | regex_merge_example.cpp | 73 std::ostream_iterator<char> oi(t); in main() local
|
| D | regex_replace_example.cpp | 73 std::ostream_iterator<char> oi(t); in main() local
|
| /third_party/boost/boost/graph/ |
| D | transitive_reduction.hpp | 93 typename Graph::out_edge_iterator oi, oi_end; in transitive_reduction() local
|
| D | core_numbers.hpp | 162 typename graph_traits< Graph >::out_edge_iterator oi, oi_end; in core_numbers_impl() local 273 typename graph_traits< Graph >::out_edge_iterator oi, oi_end; in core_numbers_impl() local
|
| /third_party/boost/libs/math/test/compile_test/ |
| D | instantiate.hpp | 167 boost::output_iterator_archetype<RealType> oi(dc); in instantiate() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ConditionalCompares.cpp | 222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local 247 for (unsigned oi = I.getNumOperands(); oi > 2; oi -= 2) { in updateTailPHIs() local
|
| /third_party/boost/boost/date_time/ |
| D | date_names_put.hpp | 174 void put_string(iter_type& oi, const charT* const s) const in put_string() 182 void put_string(iter_type& oi, const string_type& s1) const in put_string()
|
| /third_party/boost/boost/histogram/detail/ |
| D | large_int.hpp | 91 for (std::uint64_t oi : o.data) { in operator +=() local
|
| /third_party/boost/libs/interprocess/test/ |
| D | offset_ptr_test.cpp | 242 OInt oi(&dummy); in test_pointer_traits() local
|
| /third_party/boost/libs/numeric/odeint/examples/ |
| D | molecular_dynamics.cpp | 144 for( size_t oi=0 ; oi<100000 ; ++oi ) in main() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_gcm.cpp | 584 void gcm::bu_find_best_bb(node *n, op_info &oi) { in bu_find_best_bb() 654 op_info &oi = op_map[n]; in bu_release_op() local
|
| /third_party/boost/libs/utility/test/ |
| D | base_from_member_test.cpp | 225 object_id const & oi in operator <<()
|