HomeSort by relevance Sort by last modified time
    Searched refs:GetString (Results 401 - 425 of 492) sorted by null

<<11121314151617181920

  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 236 parse_info_->ast_value_factory()->GetString(name));
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 499 this->handleItem(std::string(StringLiteral.GetString()));
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.cpp 257 name = doc[sl4n::kParamsStr][0].GetString();
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 249 string GetString(const Message& message,
message.h 101 // assert(reflection->GetString(*foo, text_field) == "Hello World!");
511 virtual string GetString(const Message& message,
531 // GetString() necessarily returns a copy of the string. This can be
543 // string str = reflection->GetString(message, field);
    [all...]
extension_set.h 237 const string & GetString (int number, const string& default_value) const;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py 123 return CreateXmlElement('%s' % Key, Prompt.GetString(), [], [['Lang', Prompt.GetLang()]])
144 return CreateXmlElement('%s' % Key, HelpText.GetString(), [], [['Lang', HelpText.GetLang()]])
    [all...]
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 185 EXPECT_THAT(GetString(), testing::MatchesRegex(std::string(
225 EXPECT_GT(GetString().size(), 923U);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 670 wsNamespaceURI = pXMLDocumentElement->GetString(L"xmlns:xfa");
691 WideString wsChecksum = pXMLDocumentElement->GetString(L"checksum");
    [all...]
xfa_document_datamerger_imp.cpp 304 pXMLDataElement->GetString(L"xfa:contentType");
311 WideString wsHref = pXMLDataElement->GetString(L"href");
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 202 return encoding.GetString(bytes, 0, bytes.Length);
  /external/protobuf/src/google/protobuf/
extension_set.h 237 const string & GetString (int number, const string& default_value) const;
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 234 const GLubyte* GetString(GLenum name);
940 return es1::GetString(name);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 113 const GLubyte* GetString(GLenum name);
732 return es2::GetString(name);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 750 WideString wsLinkContent = pElement->GetString(L"href");
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc     [all...]
  /system/update_engine/
payload_state_unittest.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 274 def GetString(self):
  /external/clang/lib/Lex/
Preprocessor.cpp 854 String = Literal.GetString();
    [all...]
  /external/googletest/googletest/include/gtest/
gtest.h 323 message_->append(a_message.GetString().c_str());
    [all...]
  /external/libchrome/base/debug/
activity_tracker.h 376 StringPiece GetString() const;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 323 message_->append(a_message.GetString().c_str());
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 325 const GLubyte * (GLAPIENTRY * GetString)(GLenum);
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 300 message_->append(a_message.GetString().c_str());
    [all...]

Completed in 894 milliseconds

<<11121314151617181920