Home
last modified time | relevance | path

Searched refs:mutable_enabled_features (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/icing/icing/file/
H A Dversion-util_test.cc52 auto* enabled_features = version_proto.mutable_enabled_features(); in MakeTestVersionProto()
1309 previous_version_proto.mutable_enabled_features()->Clear(); in TEST()
1317 previous_version_proto.mutable_enabled_features()->Clear(); in TEST()
H A Dversion-util.cc156 v2_version_proto_value.mutable_enabled_features()->Clear(); in ReadVersion()
444 auto* enabled_features = version_proto->mutable_enabled_features(); in AddEnabledFeatures()
/aosp_15_r20/out/soong/.intermediates/external/icing/proto/icing-c-proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/icing/proto/
Dinitialize.pb.h495 ::icing::lib::IcingSearchEngineFeatureInfoProto* mutable_enabled_features(int index); in Swap()
497 mutable_enabled_features(); in Swap()
1480 …ingSearchEngineFeatureInfoProto* IcingSearchEngineVersionProto::mutable_enabled_features(int index… in mutable_enabled_features() function
1485 IcingSearchEngineVersionProto::mutable_enabled_features() { in mutable_enabled_features() function
Dsearch.pb.h554 std::string* mutable_enabled_features(int index); in Swap()
565 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_enabled_features(); in Swap()
3395 std::string* mutable_enabled_features(int index); in Swap()
3406 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_enabled_features(); in Swap()
5019 inline std::string* SearchSpecProto::mutable_enabled_features(int index) { in mutable_enabled_features() function
5067 SearchSpecProto::mutable_enabled_features() { in mutable_enabled_features() function
7839 inline std::string* SuggestionSpecProto::mutable_enabled_features(int index) { in mutable_enabled_features() function
7887 SuggestionSpecProto::mutable_enabled_features() { in mutable_enabled_features() function
/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_initialization_test.cc5608 auto* enabled_features = version_proto.mutable_enabled_features(); in TEST_P()