Home
last modified time | relevance | path

Searched refs:GetStringValue (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm-project/lldb/source/API/
DSBStructuredData.cpp146 llvm::StringRef key = object->GetStringValue(""); in GetKeys()
198 size_t SBStructuredData::GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function in SBStructuredData
199 LLDB_RECORD_CHAR_PTR_METHOD_CONST(size_t, SBStructuredData, GetStringValue, in GetStringValue()
202 return (m_impl_up ? m_impl_up->GetStringValue(dst, dst_len) : 0); in GetStringValue()
239 LLDB_REGISTER_CHAR_PTR_METHOD_CONST(size_t, SBStructuredData, GetStringValue); in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
Dbktptcmd.py12 se_string = se_value.GetStringValue(100)
17 se_string = se_value.GetStringValue(100)
/external/llvm-project/lldb/test/API/python_api/sbstructureddata/
DTestStructuredDataAPI.py103 output = string_struct.GetStringValue(25)
134 output = int_struct.GetStringValue(25)
195 output = string_struct.GetStringValue(5)
204 output = string_struct.GetStringValue(5)
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h288 llvm::StringRef GetStringValue(llvm::StringRef fail_value) const;
289 llvm::StringRef GetStringValue() const { return GetStringValue(llvm::StringRef()); } in GetStringValue() function
/external/llvm-project/lldb/test/API/functionalities/step_scripted/
DSteps.py48 func_name = func_entry.GetStringValue(100)
91 self.key = args_data.GetValueForKey("token").GetStringValue(1000)
/external/llvm-project/lldb/include/lldb/Core/
DStructuredDataImpl.h140 size_t GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function
144 llvm::StringRef result = m_data_sp->GetStringValue(); in GetStringValue()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueArgs.cpp19 llvm::StringRef string_value = value->GetStringValue(); in GetArgs()
DOptionValueArray.cpp151 llvm::StringRef string_value = m_values[i]->GetStringValue(); in GetArgs()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/xcode/Samples/FrameworkSample/
Dwidget.h52 std::string GetStringValue() const;
Dwidget_test.cc48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); in TEST()
Dwidget.cc54 std::string Widget::GetStringValue() const { in GetStringValue() function in Widget
/external/llvm-project/lldb/examples/python/
Din_call_stack.py12 name = arg_dict.GetValueForKey('name').GetStringValue(1000)
/external/webrtc/pc/test/
Dmock_peer_connection_observers.h373 GetStringValue(r, StatsReport::kStatsValueNameTrackId, in OnComplete()
381 GetStringValue(r, StatsReport::kStatsValueNameDtlsCipher, in OnComplete()
383 GetStringValue(r, StatsReport::kStatsValueNameSrtpCipher, in OnComplete()
461 bool GetStringValue(const StatsReport* report, in GetStringValue() function
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp621 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
731 loc->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GetLocationDescription()
964 ->GetStringValue() == "external-race") { in GenerateThreadName()
968 ->GetStringValue() == "swift-access-race") { in GenerateThreadName()
985 o->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GenerateThreadName()
1056 ->GetStringValue() != "ThreadSanitizer") in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/bindings/interface/
DSBStructuredData.i52 size_t GetStringValue(char *dst, size_t dst_len) const;
/external/llvm-project/lldb/test/API/commands/target/stop-hooks/
Dstop_hook.py20 incr_as_str = value.GetStringValue(100)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
Dresolver.py18 sym_name = sym_item.GetStringValue(1000)
/external/llvm-project/lldb/include/lldb/API/
DSBStructuredData.h88 size_t GetStringValue(char *dst, size_t dst_len) const;
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp206 ->GetStringValue("")); in CreateInstance()
234 std::string(object->GetStringValue()); in CreateInstance()
/external/llvm-project/lldb/test/API/commands/platform/basic/
DTestPlatformPython.py34 platform_name = platform_data.GetValueForKey('name').GetStringValue(100)
/external/protobuf/src/google/protobuf/
Dmap_field.cc329 map_val->SetStringValue(other_it->second.GetStringValue()); in MergeFrom()
381 reflection->SetString(new_entry, key_des, map_key.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
408 reflection->SetString(new_entry, val_des, map_val.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap_field.h440 const std::string& GetStringValue() const {
631 const std::string& GetStringValue() const {
793 return hash<std::string>()(map_key.GetStringValue());
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go212 func (m *Value) GetStringValue() string { func
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp257 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp310 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()

12