Home
last modified time | relevance | path

Searched refs:source_object_list (Results 1 – 3 of 3) sorted by relevance

/dports/math/gap/gap-4.11.0/pkg/ToolsForHomalg-2019.09.02/gap/
H A DToDoListEntry.gi354 local result, source, source_list, source_object_list, todo_list, target;
372 source_object_list := [ ];
376 if ForAll( source_object_list, i -> not IsIdenticalObj( i, source[ 1 ] ) ) then
378 Add( source_object_list, source[ 1 ] );
385 or ForAny( source_object_list, CannotHaveAToDoList )
386 or ForAny( source_object_list, i -> not IsAttributeStoringRep( i ) ) then
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dobject_requests.cc271 nlohmann::json source_object_list; in JsonPayload() local
282 source_object_list.emplace_back(std::move(source_object_json)); in JsonPayload()
284 compose_object_payload_json["sourceObjects"] = source_object_list; in JsonPayload()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dobject_requests.cc436 nlohmann::json source_object_list; in JsonPayload() local
447 source_object_list.emplace_back(std::move(source_object_json)); in JsonPayload()
449 compose_object_payload_json["sourceObjects"] = source_object_list; in JsonPayload()