Searched defs:Update (Results 1 – 4 of 4) sorted by relevance
44 struct Update { struct45 std::vector<TransactionState> transactions;46 std::vector<LayerCreatedState> layerCreatedStates;47 std::vector<std::unique_ptr<frontend::RequestedLayerState>> newLayers;48 std::vector<LayerCreationArgs> layerCreationArgs;49 std::vector<uint32_t> destroyedHandles;
74 static final class Update { class in BubbleData95 private Update(List<Bubble> row, List<Bubble> overflow) { in Update() method in BubbleData.Update
89 void Update() { in Update() function in __anon36147f560111::SchedStats
363 TEST_F(BLASTBufferQueueTest, Update) { in TEST_F() argument