Home
last modified time | relevance | path

Searched refs:can_create (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
H A DCFCMutableArray.cpp79 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue() argument
82 if (!can_create) in AppendValue()
97 bool can_create) { in AppendCStringAsCFString() argument
100 if (!can_create) in AppendCStringAsCFString()
115 const char *s, bool can_create) { in AppendFileSystemRepresentationAsCFString() argument
118 if (!can_create) in AppendFileSystemRepresentationAsCFString()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
H A DCFCMutableArray.cpp79 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue() argument
82 if (!can_create) in AppendValue()
97 bool can_create) { in AppendCStringAsCFString() argument
100 if (!can_create) in AppendCStringAsCFString()
115 const char *s, bool can_create) { in AppendFileSystemRepresentationAsCFString() argument
118 if (!can_create) in AppendFileSystemRepresentationAsCFString()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
H A DCFCMutableArray.cpp79 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue() argument
82 if (!can_create) in AppendValue()
97 bool can_create) { in AppendCStringAsCFString() argument
100 if (!can_create) in AppendCStringAsCFString()
115 const char *s, bool can_create) { in AppendFileSystemRepresentationAsCFString() argument
118 if (!can_create) in AppendFileSystemRepresentationAsCFString()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
[all …]
H A DCFCMutableArray.cpp79 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue() argument
82 if (!can_create) in AppendValue()
97 bool can_create) { in AppendCStringAsCFString() argument
100 if (!can_create) in AppendCStringAsCFString()
115 const char *s, bool can_create) { in AppendFileSystemRepresentationAsCFString() argument
118 if (!can_create) in AppendFileSystemRepresentationAsCFString()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
40 bool AddValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
41 bool SetValueUInt8(CFStringRef key, uint8_t value, bool can_create = false);
51 bool can_create = false);
53 bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp82 if (can_create && dict == NULL) {
92 bool can_create) {
93 CFMutableDictionaryRef dict = Dictionary(can_create);
103 bool can_create) {
104 CFMutableDictionaryRef dict = Dictionary(can_create);
115 CFMutableDictionaryRef dict = Dictionary(can_create);
130 CFMutableDictionaryRef dict = Dictionary(can_create);
145 CFMutableDictionaryRef dict = Dictionary(can_create);
160 CFMutableDictionaryRef dict = Dictionary(can_create);
175 CFMutableDictionaryRef dict = Dictionary(can_create);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/fixtures/
H A DMenuDao.yml35 …0: {id: 1, user_role_id: 1, screen_id: 1, can_read: 1, can_create: 1, can_update: 1, can_delete: 1}
36 …1: {id: 2, user_role_id: 1, screen_id: 2, can_read: 1, can_create: 1, can_update: 1, can_delete: 1}
37 …2: {id: 3, user_role_id: 1, screen_id: 3, can_read: 1, can_create: 1, can_update: 1, can_delete: 1}
38 …3: {id: 4, user_role_id: 1, screen_id: 4, can_read: 1, can_create: 1, can_update: 1, can_delete: 1}
39 …4: {id: 5, user_role_id: 1, screen_id: 5, can_read: 1, can_create: 1, can_update: 1, can_delete: 1…
40 …5: {id: 6, user_role_id: 1, screen_id: 6, can_read: 1, can_create: 1, can_update: 1, can_delete: 1…
41 …6: {id: 7, user_role_id: 3, screen_id: 6, can_read: 1, can_create: 1, can_update: 1, can_delete: 1…
42 …7: {id: 8, user_role_id: 1, screen_id: 7, can_read: 1, can_create: 1, can_update: 1, can_delete: 1}
43 …8: {id: 9, user_role_id: 1, screen_id: 8, can_read: 1, can_create: 1, can_update: 1, can_delete: 1}
44 …9: {id: 10, user_role_id: 1, screen_id: 9, can_read: 1, can_create: 1, can_update: 1, can_delete: …
[all …]

12345678910>>...30