Home
last modified time | relevance | path

Searched refs:mutable_int64_values (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/icing/icing/schema/
H A Dproperty-util_test.cc86 property.mutable_int64_values()->Add(123); in TEST()
87 property.mutable_int64_values()->Add(-456); in TEST()
88 property.mutable_int64_values()->Add(0); in TEST()
160 property.mutable_int64_values()->Add(123); in TEST()
161 property.mutable_int64_values()->Add(-456); in TEST()
162 property.mutable_int64_values()->Add(0); in TEST()
/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.h202 mutable_int64_values(); in Swap()
468 ScorablePropertyProto::mutable_int64_values() { in mutable_int64_values() function
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dexample_query_plan_engine_test.cc213 int_values.mutable_int64_values()->add_value(42); in Initialize()
214 int_values.mutable_int64_values()->add_value(24); in Initialize()
/aosp_15_r20/external/icing/icing/util/
H A Dscorable_property_set.cc99 new_property->mutable_int64_values()->Add( in Create()
H A Dscorable_property_set_test.cc58 scorable_property.mutable_int64_values()->Add(int64_values.begin(), in BuildScorablePropertyProtoFromInt64()
/aosp_15_r20/external/icing/icing/
H A Ddocument-builder.h89 property->mutable_int64_values()->Add(*it); in AddInt64Property()
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/client/
Dexample_query_result.pb.h1290 ::fcp::client::ExampleQueryResult_VectorData_Int64Values* mutable_int64_values(); in Swap()
2318 …eQueryResult_VectorData_Int64Values* ExampleQueryResult_VectorData_Values::mutable_int64_values() { in mutable_int64_values() function
/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.h1051 mutable_int64_values(); in Swap()
3562 PropertyProto::mutable_int64_values() { in mutable_int64_values() function
/aosp_15_r20/external/icing/icing/store/
H A Ddocument-store_test.cc144 scorable_property.mutable_int64_values()->Add(int64_values.begin(), in BuildScorablePropertyProtoFromInt64()