Searched defs:GetString (Results 1 - 25 of 49) sorted by relevance

12

/external/libbrillo/brillo/
H A Dosrelease_reader.cc18 bool OsReleaseReader::GetString(const std::string& key, function in class:brillo::OsReleaseReader
21 return store_.GetString(key, value);
H A Dkey_value_store.cc92 bool KeyValueStore::GetString(const string& key, string* value) const { function in class:brillo::KeyValueStore
106 if (!GetString(key, &string_value))
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_boolean.cpp24 CFX_ByteString CPDF_Boolean::GetString() const { function in class:CPDF_Boolean
H A Dcpdf_name.cpp29 CFX_ByteString CPDF_Name::GetString() const { function in class:CPDF_Name
H A Dcpdf_number.cpp54 CFX_ByteString CPDF_Number::GetString() const { function in class:CPDF_Number
H A Dcpdf_string.cpp44 CFX_ByteString CPDF_String::GetString() const { function in class:CPDF_String
H A Dcpdf_reference.cpp22 CFX_ByteString CPDF_Reference::GetString() const { function in class:CPDF_Reference
24 return obj ? obj->GetString() : CFX_ByteString();
H A Dcpdf_object.cpp41 CFX_ByteString CPDF_Object::GetString() const { function in class:CPDF_Object
/external/toolchain-utils/crosperf/
H A Dfield.py34 def GetString(self): member in class:Field
122 def GetString(self): member in class:ListField
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-message.h102 *ss_ << msg.GetString();
190 internal::String GetString() const { function in class:testing::Message
225 return os << sb.GetString();
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h102 *ss_ << msg.GetString();
190 internal::String GetString() const { function in class:testing::Message
225 return os << sb.GetString();
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-message.h102 *ss_ << msg.GetString();
190 internal::String GetString() const { function in class:testing::Message
225 return os << sb.GetString();
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h102 *ss_ << msg.GetString();
191 internal::String GetString() const { function in class:testing::Message
225 return os << sb.GetString();
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h102 *ss_ << msg.GetString();
190 internal::String GetString() const { function in class:testing::Message
225 return os << sb.GetString();
/external/v8/src/
H A Dversion.cc46 void Version::GetString(Vector<char> str) { function in class:v8::internal::Version
/external/pdfium/testing/
H A Dtest_support.h109 const std::string& GetString() const { return m_String; } function in class:TestSaver
/external/pdfium/xfa/fde/
H A Dcfde_txtedttextset.cpp26 int32_t CFDE_TxtEdtTextSet::GetString(FDE_TEXTEDITPIECE* pPiece, function in class:CFDE_TxtEdtTextSet
/external/libchrome/base/
H A Dversion.cc153 const std::string Version::GetString() const { function in class:base::Version
190 return stream << v.GetString();
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py186 prefs.GetString('someHashValue') # => '249b3e5af13d4db2'
338 def GetString(self, key): member in class:SharedPrefs
/external/gptfdisk/
H A Dgptcl.cc129 cmd = GetString(attributeOperation, 1);
167 switch (ManageAttributes(partNum, GetString(attributeOperation, 2),
168 GetString(attributeOperation, 3))) {
204 name = GetString(partName, 2);
209 << "'s name to '" << GetString(partName, 2) << "'!\n";
295 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low);
296 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high);
367 typeHelper = GetString(typeCode, 2);
373 << "'s type code to " << GetString(typeCode, 2) << "!\n";
391 SetPartitionGUID(partNum, GetString(partGUI
543 string GetString(string argument, int itemNum) { function
[all...]
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py182 prefs.GetString('someHashValue') # => '249b3e5af13d4db2'
321 def GetString(self, key): member in class:SharedPrefs
/external/lzma/CPP/Windows/
H A DFileLink.cpp178 static void GetString(const Byte *p, unsigned len, UString &res) function in namespace:NWindows::NFile
237 GetString(p + subOffs, subLen >> 1, SubsName);
238 GetString(p + printOffs, printLen >> 1, PrintName);
/external/clang/include/clang/Lex/
H A DLiteralSupport.h226 StringRef GetString() const { function in class:clang::StringLiteralParser
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.h62 CFX_WideString GetString() const { function in class:CFX_RTFPiece
/external/v8/src/ast/
H A Dast-value-factory.cc227 return GetString(hash, true, literal);
235 return GetString(hash, false, Vector<const byte>::cast(literal));
239 const AstRawString* AstValueFactory::GetString(Handle<String> literal) { function in class:v8::internal::AstValueFactory
374 AstRawString* AstValueFactory::GetString(uint32_t hash, bool is_one_byte, function in class:v8::internal::AstValueFactory

Completed in 591 milliseconds

12