Home
last modified time | relevance | path

Searched defs:Namespace (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-face.hh86 #define HB_OT_TABLE(Namespace, Type) namespace Namespace { struct Type; } argument
87 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type##_accelerator_t) argument
97 #define HB_OT_TABLE_ORDER(Namespace, Type) \ argument
102 #define HB_OT_TABLE(Namespace, Type) HB_OT_TABLE_ORDER (Namespace, Type), argument
103 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) argument
110 #define HB_OT_TABLE(Namespace, Type) \ argument
112 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
Dhb-ot-face.cc48 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument
49 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) in init0() argument
56 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument
57 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) in fini() argument
Dhb-null.hh97 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
108 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
/third_party/harfbuzz/src/
Dhb-ot-face.hh42 #define HB_OT_TABLE(Namespace, Type) namespace Namespace { struct Type; } argument
43 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type##_accelerator_t) argument
53 #define HB_OT_TABLE_ORDER(Namespace, Type) \ argument
58 #define HB_OT_TABLE(Namespace, Type) HB_OT_TABLE_ORDER (Namespace, Type), argument
64 #define HB_OT_TABLE(Namespace, Type) \ argument
66 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
Dhb-ot-face.cc49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument
55 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument
Dhb-ot-face-table-list.hh36 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) argument
Dhb-null.hh109 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
120 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
/third_party/node/tools/node_modules/eslint/node_modules/argparse/lib/
Dnamespace.js20 var Namespace = module.exports = function Namespace(options) { variable
30 Namespace.prototype.isset = function (key) { class
Dargument_parser.js27 var Namespace = require('./namespace'); variable
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py328 args: argparse.Namespace):
336 args: argparse.Namespace):
359 args: argparse.Namespace):
437 args: Optional[argparse.Namespace] = None
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_client.py168 def _run_single_channel(args: argparse.Namespace):
191 def _run(args: argparse.Namespace) -> None:
/third_party/python/Lib/multiprocessing/dummy/
D__init__.py82 class Namespace(object): class
/third_party/node/test/fixtures/wpt/resources/webidl2/
DREADME.md163 ### Namespace subsection
/third_party/boost/libs/metaparse/tools/
Dstring_headers.py18 class Namespace(object): class
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc375 std::string Namespace(const std::string& package) { in Namespace() function
380 std::string Namespace(const FileDescriptor* d, const Options& options) { in Namespace() function
393 std::string Namespace(const Descriptor* d, const Options& options) { in Namespace() function
397 std::string Namespace(const FieldDescriptor* d, const Options& options) { in Namespace() function
401 std::string Namespace(const EnumDescriptor* d, const Options& options) { in Namespace() function
/third_party/node/tools/inspector_protocol/jinja2/
Dutils.py615 class Namespace(object): class
/third_party/jinja2/
Dutils.py687 class Namespace(object): class
/third_party/mingw-w64/mingw-w64-headers/include/
Dwmiatlprov.h19 …HRESULT WINAPI OpenNamespace(const BSTR Namespace,__LONG32 lFlags,IWbemContext *pCtx,IWbemServices… in OpenNamespace()
/third_party/python/Lib/multiprocessing/
Dmanagers.py1016 class Namespace(object): class
/third_party/python/Lib/
Dargparse.py1233 class Namespace(_AttributeHolder): class
/third_party/python/Lib/test/
D_test_multiprocessing.py5569 Namespace = property(operator.attrgetter('manager.Namespace')) variable in ManagerMixin