Home
last modified time | relevance | path

Searched refs:init_ (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dre.h58 Regex() : init_(false) {} in Regex()
72 bool init_;
92 init_ = true; in Init()
100 return init_; in Init()
106 if (!init_) { in Match()
132 init_ = true; in Init()
137 if (init_) { in ~Regex()
143 if (!init_) { in Match()
/third_party/benchmark/src/
Dre.h63 Regex() : init_(false) {} in Regex()
77 bool init_;
97 init_ = true; in Init()
106 return init_; in Init()
112 if (!init_) { in Match()
138 init_ = true; in Init()
143 if (init_) { in ~Regex()
149 if (!init_) { in Match()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_build_client.h74 if (!init_) { in Open()
78 init_ = true; in Open()
83 if (init_) { in Close()
85 init_ = false; in Close()
95 if (!init_) { in Request()
102 if (!init_) { in Response()
136 KernelBuildClient() : init_(false), dp_(std::make_shared<DuplexPipe>()) {} in KernelBuildClient()
140 bool init_;
/third_party/freetype/include/freetype/internal/
Dftobjs.h235 init_, \ argument
248 init_, \
1067 init_, \ argument
1078 init_, \
1116 init_, \ argument
1134 init_, \
1185 init_, \ argument
1198 init_, \
1211 init_, \ argument
1226 init_, \
Dftdrv.h228 init_, \ argument
255 init_, \
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h235 init_, \ argument
248 init_, \
1067 init_, \ argument
1078 init_, \
1116 init_, \ argument
1134 init_, \
1185 init_, \ argument
1198 init_, \
1211 init_, \ argument
1226 init_, \
Dftdrv.h228 init_, \ argument
255 init_, \
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h235 init_, \ argument
248 init_, \
1064 init_, \ argument
1075 init_, \
1113 init_, \ argument
1131 init_, \
1182 init_, \ argument
1195 init_, \
1208 init_, \ argument
1223 init_, \
Dftdrv.h228 init_, \ argument
255 init_, \
/third_party/boost/boost/xpressive/detail/core/
Daccess.hpp57 subs_vect.init_(subs_ptr, size); in init_sub_match_vector()
68 subs_vect.init_(subs_ptr, size, that); in init_sub_match_vector()
81 what.init_(regex_id, tr, sub_matches, size, named_marks); in init_match_results()
Dsub_match_vector.hpp151 void init_(sub_match_impl<BidiIter> *sub_matches, size_type size) in init_() function
157 …void init_(sub_match_impl<BidiIter> *sub_matches, size_type size, sub_match_vector<BidiIter> const… in init_() function
Dstate.hpp161 this->init_(impl, what); in match_state()
179 this->init_(impl, what); in reset()
196 this->init_(impl, what); in push_context()
283 void init_(regex_impl const &impl, match_results &what) in init_() function
/third_party/boost/boost/xpressive/detail/utility/
Dboyer_moore.hpp64 icase ? this->init_(tr, case_fold()) : this->init_(tr, mpl::false_()); in boyer_moore()
74 void init_(Traits const &tr, mpl::false_) in init_() function
82 void init_(Traits const &tr, mpl::true_) in init_() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/pyfunc/
Dpy_func_cpu_kernel.h45 PyFuncCpuKernel() : init_(false), func_id_(-1) {} in PyFuncCpuKernel()
61 bool init_; variable
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.h61 init_, \ argument
77 init_, \
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.h60 init_, \ argument
76 init_, \
/third_party/freetype/src/sfnt/
Dttcmap.h60 init_, \ argument
76 init_, \
/third_party/boost/boost/phoenix/statement/
Dfor.hpp59 for_gen(Init const& init_, Cond const& cond_, Step const& step_) in for_gen()
60 : init(init_), cond(cond_), step(step_) {} in for_gen()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dstatements.hpp381 InitT const& init_, in for_composite()
385 : init(init_), cond(cond_), step(step_), do_(do__) {} in for_composite()
403 InitT const& init_, in for_gen()
406 : init(init_), cond(cond_), step(step_) {} in for_gen()
/third_party/boost/boost/lambda/
Dloops.hpp442 InitT const& init_, in for_composite()
446 : init(init_), cond(cond_), step(step_), do_(do__) {} in for_composite()
464 InitT const& init_, in for_gen()
467 : init(init_), cond(cond_), step(step_) {} in for_gen()
/third_party/boost/libs/fiber/src/algo/
Dwork_stealing.cpp30 work_stealing::init_( std::uint32_t thread_count, in init_() function in boost::fibers::algo::work_stealing
43 std::call_once( flag, & work_stealing::init_, thread_count_, std::ref( schedulers_) );
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_buffer_mgr.h77 EXPORT GpuBufferMgr() : cur_dev_id_(0), init_(false), closed_(false), open_by_dataset_(0) {} in GpuBufferMgr()
126 bool init_; variable
/third_party/boost/libs/msm/doc/PDF/examples/
DiPodEuml.cpp138 init_ << Playing << WaitingForNextPrev << WaitingForEnd
165 init_ << WaitingForSongChoice, // Init States
201 init_ << NotHolding << NotPlaying << NoMenuMode
/third_party/boost/libs/msm/doc/HTML/examples/
DiPodEuml.cpp138 init_ << Playing << WaitingForNextPrev << WaitingForEnd
165 init_ << WaitingForSongChoice, // Init States
201 init_ << NotHolding << NotPlaying << NoMenuMode
DCompositeTutorialEuml.cpp73 init_ << Song1 << Region2State1 // Init State
120 init_ << Empty, // Init State

1234