HomeSort by relevance Sort by last modified time
    Searched refs:ToText (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 51 /// \c ToText.
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
59 std::string ToText;
  /external/tinyxml2/docs/search/
all_10.js 9 ['totext',['ToText',['../classtinyxml2_1_1_x_m_l_node.html#a41c55dab9162d1eb62db2008430e376b',1,'tinyxml2::XMLNode::ToText()'],['../classtinyxml2_1_1_x_m_l_text.html#ab1213b4ddebe9b17ec7e7040e9f1caf7',1,'tinyxml2::XMLText::ToText()'],['../classtinyxml2_1_1_x_m_l_handle.html#a6ab9e8cbfb41417246e5657e3842c62a',1,'tinyxml2::XMLHandle::ToText()']]],
functions_10.js 8 ['totext',['ToText',['../classtinyxml2_1_1_x_m_l_node.html#a41c55dab9162d1eb62db2008430e376b',1,'tinyxml2::XMLNode::ToText()'],['../classtinyxml2_1_1_x_m_l_text.html#ab1213b4ddebe9b17ec7e7040e9f1caf7',1,'tinyxml2::XMLText::ToText()'],['../classtinyxml2_1_1_x_m_l_handle.html#a6ab9e8cbfb41417246e5657e3842c62a',1,'tinyxml2::XMLHandle::ToText()']]],
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText)
38 : FromId(FromId), ToText(ToText) {}
46 ToText));
  /external/spirv-llvm/lib/SPIRV/
SPIRV.h 78 std::string &ErrMsg, bool FromText, bool ToText);
84 std::string &ErrMsg, bool ToText);
  /external/spirv-llvm/lib/SPIRV/llvm/Support/
SPIRV.h 78 std::string &ErrMsg, bool FromText, bool ToText);
84 std::string &ErrMsg, bool ToText);
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 102 ToText("to-text", cl::desc("Convert input SPIR-V binary to internal textual format"));
205 if (ToBinary == ToText) {
222 if (!SPIRV::ConvertSPIRV(IFS, OFS, Err, ToBinary, ToText)) {
297 if (ToText && (ToBinary || IsReverse || IsRegularization)) {
302 if (ToBinary && (ToText || IsReverse || IsRegularization)) {
307 if (ToBinary || ToText)
  /external/deqp-deps/SPIRV-Tools/test/opt/
decoration_manager_test.cpp 89 std::string ToText(const std::vector<Instruction*>& inst) {
334 EXPECT_THAT(ToText(decorations), expected_decorations);
375 EXPECT_THAT(ToText(decorations), expected_decorations);
416 EXPECT_THAT(ToText(decorations), expected_decorations);
419 EXPECT_THAT(ToText(decorations), "");
457 EXPECT_THAT(ToText(decorations), expected_decorations);
497 EXPECT_THAT(ToText(decorations), expected_decorations);
503 EXPECT_THAT(ToText(decorations), expected_decorations);
550 EXPECT_THAT(ToText(decorations), expected_decorations);
556 EXPECT_THAT(ToText(decorations), expected_decorations)
    [all...]
pass_remove_duplicates_test.cpp 93 std::string ToText(const std::vector<Instruction*>& inst) {
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
decoration_manager_test.cpp 89 std::string ToText(const std::vector<Instruction*>& inst) {
334 EXPECT_THAT(ToText(decorations), expected_decorations);
375 EXPECT_THAT(ToText(decorations), expected_decorations);
416 EXPECT_THAT(ToText(decorations), expected_decorations);
419 EXPECT_THAT(ToText(decorations), "");
457 EXPECT_THAT(ToText(decorations), expected_decorations);
497 EXPECT_THAT(ToText(decorations), expected_decorations);
503 EXPECT_THAT(ToText(decorations), expected_decorations);
550 EXPECT_THAT(ToText(decorations), expected_decorations);
556 EXPECT_THAT(ToText(decorations), expected_decorations)
    [all...]
pass_remove_duplicates_test.cpp 93 std::string ToText(const std::vector<Instruction*>& inst) {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.c 633 CHAR16 *ToText;
634 ToText = ConvertDevicePathToText (
639 if (ToText != NULL) {
640 DEBUG ((DEBUG_INFO, "The measured image path is %s.\n", ToText));
641 FreePool (ToText);
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 701 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
708 virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
tinyxml.cpp 826 else if ( firstChild == lastChild && firstChild->ToText() )
838 if ( !node->ToText() )
904 const TiXmlText* childText = child->ToText();
    [all...]
  /external/tinyxml2/
tinyxml2.h 689 virtual XMLText* ToText() {
712 virtual const XMLText* ToText() const {
990 virtual XMLText* ToText() {
993 virtual const XMLText* ToText() const {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 399 CHAR16 *ToText;
412 ToText = DevPathToText->ConvertDevicePathToText (
417 ASSERT (ToText != NULL);
418 return ToText;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 334 std::string &ErrMsg, bool FromText, bool ToText);
340 std::string &ErrMsg, bool ToText);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
C.g 84 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText):
85 Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOffset))
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 413 CHAR16 *ToText;
426 ToText = DevPathToText->ConvertDevicePathToText (
431 ASSERT (ToText != NULL);
433 return ToText;
    [all...]
  /external/tinyxml/
tinyxml.h 640 const TiXmlText* ToText() const { return ( this && type == TEXT ) ? (const TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
647 TiXmlText* ToText() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]
xmltest.cpp 267 XmlTest ( "First child exists.", true, ( node != 0 && node->ToText() ) );
569 text = latinDoc.FirstChildElement()->FirstChild()->ToText();
856 TiXmlText* text = doc.FirstChildElement()->FirstChildElement()->FirstChild()->ToText();
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenance.c 346 CHAR16 *ToText;
359 ToText = DevPathToText->ConvertDevicePathToText (
364 ASSERT (ToText != NULL);
365 return ToText;
    [all...]
  /external/grpc-grpc/test/cpp/util/
grpc_tool.cc 89 bool ToText(int argc, const char** argv, const CliCredentials& cred,
234 {"totext", BindWith5Args(&GrpcTool::ToText), 2, 3},
246 " grpc_cli totext ... ; Convert binary message to text\n"
870 bool GrpcTool::ToText(int argc, const char** argv, const CliCredentials& cred,
874 " grpc_cli totext <protofiles> <type>\n"

Completed in 653 milliseconds

1 2