Home
last modified time | relevance | path

Searched defs:Dict (Results 1 – 14 of 14) sorted by relevance

/third_party/harfbuzz/src/
Dhb-ot-cff-common.hh366 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/
Dhb-ot-cff-common.hh366 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/
Dhb-ot-cff-common.hh327 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/
Dlookup_dep.py204 def _compute_full_class_names_for_build_config(self, deps_info: Dict) -> Set[str]:
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess2.ts59 type Dict = Record<string, number>; alias
/third_party/python/Tools/scripts/
Dfixcid.py276 Dict = {} variable
/third_party/python/Lib/test/
Dtest_dict_version.py182 class Dict(dict): class
Dtest_dict.py110 class Dict(dict): class
1610 class Dict(dict): class
/third_party/jinja2/
Dnodes.py653 class Dict(Literal): class
Dcompiler.py1661 def visit_Dict(self, node: nodes.Dict, frame: Frame) -> None:
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py555 class Dict(Literal): class
/third_party/skia/third_party/externals/jinja2/
Dnodes.py581 class Dict(Literal): class
/third_party/python/Lib/
Dtyping.py2122 Dict = _alias(dict, 2, inst=False, name='Dict') variable
/third_party/python/Include/internal/
Dpycore_ast.h378 } Dict; member