Home
last modified time | relevance | path

Searched defs:name_string (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/boost/units/systems/si/
Dio.hpp24 inline std::string name_string(const reduce_unit<si::absorbed_dose>::type&) { return "gray"; } in name_string() function
31 inline std::string name_string(const reduce_unit<si::capacitance>::type&) { return "farad"; } in name_string() function
34 inline std::string name_string(const reduce_unit<si::catalytic_activity>::type&) { return "katal"; } in name_string() function
37 inline std::string name_string(const reduce_unit<si::conductance>::type&) { return "siemen"; } in name_string() function
44 inline std::string name_string(const reduce_unit<si::electric_charge>::type&) { return "coulomb"; } in name_string() function
47 inline std::string name_string(const reduce_unit<si::electric_potential>::type&) { return "volt"; } in name_string() function
50 inline std::string name_string(const reduce_unit<si::energy>::type&) { return "joule"; } in name_string() function
53 inline std::string name_string(const reduce_unit<si::force>::type&) { return "newton"; } in name_string() function
56 inline std::string name_string(const reduce_unit<si::frequency>::type&) { return "hertz"; } in name_string() function
59 inline std::string name_string(const reduce_unit<si::illuminance>::type&) { return "lux"; } in name_string() function
[all …]
/third_party/boost/boost/units/systems/cgs/
Dio.hpp22 inline std::string name_string(const reduce_unit<cgs::acceleration>::type&) { return "galileo"; } in name_string() function
25 inline std::string name_string(const reduce_unit<cgs::current>::type&) { return "biot"; } in name_string() function
28 inline std::string name_string(const reduce_unit<cgs::dynamic_viscosity>::type&) { return "poise"; } in name_string() function
31 inline std::string name_string(const reduce_unit<cgs::energy>::type&) { return "erg"; } in name_string() function
34 inline std::string name_string(const reduce_unit<cgs::force>::type&) { return "dyne"; } in name_string() function
37 inline std::string name_string(const reduce_unit<cgs::kinematic_viscosity>::type&) { return "stoke"… in name_string() function
40 inline std::string name_string(const reduce_unit<cgs::pressure>::type&) { return "barye"; } in name_string() function
43 inline std::string name_string(const reduce_unit<cgs::wavenumber>::type&) { return "kayser"; } in name_string() function
/third_party/boost/libs/units/example/
Dcomposite_output.cpp67 std::string name_string(const cgs::force&) in name_string() function
/third_party/node/tools/gyp/pylib/gyp/
Dflock_tool.py32 def _CommandifyName(self, name_string): argument
Dwin_tool.py77 def _CommandifyName(self, name_string): argument
Dmac_tool.py48 def _CommandifyName(self, name_string): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dflock_tool.py31 def _CommandifyName(self, name_string): argument
Dwin_tool.py75 def _CommandifyName(self, name_string): argument
Dmac_tool.py48 def _CommandifyName(self, name_string): argument
/third_party/boost/libs/units/test/
Dtest_output.cpp96 std::string name_string(const custom1&) { return("custom1"); } in name_string() function
101 BOOST_CONSTEXPR const char* name_string(const custom2&) { return("custom2"); } in name_string() function
/third_party/boost/boost/units/
Dscale.hpp75 std::string name_string(const scale<Base,Exponent>&) in name_string() function
Dio.hpp1006 name_string(const unit<Dimension, System>&) in name_string() function
/third_party/node/src/
Denv-inl.h1065 v8::Local<v8::String> name_string = in SetMethod() local
1083 v8::Local<v8::String> name_string = in SetMethodNoSideEffect() local
1098 v8::Local<v8::String> name_string = in SetProtoMethod() local
1114 v8::Local<v8::String> name_string = in SetProtoMethodNoSideEffect() local
1129 v8::Local<v8::String> name_string = in SetInstanceMethod() local
Dinspector_js_api.cc323 auto name_string = FIXED_ONE_BYTE_STRING(env->isolate(), "consoleCall"); in Initialize() local
Dheap_utils.cc97 Local<String> name_string = env->name_string(); in CreateObject() local
Dnode_errors.cc379 node::Utf8Value name_string(env->isolate(), name.ToLocalChecked()); in ReportFatalException() local
Djs_native_api_v8.cc792 v8::Local<v8::String> name_string; in napi_create_function() local
825 v8::Local<v8::String> name_string; in napi_define_class() local
/third_party/jerryscript/jerry-ext/module/
Dmodule.c186 jerry_char_t* name_string; in jerryx_resolve_native_module() local
/third_party/boost/libs/beast/include/boost/beast/http/
Dparser.hpp430 string_view name_string, in on_field_impl()
/third_party/boost/boost/beast/http/
Dparser.hpp430 string_view name_string, in on_field_impl()
/third_party/boost/boost/beast/http/impl/
Dfields.hpp323 name_string() const in name_string() function in boost::beast::http::basic_fields::value_type
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dfields.hpp323 name_string() const in name_string() function in boost::beast::http::basic_fields::value_type
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1874 auto name_string = std::string(name); in TryFindFileInFallbackDatabase() local
1912 auto name_string = std::string(name); in TryFindSymbolInFallbackDatabase() local
/third_party/python/Modules/
Dposixmodule.c10957 const char *name_string = PyBytes_AS_STRING(name); in os_putenv_impl() local