Home
last modified time | relevance | path

Searched refs:app_profile_id_ (Results 1 – 10 of 10) sorted by relevance

/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dtable.cc79 request, app_profile_id_, table_name_); in Apply()
113 request, app_profile_id_, table_name_); in AsyncApply()
155 bigtable::internal::BulkMutator mutator(app_profile_id_, table_name_, in BulkApply()
178 app_profile_id_, table_name(), std::move(mut)); in AsyncBulkApply()
183 client_, app_profile_id_, table_name_, std::move(row_set), in ReadRows()
192 client_, app_profile_id_, table_name_, std::move(row_set), rows_limit, in ReadRows()
227 request, app_profile_id_, table_name_); in CheckAndMutateRow()
255 request, app_profile_id_, table_name_); in AsyncCheckAndMutateRow()
306 request, app_profile_id_, table_name_); in SampleRows()
341 request, app_profile_id_, table_name_); in ReadModifyWriteRowImpl()
[all …]
H A Dtable.h212 app_profile_id_(std::move(app_profile_id)), in Table()
352 std::string const& app_profile_id() const { return app_profile_id_; } in app_profile_id()
686 cq, client_, app_profile_id_, table_name_, std::move(on_row), in AsyncReadRows()
730 cq, client_, app_profile_id_, table_name_, std::move(on_row), in AsyncReadRows()
830 std::string app_profile_id_; variable
H A Dasync_row_reader.h100 app_profile_id_(std::move(app_profile_id)), in AsyncRowReader()
119 request.set_app_profile_id(app_profile_id_); in MakeRequest()
388 std::string app_profile_id_; variable
H A Drow_reader.cc82 app_profile_id_(std::move(app_profile_id)), in RowReader()
112 request.set_app_profile_id(app_profile_id_); in MakeRequest()
H A Drow_reader.h136 std::string app_profile_id_; variable
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dtable.cc82 request, app_profile_id_, table_name_); in Apply()
116 request, app_profile_id_, table_name_); in AsyncApply()
161 bigtable::internal::BulkMutator mutator(app_profile_id_, table_name_, in BulkApply()
184 app_profile_id_, table_name(), std::move(mut)); in AsyncBulkApply()
189 client_, app_profile_id_, table_name_, std::move(row_set), in ReadRows()
198 client_, app_profile_id_, table_name_, std::move(row_set), rows_limit, in ReadRows()
233 request, app_profile_id_, table_name_); in CheckAndMutateRow()
262 request, app_profile_id_, table_name_); in AsyncCheckAndMutateRow()
314 request, app_profile_id_, table_name_); in SampleRows()
349 request, app_profile_id_, table_name_); in ReadModifyWriteRowImpl()
[all …]
H A Dtable.h212 app_profile_id_(std::move(app_profile_id)), in Table()
352 std::string const& app_profile_id() const { return app_profile_id_; } in app_profile_id()
748 cq, client_, app_profile_id_, table_name_, std::move(on_row), in AsyncReadRows()
799 cq, client_, app_profile_id_, table_name_, std::move(on_row), in AsyncReadRows()
904 std::string app_profile_id_; variable
H A Dasync_row_reader.h100 app_profile_id_(std::move(app_profile_id)), in AsyncRowReader()
119 request.set_app_profile_id(app_profile_id_); in MakeRequest()
388 std::string app_profile_id_; variable
H A Drow_reader.cc82 app_profile_id_(std::move(app_profile_id)), in RowReader()
112 request.set_app_profile_id(app_profile_id_); in MakeRequest()
H A Drow_reader.h140 std::string app_profile_id_; variable