Searched refs:bool_field (Results 1 – 7 of 7) sorted by relevance
128 bool *bool_field = FindField(out_config, kBoolFlags, argv[i]); in ParseConfig() local129 if (bool_field != NULL) { in ParseConfig()130 *bool_field = true; in ParseConfig()
39 google.protobuf.BoolValue bool_field = 16; field64 repeated google.protobuf.BoolValue bool_field = 16; field86 google.protobuf.BoolValue bool_field = 16; field111 map<int32,google.protobuf.BoolValue> bool_field = 16; field
699 bool bool_field; member762 conversion_function = jerryx_arg_boolean ((bool *) (&(destination->value.bool_field)), in jerry_arg_to_double_or_bool_t()819 bool arg1_is_false = (arg1.type_of_value == BOOL_VALUE && arg1.value.bool_field == false); in test_validator_restore_handler()821 bool arg2_is_false = (arg2.type_of_value == BOOL_VALUE && arg2.value.bool_field == false); in test_validator_restore_handler()
141 optional bool bool_field = 2 [default=true]; field
149 optional bool bool_field = 2 [default = true]; field