Searched refs:first_value (Results 1 – 3 of 3) sorted by relevance
313 static int first_value = 0; in fifo_callback() local314 if(first_value == 0){ in fifo_callback()315 first_value = 1; in fifo_callback()324 static int first_value = 0; in fifo_callback()325 if(first_value == 0){ in fifo_callback()326 first_value = 1; in fifo_callback()
716 const auto& first_value = first_field->ValueString(ConstantValueDecorator); in generate_union() local721 out << first_type + " _value = " << (first_value.empty() ? "null" : first_value) << ";\n"; in generate_union()
617 const auto& first_value = first_field->ValueString(ConstantValueDecorator); in GenerateParcelDefault() local621 out << first_field->GetCapitalizedName() << "(" << first_value << ")\n"; in GenerateParcelDefault()