Home
last modified time | relevance | path

Searched refs:system_ (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Ddebug.cc32 : file_(file), line_(line), system_(system), diagnostics_(diagnostics) {} in InternalCompilerError()
36 diagnostics_.add_ice(system_, msg_.str(), source); in ~InternalCompilerError()
Ddebug.h71 diag::System system_; variable
/third_party/boost/boost/outcome/experimental/
Dresult.h79 #define BOOST_OUTCOME_C_DECLARE_RESULT_SYSTEM(ident, R) BOOST_OUTCOME_C_DECLARE_RESULT(system_##ide…
80 #define BOOST_OUTCOME_C_RESULT_SYSTEM(ident) BOOST_OUTCOME_C_RESULT(system_##ident)
/third_party/boost/libs/units/example/
Dsystems.cpp29 typedef make_system<unit_name_ ## _base_unit>::type unit_name_ ## system_; \
30 typedef unit<dimension_ ## _dimension,unit_name_ ## system_> unit_name_ ## _ ## dimension_; \