Home
last modified time | relevance | path

Searched refs:_just_bool (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/cpp17/generated_cpp17/
Doptional_scalars_generated.h325 bool mutate_just_bool(bool _just_bool = 0) {
326 return SetField<uint8_t>(VT_JUST_BOOL, static_cast<uint8_t>(_just_bool), 0);
779 auto _just_bool = _o->just_bool; in CreateScalarStuff() local
817 _just_bool, in CreateScalarStuff()
Doptional_scalars2_generated.h318 bool mutate_just_bool(bool _just_bool) { in mutate_just_bool()
319 return SetField<uint8_t>(VT_JUST_BOOL, static_cast<uint8_t>(_just_bool), 0); in mutate_just_bool()
689 auto _just_bool = _o->just_bool; in CreateScalarStuff() local
727 _just_bool, in CreateScalarStuff()
/external/flatbuffers/tests/
Doptional_scalars_generated.h327 bool mutate_just_bool(bool _just_bool = 0) {
328 return SetField<uint8_t>(VT_JUST_BOOL, static_cast<uint8_t>(_just_bool), 0);
739 auto _just_bool = _o->just_bool; in CreateScalarStuff() local
777 _just_bool, in CreateScalarStuff()