Home
last modified time | relevance | path

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

/external/icing/icing/
Ddocument-builder.h128 V... bytes_values) { in AddBytesProperty()
129 return AddBytesProperty(std::move(property_name), {bytes_values...}); in AddBytesProperty()
208 std::initializer_list<std::string> bytes_values) { in AddBytesProperty() argument
211 for (const std::string& bytes_value : bytes_values) { in AddBytesProperty()
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Dtest_example.proto159 repeated bytes bytes_values = 8; field
176 repeated bytes bytes_values = 8; field
/external/federated-compute/fcp/client/
Dexample_query_result.proto63 BytesValues bytes_values = 7; field
/external/federated-compute/fcp/client/engine/
Dexample_query_plan_engine.cc166 int64_t size = values.bytes_values().value_size(); in WriteCheckpoint()
/external/icing/proto/icing/proto/
Ddocument.proto104 repeated bytes bytes_values = 6; field