Home
last modified time | relevance | path

Searched refs:namespace_ (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Ddart_component_controller.cc116 if (namespace_) { in ~DartComponentController()
117 fdio_ns_destroy(namespace_); in ~DartComponentController()
118 namespace_ = nullptr; in ~DartComponentController()
153 zx_status_t status = fdio_ns_create(&namespace_); in SetupNamespace()
159 dart_utils::SetupComponentTemp(namespace_); in SetupNamespace()
177 status = fdio_ns_bind(namespace_, path, dir_handle); in SetupNamespace()
192 namespace_, data_path_ + "/app.dilplist", manifest)) { in SetupFromKernel()
230 if (!MappedResource::LoadFromNamespace(namespace_, path, kernel)) { in SetupFromKernel()
266 namespace_, data_path_ + "/isolate_snapshot_data.bin", in SetupFromAppSnapshot()
272 namespace_, data_path_ + "/isolate_snapshot_instructions.bin", in SetupFromAppSnapshot()
[all …]
Ddart_component_controller.h74 fdio_ns_t* namespace_ = nullptr; variable
/third_party/boost/boost/units/
Dconversion.hpp155 #define BOOST_UNITS_DEFINE_BASE_UNIT_WITH_CONVERSIONS(namespace_, name_, name_string_, symbol_strin… argument
158 namespace namespace_ { \
167 BOOST_UNITS_DEFINE_CONVERSION_FACTOR(namespace_::name_ ## _base_unit, unit, double, factor); \
168 BOOST_UNITS_DEFAULT_CONVERSION(namespace_::name_ ## _base_unit, unit)
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.cc58 namespace_ = GetFileNamespace(file); in ReflectionClassGenerator()
117 if (!namespace_.empty()) { in Generate()
140 if (!namespace_.empty()) { in WriteIntroduction()
141 printer->Print("namespace $namespace$ {\n", "namespace", namespace_); in WriteIntroduction()
Dcsharp_reflection_class.h59 std::string namespace_; variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dresolve.h150 : namespace_(name_space), symbol_(symbol), resolved_node_(node) {} in SymbolResolver()
157 NameSpacePtr get_namespace() { return namespace_; } in get_namespace()
167 NameSpacePtr namespace_;
Dresolve.cc79 py::object obj = namespace_->obj(); in Resolve()
/third_party/boost/libs/units/doc/
DJamfile.v237 …\"BOOST_UNITS_DEFINE_BASE_UNIT_WITH_CONVERSIONS(namespace_, name_, name_string, symbol_, factor, o…
38 namespace boost { namespace units { namespace namespace_ { \\
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1579 #define BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(z, n, namespace_) \ argument
1583 namespace_::tuple<BOOST_PP_ENUM_PARAMS_Z(z, n, A)> const& x) \
1586 T(BOOST_PP_ENUM_##z(n, BOOST_UNORDERED_GET_TUPLE_ARG, namespace_)); \
1589 #define BOOST_UNORDERED_GET_TUPLE_ARG(z, n, namespace_) namespace_::get<n>(x) argument
1666 #define BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(z, n, namespace_) \ argument
1671 namespace_::tuple<BOOST_PP_ENUM_PARAMS_Z(z, n, A)> const& x) \
1674 T(BOOST_PP_ENUM_##z(n, BOOST_UNORDERED_GET_TUPLE_ARG, namespace_)); \
1677 #define BOOST_UNORDERED_GET_TUPLE_ARG(z, n, namespace_) namespace_::get<n>(x) argument
4764 #define BOOST_UNORDERED_KEY_FROM_TUPLE(namespace_) \ argument
4767 namespace_ tuple<> const&, T2 const&) \
[all …]
/third_party/boost/libs/units/example/
Dsystems.cpp25 #define BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(namespace_,unit_name_,dimension_) \ argument
28 namespace namespace_ { \
/third_party/python/Doc/library/
Dargparse.rst1410 * namespace_ - An object to take the attributes. The default is a new empty