/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluCallLogWrapper.cpp | 64 StringFmt (const glw::GLchar* str_) : str(str_) {} in StringFmt() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-primitive.h | 521 char* operator*() { return str_; } in operator *() 522 const char* operator*() const { return str_; } in operator *() 530 char* str_; member in v8::String::Utf8Value 544 uint16_t* operator*() { return str_; } in operator *() 545 const uint16_t* operator*() const { return str_; } in operator *() 553 uint16_t* str_; member in v8::String::Value
|
/third_party/node/deps/v8/include/ |
H A D | v8-primitive.h | 512 char* operator*() { return str_; } in operator *() 513 const char* operator*() const { return str_; } in operator *() 521 char* str_; member in v8::String::Utf8Value 535 uint16_t* operator*() { return str_; } in operator *() 536 const uint16_t* operator*() const { return str_; } in operator *() 544 uint16_t* str_; member in v8::String::Value
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_prop_list_data.cpp | 124 if (value->str_ == nullptr) { in WritePropertyStrValue() 127 MtpPacketTool::PutString(outBuffer, *(value->str_)); in WritePropertyStrValue()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_message.h | 34 std::string str_ {""};
|
H A D | hfp_hf_statemachine.cpp | 309 profile_.SendAtCommand(event.arg1_, event.str_); in Dispatch() 891 if (operatorName_ != event.str_) { in ProcessOperatorEvent() 892 operatorName_ = event.str_; in ProcessOperatorEvent() 932 if (subscriberNumber_ != event.str_) { in ProcessSubscriberNumberEvent() 933 subscriberNumber_ = event.str_; in ProcessSubscriberNumberEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_event_processer.cpp | 57 ProcessDialOutCallEvent(event.str_, event.arg1_); in ExecuteEventProcess() 84 ProcessAtUnknownEvent(event.str_); in ExecuteEventProcess() 90 ProcessATBindEvent(event.str_); in ExecuteEventProcess()
|
H A D | hfp_ag_message.h | 40 std::string str_ {""};
|
H A D | hfp_ag_profile_event_sender.cpp | 66 msg.str_ = number; in DialOutCall() 143 msg.str_ = atString; in ProcessATBind()
|
H A D | hfp_ag_statemachine.cpp | 461 profile_.NotifyIncomingCallWaiting(event.arg1_, event.str_); in Dispatch() 479 profile_.SendBinp(event.str_); in Dispatch() 501 profile_.NotifyCallingLineIdentification(CALL_TYPE_DEFAULT, event.str_); in Dispatch()
|
/third_party/skia/src/core/ |
H A D | SkTraceEvent.h | 216 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() 217 operator const char* () const { return str_; } in operator const char*() 219 const char* str_; member in skia::tracing_internals::TraceStringWithCopy
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mock_mtp_operation_utils.cpp | 550 property->currentValue->str_ = make_shared<string>(GetPropertyInner("persist.device.name", in GetPropDesc() 591 value->str_ = make_shared<string>(""); in GetPropValue() 595 value->str_ = make_shared<string>(GetPropertyInner("persist.device.name", DEFAULT_PRODUCT_NAME)); in GetPropValue() 599 value->str_ = make_shared<string>(""); in GetPropValue() 603 value->str_ = make_shared<string>(""); in GetPropValue()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-nice-strict_test.cc | 103 explicit MockBar(const std::string& s) : str_(s) {} in MockBar() 107 str_ = std::string() + a1 + a2 + a3 + a4 + static_cast<char>(a5) + in MockBar() 114 const std::string& str() const { return str_; } in str() 120 std::string str_; member in testing::gmock_nice_strict_test::MockBar
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluCallLogWrapper.cpp | 117 StringFmt (const char* str_) : str(str_) {} in StringFmt() argument
|
/third_party/ninja/src/ |
H A D | hash_map.h | 65 return MurmurHash2(key.str_, key.len_); in operator ()()
|
H A D | lexer.cc | 28 const char* line_start = input_.str_; in Error() 29 for (const char* p = input_.str_; p < last_token_; ++p) { in Error() 71 ofs_ = input_.str_; in Start()
|
H A D | build_log.cc | 112 return MurmurHash64A(command.str_, command.len_);
in HashCommand() 485 if (unlink(path.str_) < 0) {
in Restat() 490 if (rename(temp_path.c_str(), path.str_) < 0) {
in Restat()
|
H A D | eval_env.cc | 115 parsed_.back().first.append(text.str_, text.len_); in AddText()
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 677 property->currentValue->str_ = make_shared<string>(GetPropertyInner("persist.device.name", in GetPropDesc() 718 value->str_ = make_shared<string>(""); in GetPropValue() 722 value->str_ = make_shared<string>(GetPropertyInner("persist.device.name", DEFAULT_PRODUCT_NAME)); in GetPropValue() 726 value->str_ = make_shared<string>(""); in GetPropValue() 730 value->str_ = make_shared<string>(""); in GetPropValue()
|
H A D | mtp_data_utils.cpp | 421 prop.currentValue->str_ = make_shared<std::string>(get<std::string>(columnValue)); in SetProperty() 428 prop.currentValue->str_ = in SetProperty() 516 prop.currentValue->str_ = make_shared<string>(""); in SetOneDefaultlPropList()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucharstrie.h | 361 const UnicodeString &getString() const { return str_; } in getString() 384 UnicodeString str_; member in UCharsTrie::Iterator 391 // The second integer has the str_.length() from before the node in bits 15..0,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucharstrie.h | 361 const UnicodeString &getString() const { return str_; } in getString() 384 UnicodeString str_; member in UCharsTrie::Iterator 391 // The second integer has the str_.length() from before the node in bits 15..0,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucharstrie.h | 361 const UnicodeString &getString() const { return str_; } in getString() 384 UnicodeString str_; member in UCharsTrie::Iterator 391 // The second integer has the str_.length() from before the node in bits 15..0,
|
/third_party/node/deps/v8/src/tracing/ |
H A D | trace-event.h | 373 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() 374 operator const char*() const { return str_; } in operator const char*() 377 const char* str_; member in v8::internal::tracing::TraceStringWithCopy
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | property.h | 48 std::shared_ptr<std::string> str_; member in OHOS::Media::Property::Value
|