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

<<11121314151617181920

  /external/libchrome/base/json/
json_parser_unittest.cc 90 EXPECT_TRUE(dict->GetString("abc", &str));
json_reader_unittest.cc 353 EXPECT_TRUE(dict_val->GetString("S", &str_val));
498 EXPECT_TRUE(dict_val->GetString("path", &str_val));
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 510 test_name_stream.GetString().c_str(),
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 77 driver->GetString = NULL; /* REQUIRED! */
  /external/pdfium/core/fpdfapi/page/
cpdf_docpagedata.cpp 231 ByteString name = pCSObj->GetString();
cpdf_streamparser.cpp 135 Decoder = pFilter->GetString();
  /external/pdfium/fpdfsdk/
fpdfppo.cpp 37 if (pType->GetString().Compare("Page"))
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 485 *wsNamespaceURI = pElement->GetString(wsNSAttribute.c_str());
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 510 test_name_stream.GetString().c_str(),
  /external/webrtc/webrtc/base/
json_unittest.cc 35 TEST(JsonTest, GetString) {
  /external/webrtc/webrtc/p2p/base/
stun.h 396 std::string GetString() const { return std::string(bytes_, length()); }
  /frameworks/base/tools/aapt2/util/
Util.cpp 421 std::string GetString(const android::ResStringPool& pool, size_t idx) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 101 // assert(reflection->GetString(foo, text_field) == "Hello World!");
440 virtual string GetString(const Message& message,
451 // GetString() necessarily returns a copy of the string. This can be
463 // string str = reflection->GetString(field);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 101 // assert(reflection->GetString(foo, text_field) == "Hello World!");
440 virtual string GetString(const Message& message,
451 // GetString() necessarily returns a copy of the string. This can be
463 // string str = reflection->GetString(field);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 101 // assert(reflection->GetString(foo, text_field) == "Hello World!");
440 virtual string GetString(const Message& message,
451 // GetString() necessarily returns a copy of the string. This can be
463 // string str = reflection->GetString(field);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 510 test_name_stream.GetString().c_str(),
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 510 test_name_stream.GetString().c_str(),
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 101 // assert(reflection->GetString(foo, text_field) == "Hello World!");
440 virtual string GetString(const Message& message,
451 // GetString() necessarily returns a copy of the string. This can be
463 // string str = reflection->GetString(field);
    [all...]
  /tools/dexter/slicer/export/slicer/
code_ir.h 388 String* GetString(dex::u4 index);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h 258 virtual HRESULT STDMETHODCALLTYPE GetString(
413 HRESULT (STDMETHODCALLTYPE *GetString)(
540 #define IMFAttributes_GetString(This,guidKey,pwszValue,cchBufSize,pcchLength) (This)->lpVtbl->GetString(This,guidKey,pwszValue,cchBufSize,pcchLength)
601 return This->lpVtbl->GetString(This,guidKey,pwszValue,cchBufSize,pcchLength);
    [all...]
  /external/v8/src/
elements.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 613 PromptStr = TxtObj.GetString()
629 HelpStr = TxtObj.GetString()
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 443 Status = HiiString->GetString (HiiString, Lang, HiiHandle, PRINTABLE_LANGUAGE_NAME_STRING_ID, StringBuffer, &StringSize, NULL);
447 Status = HiiString->GetString (HiiString, Lang, HiiHandle, PRINTABLE_LANGUAGE_NAME_STRING_ID, StringBuffer, &StringSize, NULL);
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 174 return (Message() << streamable).GetString();
310 message_->append(a_message.GetString().c_str());
    [all...]

Completed in 1475 milliseconds

<<11121314151617181920