Searched full:namespace (Results 1 – 25 of 5764) sorted by relevance
12345678910>>...231
19 #include "../core/namespace.h"23 namespace abckit::arkts {26 * @brief Namespace28 class Namespace final : public core::Namespace {32 /// @brief abckit::DefaultHash<Namespace>33 friend class abckit::DefaultHash<Namespace>;35 friend class abckit::traits::TargetCheckCast<Namespace>;39 * @brief Constructor Arkts API Namespace from the Core API with compatibility check40 * @param other - Core API Namespace42 explicit Namespace(const core::Namespace &other);[all …]
19 #include "./namespace.h"21 namespace abckit::arkts {23 inline AbckitArktsNamespace *Namespace::TargetCast() const in TargetCast()30 inline Namespace::Namespace(const core::Namespace &other) : core::Namespace(other), targetChecker_(… in Namespace() function32 inline Function Namespace::GetConstructor() const in GetConstructor()42 } // namespace abckit::arkts
17 namespace ns.ns2 {18 export namespace ns3{19 export var s : string = "test-ts-namespace-7 flag1";23 var s : string = "test-ts-namespace-7 flag2";24 namespace ns.ns2 {25 export namespace ns3{26 export namespace ns4{32 namespace ns.ns2 {33 namespace ns3 {34 export namespace ns4 {[all …]
1 test-ts-namespace-9 flag12 test-ts-namespace-9 flag23 test-ts-namespace-9 flag34 test-ts-namespace-9 flag4
1 test-ts-namespace-11 flag22 test-ts-namespace-11 flag13 test-ts-namespace-11 flag14 test-ts-namespace-11 flag1
24 namespace abckit::core {27 * @brief Namespace29 class Namespace : public ViewInResource<AbckitCoreNamespace *, const File *> {39 /// @brief abckit::DefaultHash<Namespace>40 friend class abckit::DefaultHash<Namespace>;44 using CoreViewT = Namespace;48 * @brief Construct a new Namespace object51 Namespace(const Namespace &other) = default;56 * @return Namespace&58 Namespace &operator=(const Namespace &other) = default;[all …]
29 namespace A {39 namespace A {179 // namespace to every other type - no error181 namespace T1 {}184 namespace T2 {}187 namespace T3 {}190 namespace T4 {}192 namespace T5 {}193 namespace T5 {}195 // namespace to variable / function - error[all …]
23 namespace ark::panda_file {25 } // namespace ark::panda_file27 namespace ark::es2panda::parser {29 } // namespace ark::es2panda::parser31 namespace ark::es2panda::checker {33 } // namespace ark::es2panda::checker35 namespace ark::es2panda::ir {38 } // namespace ark::es2panda::ir40 namespace ark::es2panda::ir {43 } // namespace ark::es2panda::ir[all …]
24 namespace ark::panda_file {26 } // namespace ark::panda_file28 namespace ark::panda_file {30 } // namespace ark::panda_file32 namespace ark::es2panda::ir {42 } // namespace ark::es2panda::ir44 namespace ark::es2panda::checker {46 } // namespace ark::es2panda::checker48 namespace ark::es2panda::evaluate {98 } // namespace ark::es2panda::evaluate
21 namespace panda::es2panda::compiler {23 } // namespace panda::es2panda::compiler25 namespace panda::es2panda::ir {29 } // namespace panda::es2panda::ir31 namespace panda::es2panda::binder {33 } // namespace panda::es2panda::binder35 namespace panda::es2panda::lexer {37 } // namespace panda::es2panda::lexer39 namespace panda::es2panda::parser {43 namespace panda::es2panda::util {[all …]
17 namespace MyNamespace01 {29 export namespace InnerNamespace01 {36 namespace MyNamespace02 {76 export namespace InnerNamespace02 {84 namespace MyNamespace03 {124 namespace InnerNamespace03 {133 export namespace MyNamespace04 {134 export namespace MyNamespace05 {135 export namespace MyNamespace06 {136 namespace MyNamespace07 {[all …]
25 namespace ark::interpreter {31 % namespace = i.namespace == 'core' ? '' : "#{i.namespace}::"32 % if i.namespace != 'core'33 #ifdef PANDA_WITH_<%= i.namespace.upcase %>39 <%= namespace %>InstructionHandler<RuntimeInterface, true> handler(&state);45 <%= namespace %>InstructionHandler<RuntimeInterface, false> handler(&state);48 % if i.namespace != 'core'50 #endif // PANDA_WITH_<%= i.namespace.upcase %>57 } // namespace ark::interpreter
19 namespace ark::interpreter {68 % Panda.quickened_plugins.each_key do |namespace|70 static std::array<const void*, DISPATCH_TABLE_LEN> quick_<%= namespace %>_inst_dispatch_table {71 % Quick::select[namespace].each do |ins|74 % n = Panda::dispatch_table.handler_names.size - Quick::select[namespace].size81 static std::array<const void*, DISPATCH_TABLE_LEN> quick_<%= namespace %>_debug_dispatch_table {82 % Quick::select[namespace].each do |ins|88 static std::array<const void*, DISPATCH_TABLE_LEN> quick_<%= namespace %>_inst_dispatch_table {89 % Quick::select[namespace].each do |ins|127 % Panda.quickened_plugins.each_key do |namespace|[all …]
16 // test const enum inside namespace 17 namespace ns {37 namespace ns1 {55 namespace ns_1 {65 namespace ns_1 {75 // test merged enum and namespace76 namespace ns_2 {77 namespace Enum {}
21 namespace panda::es2panda::binder {23 } // namespace panda::es2panda::binder25 namespace panda::es2panda::compiler {27 } // namespace panda::es2panda::compiler29 namespace panda::es2panda::checker {32 } // namespace panda::es2panda::checker34 namespace panda::es2panda::ir {70 } // namespace panda::es2panda::ir
21 namespace panda::es2panda::compiler {23 } // namespace panda::es2panda::compiler25 namespace panda::es2panda::checker {28 } // namespace panda::es2panda::checker30 namespace panda::es2panda::binder {32 } // namespace panda::es2panda::binder34 namespace panda::es2panda::ir {76 } // namespace panda::es2panda::ir
21 namespace panda::es2panda::compiler {23 } // namespace panda::es2panda::compiler25 namespace panda::es2panda::checker {28 } // namespace panda::es2panda::checker30 namespace panda::es2panda::binder {32 } // namespace panda::es2panda::binder34 namespace panda::es2panda::ir {66 } // namespace panda::es2panda::ir
21 namespace panda::es2panda::binder {24 } // namespace panda::es2panda::binder26 namespace panda::es2panda::compiler {28 } // namespace panda::es2panda::compiler30 namespace panda::es2panda::checker {33 } // namespace panda::es2panda::checker35 namespace panda::es2panda::ir {67 } // namespace panda::es2panda::ir
16 export declare namespace ns1 {26 export declare namespace ns2 {39 export declare namespace ns3 {49 export declare namespace ns4 {56 export declare namespace ns5 {65 export declare namespace ns12 {74 export declare namespace ns6 {
15 export declare namespace k {23 export declare namespace l {35 export declare namespace m {44 export declare namespace o {50 export declare namespace p {58 export declare namespace q {66 export declare namespace t {
15 export declare namespace c {23 export declare namespace d {35 export declare namespace e {44 export declare namespace f {50 export declare namespace g {58 export declare namespace d {66 export declare namespace h {
16 export declare namespace ns11 {26 export declare namespace ns12 {39 export declare namespace ns13 {49 export declare namespace ns14 {56 export declare namespace ns15 {65 export declare namespace ns12 {74 export declare namespace ns16 {
28 namespace: ''39 …ArenaVector<|new_args.0.namespace||es2panda_arg.type.template_args.0.type.name| |es2panda_arg.type…73 namespace: ''85 |new_args.0.namespace||es2panda_arg.type.template_args.0.type.name|118 namespace: ''129 …\t\tstd::vector<|new_args.0.namespace||es2panda_arg.type.template_args.0.type.name| |es2panda_arg.…163 namespace: ''175 …|new_args.0.namespace||es2panda_arg.type.template_args.0.type.name| |es2panda_arg.type.template_ar…177 …|new_args.0.namespace||es2panda_arg.type.template_args.0.type.name| |es2panda_arg.type.template_ar…202 namespace: std[all …]