Home
last modified time | relevance | path

Searched refs:is_dictionary (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/py-jsonpickle/jsonpickle-2.0.0/tests/
H A Dutil_test.py139 self.assertTrue(util.is_dictionary({}))
142 self.assertFalse(util.is_dictionary([]))
143 self.assertFalse(util.is_dictionary(set()))
146 self.assertFalse(util.is_dictionary(tuple()))
149 self.assertFalse(util.is_dictionary(int()))
150 self.assertFalse(util.is_dictionary(None))
151 self.assertFalse(util.is_dictionary(str()))
/dports/comms/xcwcp/unixcw-3.5.1/src/xcwcp/
H A Dmodeset.cc38 return (is_dictionary() && other->is_dictionary()) in is_same_type_as()
H A Dsender.cc55 if (current_mode->is_dictionary() || current_mode->is_keyboard()) { in poll()
62 if (current_mode->is_dictionary() && queue.empty()) { in poll()
H A Dmodeset.h63 inline virtual bool is_dictionary() const { return false; }; in is_dictionary() function
91 inline virtual bool is_dictionary() const { return true; }; in is_dictionary() function
/dports/comms/unixcw/unixcw-3.5.1/src/xcwcp/
H A Dmodeset.cc38 return (is_dictionary() && other->is_dictionary()) in is_same_type_as()
H A Dsender.cc55 if (current_mode->is_dictionary() || current_mode->is_keyboard()) { in poll()
62 if (current_mode->is_dictionary() && queue.empty()) { in poll()
H A Dmodeset.h63 inline virtual bool is_dictionary() const { return false; }; in is_dictionary() function
91 inline virtual bool is_dictionary() const { return true; }; in is_dictionary() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/
H A Dvar_dictionary.cc29 if (!var.is_dictionary()) { in VarDictionary()
60 if (other.is_dictionary()) { in operator =()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/
H A Dv8_callback_function.py71 if idl_type.is_interface_type or idl_type.is_dictionary:
107 if argument.idl_type.is_dictionary:
H A Dv8_types.py200 if inner_type.is_dictionary or inner_type.is_sequence or inner_type.is_record_type:
267 if idl_type.is_interface_type or idl_type.is_dictionary:
598 or idl_type.is_dictionary):
640 or idl_type.is_dictionary
955 if idl_type.is_dictionary and idl_type.is_nullable:
958 if idl_type.is_dictionary or idl_type.is_union_type:
1239 if idl_type.is_dictionary and literal_value == '{}':
1314 or idl_type.is_custom_callback_function or idl_type.is_dictionary
H A Dv8_callback_interface.py114 if idl_type.is_interface_type or idl_type.is_dictionary:
172 if argument.idl_type.is_dictionary:
H A Didl_types.py188 def is_dictionary(self): member in IdlType
228 or self.is_dictionary or self.is_enum or self.name == 'Any'
381 lambda member_type: member_type.is_dictionary)
560 if any(member.is_dictionary
H A Dv8_union.py61 elif member.is_dictionary:
127 if member.is_dictionary or member.is_array_buffer_view_or_typed_array:
H A Dv8_methods.py128 or idl_type.is_union_type or idl_type.is_dictionary
386 idl_type.is_dictionary,
564 if idl_type.is_dictionary:
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/
H A Dvar_dictionary.cc29 if (!var.is_dictionary()) { in VarDictionary()
60 if (other.is_dictionary()) { in operator =()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/
H A Dv8_types.py196 if inner_type.is_dictionary or inner_type.is_sequence or inner_type.is_record_type:
263 if idl_type.is_interface_type or idl_type.is_dictionary:
588 or idl_type.is_dictionary):
630 or idl_type.is_dictionary
945 if idl_type.is_dictionary and idl_type.is_nullable:
948 if idl_type.is_dictionary or idl_type.is_union_type:
1219 if idl_type.is_dictionary and literal_value == '{}':
1294 or idl_type.is_custom_callback_function or idl_type.is_dictionary
H A Dv8_callback_interface.py72 or idl_type.is_dictionary):
135 if idl_type.is_interface_type or idl_type.is_dictionary:
H A Didl_types.py188 def is_dictionary(self): member in IdlType
228 or self.is_dictionary or self.is_enum or self.name == 'Any'
381 lambda member_type: member_type.is_dictionary)
560 if any(member.is_dictionary
H A Dv8_union.py61 elif member.is_dictionary:
127 if member.is_dictionary or member.is_array_buffer_view_or_typed_array:
H A Dv8_methods.py128 or idl_type.is_union_type or idl_type.is_dictionary
385 idl_type.is_dictionary,
563 if idl_type.is_dictionary:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/web_idl/
H A Dvalidator.py44 and argument.idl_type.unwrap().is_dictionary)
53 and dict_member.idl_type.unwrap().is_dictionary)
H A Duser_defined_type.py30 def is_dictionary(self): member in UserDefinedType
H A Dliteral_constant.py85 return idl_type.is_dictionary
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/web_idl/
H A Duser_defined_type.py25 def is_dictionary(self): member in UserDefinedType
H A Dliteral_constant.py85 return idl_type.is_dictionary

123456