Searched defs:in_dict (Results 1 – 8 of 8) sorted by relevance
29 def _DeepCopySomeKeys(in_dict, keys): argument
30 def _DeepCopySomeKeys(in_dict, keys): argument
153 Value::Value(const DictStorage& in_dict) : type_(Type::DICTIONARY), dict_() { in Value()161 Value::Value(DictStorage&& in_dict) noexcept in Value()664 DictionaryValue::DictionaryValue(const DictStorage& in_dict) : Value(in_dict) {} in DictionaryValue()665 DictionaryValue::DictionaryValue(DictStorage&& in_dict) noexcept in DictionaryValue()
499 FT_Bool in_dict ) in cff_decoder_parse_charstrings()
224 in_dict = Primitive("in_dict") variable
500 FT_Bool in_dict ) in cff_decoder_parse_charstrings()
1801 def __init__(self, in_dict, values=(), clear=False, **kwargs): argument1907 def _clear_dict(in_dict): argument