Searched defs:BatchUpdateResult (Results 1 – 2 of 2) sorted by relevance
36 struct BatchUpdateResult { struct37 std::string uri;38 std::vector<int> codes;
42 using BatchUpdateResult = DataShare::BatchUpdateResult; variable