/aosp_15_r20/external/rust/android-crates-io/crates/configparser/src/ |
D | ini.rs | 36 boolean_values: HashMap<bool, Vec<String>>, field 84 pub boolean_values: HashMap<bool, Vec<String>>, field 114 boolean_values: [ in default() 289 boolean_values: defaults.boolean_values, in new_from_defaults() 309 boolean_values: self.boolean_values.to_owned(), in defaults() 334 self.boolean_values = defaults.boolean_values; in load_defaults() 902 .boolean_values in getboolcoerce() 910 .boolean_values in getboolcoerce()
|
/aosp_15_r20/external/icing/proto/icing/proto/internal/ |
H A D | scorable_property_set.proto | 30 repeated bool boolean_values = 3 [packed = true]; field 91 // boolean_values: [true] 105 // boolean_values: [false] 126 // boolean_values: [true, false]
|
/aosp_15_r20/external/icing/icing/ |
H A D | document-builder.h | 113 V... boolean_values) { in AddBooleanProperty() 114 return AddBooleanProperty(std::move(property_name), {boolean_values...}); in AddBooleanProperty() 184 std::string property_name, std::initializer_list<bool> boolean_values) { in AddBooleanProperty() argument 187 for (bool boolean_value : boolean_values) { in AddBooleanProperty()
|
/aosp_15_r20/external/icing/icing/util/ |
H A D | scorable_property_set_test.cc | 48 const std::vector<bool>& boolean_values) { in BuildScorablePropertyProtoFromBoolean() argument 50 scorable_property.mutable_boolean_values()->Add(boolean_values.begin(), in BuildScorablePropertyProtoFromBoolean() 51 boolean_values.end()); in BuildScorablePropertyProtoFromBoolean()
|
/aosp_15_r20/out/soong/.intermediates/external/icing/proto/icing-c-proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/icing/proto/internal/ |
D | scorable_property_set.pb.h | 240 bool boolean_values(int index) const; in Swap() 244 boolean_values() const; in Swap() 533 inline bool ScorablePropertyProto::boolean_values(int index) const { in boolean_values() function 553 ScorablePropertyProto::boolean_values() const { in boolean_values() function
|
/aosp_15_r20/external/icing/icing/schema/ |
H A D | property-util.cc | 146 return std::vector<bool>(property.boolean_values().begin(), in ExtractPropertyValues() 147 property.boolean_values().end()); in ExtractPropertyValues()
|
/aosp_15_r20/external/python/mako/test/testing/ |
D | dummy.cfg | 1 [boolean_values]
|
/aosp_15_r20/external/googleapis/google/cloud/integrations/v1alpha/ |
H A D | value_type.proto | 78 repeated bool boolean_values = 1; field
|
/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/ |
H A D | score-expression.cc | 932 scorable_property_proto->boolean_values().begin(), in EvaluateList() 933 scorable_property_proto->boolean_values().end()); in EvaluateList()
|
/aosp_15_r20/external/rust/android-crates-io/crates/bitreader/src/ |
D | tests.rs | 226 fn boolean_values() { in boolean_values() function
|
/aosp_15_r20/external/icing/proto/icing/proto/ |
H A D | document.proto | 92 repeated bool boolean_values = 5; field
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/resources/ |
H A D | feed_item.proto | 146 repeated bool boolean_values = 17; field
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/resources/ |
H A D | feed_item.proto | 146 repeated bool boolean_values = 17; field
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/resources/ |
H A D | feed_item.proto | 146 repeated bool boolean_values = 17; field
|
/aosp_15_r20/out/soong/.intermediates/external/icing/proto/icing-c-proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/icing/proto/ |
D | document.pb.h | 1089 bool boolean_values(int index) const; in Swap() 1093 boolean_values() const; in Swap() 3627 inline bool PropertyProto::boolean_values(int index) const { in boolean_values() function 3647 PropertyProto::boolean_values() const { in boolean_values() function
|