Home
last modified time | relevance | path

Searched refs:boolean_values (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/configparser/src/
Dini.rs36 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 Dscorable_property_set.proto30 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 Ddocument-builder.h113 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 Dscorable_property_set_test.cc48 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/
Dscorable_property_set.pb.h240 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 Dproperty-util.cc146 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/
Ddummy.cfg1 [boolean_values]
/aosp_15_r20/external/googleapis/google/cloud/integrations/v1alpha/
H A Dvalue_type.proto78 repeated bool boolean_values = 1; field
/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/
H A Dscore-expression.cc932 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/
Dtests.rs226 fn boolean_values() { in boolean_values() function
/aosp_15_r20/external/icing/proto/icing/proto/
H A Ddocument.proto92 repeated bool boolean_values = 5; field
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/resources/
H A Dfeed_item.proto146 repeated bool boolean_values = 17; field
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/resources/
H A Dfeed_item.proto146 repeated bool boolean_values = 17; field
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/resources/
H A Dfeed_item.proto146 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/
Ddocument.pb.h1089 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