/third_party/harfbuzz/src/ |
D | hb-ot-cff-common.hh | 366 struct Dict : UnsizedByteStr struct 369 bool serialize (hb_serialize_context_t *c, in serialize() 383 static bool serialize_int_op (hb_serialize_context_t *c, op_code_t op, V value, op_code_t intOp) in serialize_int_op() 404 static bool serialize_int4_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int4_op() 408 static bool serialize_int2_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int2_op() 412 …ic bool serialize_link_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence) in serialize_link_op() 420 …link4_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link4_op() 423 …link2_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link2_op()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff-common.hh | 366 struct Dict : UnsizedByteStr struct 369 bool serialize (hb_serialize_context_t *c, in serialize() 383 static bool serialize_int_op (hb_serialize_context_t *c, op_code_t op, V value, op_code_t intOp) in serialize_int_op() 404 static bool serialize_int4_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int4_op() 408 static bool serialize_int2_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int2_op() 412 …ic bool serialize_link_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence) in serialize_link_op() 420 …link4_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link4_op() 423 …link2_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link2_op()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff-common.hh | 327 struct Dict : UnsizedByteStr struct 330 bool serialize (hb_serialize_context_t *c, in serialize() 346 static unsigned int calculate_serialized_size (const DICTVAL &dictval, in calculate_serialized_size() 357 static unsigned int calculate_serialized_size (const DICTVAL &dictval, in calculate_serialized_size() 367 static bool serialize_int_op (hb_serialize_context_t *c, op_code_t op, int value, op_code_t intOp) in serialize_int_op() 387 static bool serialize_uint4_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_uint4_op() 390 static bool serialize_uint2_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_uint2_op() 393 static bool serialize_offset4_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_offset4_op() 398 static bool serialize_offset2_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_offset2_op()
|
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/ |
D | lookup_dep.py | 204 def _compute_full_class_names_for_build_config(self, deps_info: Dict) -> Set[str]:
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess2.ts | 59 type Dict = Record<string, number>; alias
|
/third_party/python/Tools/scripts/ |
D | fixcid.py | 276 Dict = {} variable
|
/third_party/python/Lib/test/ |
D | test_dict_version.py | 182 class Dict(dict): class
|
D | test_dict.py | 110 class Dict(dict): class 1610 class Dict(dict): class
|
/third_party/jinja2/ |
D | nodes.py | 653 class Dict(Literal): class
|
D | compiler.py | 1661 def visit_Dict(self, node: nodes.Dict, frame: Frame) -> None:
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | nodes.py | 555 class Dict(Literal): class
|
/third_party/skia/third_party/externals/jinja2/ |
D | nodes.py | 581 class Dict(Literal): class
|
/third_party/python/Lib/ |
D | typing.py | 2122 Dict = _alias(dict, 2, inst=False, name='Dict') variable
|
/third_party/python/Include/internal/ |
D | pycore_ast.h | 378 } Dict; member
|