HomeSort by relevance Sort by last modified time
    Searched refs:UpdateRecord (Results 1 - 12 of 12) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
InventoryComponent.java 20 private UpdateRecord mInventory;
25 mInventory = new UpdateRecord();
36 public void applyUpdate(UpdateRecord record) {
52 public UpdateRecord getRecord() {
60 public static class UpdateRecord extends BaseObject {
65 public UpdateRecord() {
75 public void add(UpdateRecord other) {
HitReactionComponent.java 45 private InventoryComponent.UpdateRecord mInventoryUpdate;
301 public void setInventoryUpdate(InventoryComponent.UpdateRecord update) {
PlayerComponent.java 229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
AnimationComponent.java 175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
HudSystem.java 224 public void updateInventory(InventoryComponent.UpdateRecord newInventory) {
GameObjectFactory.java     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 94 struct UpdateRecord {
99 UpdateRecord(Constant *C, Instruction *User, unsigned Op)
191 void promoteConstants(Function &F, SmallVectorImpl<UpdateRecord> &Updates,
515 Function &F, SmallVectorImpl<UpdateRecord> &Updates,
538 SmallVector<UpdateRecord, 64> Updates;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 102 struct UpdateRecord {
107 UpdateRecord(Constant *C, Instruction *User, unsigned Op)
202 void promoteConstants(Function &F, SmallVectorImpl<UpdateRecord> &Updates,
522 Function &F, SmallVectorImpl<UpdateRecord> &Updates,
545 SmallVector<UpdateRecord, 64> Updates;
  /external/clang/include/clang/Serialization/
ASTWriter.h 346 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
347 typedef llvm::MapVector<const Decl *, UpdateRecord> DeclUpdateMap;
    [all...]
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.h 881 * by this function to UpdateRecord() or RemoveRecord().
889 * call, this ref may be passed to UpdateRecord() or RemoveRecord().
915 /* UpdateRecord
941 UpdateRecord
    [all...]
dnssd_NET.cpp 767 * UpdateRecord()
774 DNSService::UpdateRecord
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 795 milliseconds