Home
last modified time | relevance | path

Searched defs:opt2 (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/optional/test/
Doptional_test_deleted_default_ctor.cpp42 boost::optional< std::pair<const_buffers_type, int> > opt, opt2; in test_beast_example() local
55 boost::optional<NotDefaultConstructible> opt, opt2; in test_assign_for_non_default_constructible() local
Doptional_test_ref_fail3.cpp20 boost::optional<int&> opt2 = opt1 ; in optional_reference__test_no_converting_ctor() local
Doptional_test_fail3a.cpp22 boost::optional< std::string > opt2( opt1 ) ; // Cannot convert from "int" to "std::string" in test_no_unsupported_conversion() local
Doptional_test_fail3b.cpp24 boost::optional<B> opt2; in test_no_unsupported_conversion() local
Doptional_test_fail_copying_a_moveable_type.cpp33 boost::optional<MoveOnly> opt2(opt1) ; in test_copying_optional_with_noncopyable_T() local
Doptional_test.cpp720 optional<T> opt2(v2); in test_relops() local
/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp_init.c177 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
186 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
197 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
208 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \ argument
213 #define mc_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
222 #define mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
233 #define mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
244 #define mc_rep_mixs_8(name, width1, width2, width3, opt1, opt2) \ argument
/third_party/ffmpeg/libswscale/x86/
Dswscale.c299 #define VSCALE_FUNCS(opt1, opt2) \ argument
386 #define ASSIGN_SCALE_FUNC2(hscalefn, filtersize, opt1, opt2) do { \ in ff_sws_init_swscale_x86() argument
408 #define ASSIGN_MMX_SCALE_FUNC(hscalefn, filtersize, opt1, opt2) \ in ff_sws_init_swscale_x86() argument
421 #define ASSIGN_VSCALE_FUNC(vscalefn, opt1, opt2, opt2chk) \ in ff_sws_init_swscale_x86() argument
475 #define ASSIGN_SSE_SCALE_FUNC(hscalefn, filtersize, opt1, opt2) \ in ff_sws_init_swscale_x86() argument
/third_party/boost/libs/program_options/example/
Dreal.cpp18 const char* opt1, const char* opt2) in conflicting_options()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcommon.h12 #define OPT_COLLIDING(prog, opt1, opt2) do { \ argument
/third_party/node/test/sequential/
Dtest-dgram-bind-shared-ports.js101 const opt2 = { address, port: common.PORT, exclusive: false }; variable
/third_party/typescript/tests/cases/conformance/functions/
DfunctionImplementations.ts109 function opt2(n = { x: null, y: undefined }) { function
/third_party/typescript/tests/baselines/reference/
DfunctionImplementations.js108 function opt2(n = { x: null, y: undefined }) { function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc340 constexpr absl::optional<ConstexprType> opt2{absl::in_place_t(), {1, 2}}; in TEST() local
376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST() local
538 absl::optional<Listenable> opt2(absl::in_place, 1, 2); in TEST() local
592 const absl::optional<int> empty, opt1 = 1, opt2 = 2; in TEST() local
916 absl::optional<int> opt_empty, opt1 = 1, opt2 = 2; in TEST() local
1136 absl::optional<Listenable> opt2 = absl::make_optional<Listenable>(1, 2); in TEST() local
/third_party/abseil-cpp/absl/types/
Doptional_test.cc340 constexpr absl::optional<ConstexprType> opt2{absl::in_place_t(), {1, 2}}; in TEST() local
376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST() local
538 absl::optional<Listenable> opt2(absl::in_place, 1, 2); in TEST() local
592 const absl::optional<int> empty, opt1 = 1, opt2 = 2; in TEST() local
916 absl::optional<int> opt_empty, opt1 = 1, opt2 = 2; in TEST() local
1136 absl::optional<Listenable> opt2 = absl::make_optional<Listenable>(1, 2); in TEST() local
/third_party/boost/libs/program_options/src/
Dcmdline.cpp329 option& opt2 = result[j]; in run() local
/third_party/lwip/src/netif/ppp/
Dccp.c1388 static const char *method_name(ccp_options *opt, ccp_options *opt2) { in method_name()
/third_party/popt/src/
Dpopt.c565 { const struct poptOption * opt2; in findOption() local
/third_party/lwip/src/include/lwip/
Dopt.h2803 #define LWIP_HOOK_TCP_INPACKET_PCB(pcb, hdr, optlen, opt1len, opt2, p) argument
/third_party/typescript/lib/
Dtsserver.js153667 function typeAcquisitionChanged(opt1, opt2) { argument
153672 function compilerOptionsChanged(opt1, opt2) { argument
Dtsserverlibrary.js153861 function typeAcquisitionChanged(opt1, opt2) { argument
153866 function compilerOptionsChanged(opt1, opt2) { argument