OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToText
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Tooling/
RefactoringCallbacks.h
51
/// \c
ToText
.
54
ReplaceStmtWithText(StringRef FromId, StringRef
ToText
);
59
std::string
ToText
;
/external/clang/lib/Tooling/
RefactoringCallbacks.cpp
37
ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef
ToText
)
38
: FromId(FromId),
ToText
(
ToText
) {}
46
ToText
));
/external/chromium_org/third_party/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
...]
Completed in 410 milliseconds