Lines Matching refs:FindInt32
73 status_t FindInt32(const char *name, int32 *value) const;
74 status_t FindInt32(const char *name, int32 index, int32 *val) const;
78 int32 FindInt32(const char *, int32 n = 0) const;
80 case: No item added. HasInt32() should return false; simple FindInt32() should
81 return 0; FindInt32() should return B_NAME_NOT_FOUND and set data param to
84 case: Add single item. HasInt32() should return true; simple FindInt32() should
85 return added item; FindInt32() should return B_OK and set data param to
89 FindInt32() should return replacement; FindInt32() should return B_OK and
94 FindInt32() should return 0; FindInt32() should return B_NAME_NOT_FOUND
99 FindInt32() should return added item; FindInt32() should return B_OK and set
104 return true; simple FindInt32() should return replacement; FindInt32()
109 FindInt32() should return added item; FindInt32() should return B_OK and set
114 return true; simple FindInt32() should return added item; FindInt32() should