/third_party/boost/boost/units/systems/si/ |
D | io.hpp | 24 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/ |
D | io.hpp | 22 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/ |
D | composite_output.cpp | 67 std::string name_string(const cgs::force&) in name_string() function
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | flock_tool.py | 32 def _CommandifyName(self, name_string): argument
|
D | win_tool.py | 77 def _CommandifyName(self, name_string): argument
|
D | mac_tool.py | 48 def _CommandifyName(self, name_string): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | flock_tool.py | 31 def _CommandifyName(self, name_string): argument
|
D | win_tool.py | 75 def _CommandifyName(self, name_string): argument
|
D | mac_tool.py | 48 def _CommandifyName(self, name_string): argument
|
/third_party/boost/libs/units/test/ |
D | test_output.cpp | 96 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/ |
D | scale.hpp | 75 std::string name_string(const scale<Base,Exponent>&) in name_string() function
|
D | io.hpp | 1006 name_string(const unit<Dimension, System>&) in name_string() function
|
/third_party/node/src/ |
D | env-inl.h | 1065 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
|
D | inspector_js_api.cc | 323 auto name_string = FIXED_ONE_BYTE_STRING(env->isolate(), "consoleCall"); in Initialize() local
|
D | heap_utils.cc | 97 Local<String> name_string = env->name_string(); in CreateObject() local
|
D | node_errors.cc | 379 node::Utf8Value name_string(env->isolate(), name.ToLocalChecked()); in ReportFatalException() local
|
D | js_native_api_v8.cc | 792 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/ |
D | module.c | 186 jerry_char_t* name_string; in jerryx_resolve_native_module() local
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | parser.hpp | 430 string_view name_string, in on_field_impl()
|
/third_party/boost/boost/beast/http/ |
D | parser.hpp | 430 string_view name_string, in on_field_impl()
|
/third_party/boost/boost/beast/http/impl/ |
D | fields.hpp | 323 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/ |
D | fields.hpp | 323 name_string() const in name_string() function in boost::beast::http::basic_fields::value_type
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 1874 auto name_string = std::string(name); in TryFindFileInFallbackDatabase() local 1912 auto name_string = std::string(name); in TryFindSymbolInFallbackDatabase() local
|
/third_party/python/Modules/ |
D | posixmodule.c | 10957 const char *name_string = PyBytes_AS_STRING(name); in os_putenv_impl() local
|