Home
last modified time | relevance | path

Searched refs:bool_field (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/test/ossl_shim/
Dtest_config.cc128 bool *bool_field = FindField(out_config, kBoolFlags, argv[i]); in ParseConfig() local
129 if (bool_field != NULL) { in ParseConfig()
130 *bool_field = true; in ParseConfig()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto39 google.protobuf.BoolValue bool_field = 16; field
64 repeated google.protobuf.BoolValue bool_field = 16; field
86 google.protobuf.BoolValue bool_field = 16; field
111 map<int32,google.protobuf.BoolValue> bool_field = 16; field
/third_party/protobuf/src/google/protobuf/
Dunittest_well_known_types.proto39 google.protobuf.BoolValue bool_field = 16; field
64 repeated google.protobuf.BoolValue bool_field = 16; field
86 google.protobuf.BoolValue bool_field = 16; field
111 map<int32,google.protobuf.BoolValue> bool_field = 16; field
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c699 bool bool_field; member
762 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()
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dtest.proto141 optional bool bool_field = 2 [default=true]; field
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dtest.proto141 optional bool bool_field = 2 [default=true]; field
/third_party/protobuf/js/
Dtest.proto149 optional bool bool_field = 2 [default = true]; field