Home
last modified time | relevance | path

Searched refs:str_ (Results 26 - 50 of 80) sorted by relevance

1234

/third_party/vk-gl-cts/framework/opengl/
H A DgluCallLogWrapper.cpp64 StringFmt (const glw::GLchar* str_) : str(str_) {} in StringFmt() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h521 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 Dv8-primitive.h512 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 Dget_object_prop_list_data.cpp124 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 Dhfp_hf_message.h34 std::string str_ {""};
H A Dhfp_hf_statemachine.cpp309 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 Dhfp_ag_system_event_processer.cpp57 ProcessDialOutCallEvent(event.str_, event.arg1_); in ExecuteEventProcess()
84 ProcessAtUnknownEvent(event.str_); in ExecuteEventProcess()
90 ProcessATBindEvent(event.str_); in ExecuteEventProcess()
H A Dhfp_ag_message.h40 std::string str_ {""};
H A Dhfp_ag_profile_event_sender.cpp66 msg.str_ = number; in DialOutCall()
143 msg.str_ = atString; in ProcessATBind()
H A Dhfp_ag_statemachine.cpp461 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 DSkTraceEvent.h216 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 Dmock_mtp_operation_utils.cpp550 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 Dgmock-nice-strict_test.cc103 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 DegluCallLogWrapper.cpp117 StringFmt (const char* str_) : str(str_) {} in StringFmt() argument
/third_party/ninja/src/
H A Dhash_map.h65 return MurmurHash2(key.str_, key.len_); in operator ()()
H A Dlexer.cc28 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 Dbuild_log.cc112 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 Deval_env.cc115 parsed_.back().first.append(text.str_, text.len_); in AddText()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp677 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 Dmtp_data_utils.cpp421 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 Ducharstrie.h361 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 Ducharstrie.h361 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 Ducharstrie.h361 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 Dtrace-event.h373 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 Dproperty.h48 std::shared_ptr<std::string> str_; member in OHOS::Media::Property::Value

Completed in 22 milliseconds

1234