Searched defs:isTemporaryForm (Results 1 – 3 of 3) sorted by relevance
53 bool isTemporaryForm = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
83 constexpr bool isTemporaryForm = true; variable
54 const int32_t specificationId, const bool isTemporaryForm, Want &want) in CreateFormWant()