HomeSort by relevance Sort by last modified time
    Searched defs:StringType (Results 1 - 25 of 35) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/unittests/ADT/
SmallStringTest.cpp 27 typedef SmallString<40> StringType;
29 StringType theString;
31 void assertEmpty(StringType & v) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fpformat.py 10 StringType = type('')
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
  /external/antlr/runtime/Cpp/include/
antlr3commontreeadaptor.hpp 44 typedef typename ImplTraits::StringType StringType;
77 StringType getText( TreeType* t);
98 StringType makeDot( TreeType* theTree);
113 void defineDotNodes(TreeType* t, const StringType& dotSpec);
114 void defineDotEdges(TreeType* t, const StringType& dotSpec);
antlr3commontree.hpp 45 typedef typename ImplTraits::StringType StringType;
122 StringType getText();
125 StringType toStringTree();
126 StringType toString();
antlr3debugeventlistener.hpp 63 typedef typename ImplTraits::StringType StringType;
83 StringType m_grammarFileName;
92 StringType m_tokenString;
antlr3treeparser.hpp 55 typedef typename ImplTraits::StringType StringType;
antlr3baserecognizer.hpp 57 typedef typename ImplTraits::StringType StringType;
64 typedef typename AllocPolicyType::template StackType<StringType> StringStackType;
65 typedef typename AllocPolicyType::template ListType<StringType> StringListType;
antlr3lexer.hpp 80 typedef typename ImplTraits::StringType StringType;
133 void setText( const StringType& text );
227 StringType getText();
antlr3commontoken.hpp 85 typedef typename ImplTraits::StringType StringType;
98 mutable StringType m_tokText;
153 StringType getText() const;
162 void set_tokText( const StringType& text );
242 StringType toString() const;
antlr3exception.hpp 60 typedef typename ImplTraits::StringType StringType;
74 StringType m_message;
78 StringType m_streamName;
134 StringType m_ruleName;
141 StringType& get_message();
142 StringType& get_streamName();
154 StringType& get_ruleName();
156 void set_message( const StringType& message );
157 void set_streamName( const StringType& streamName )
    [all...]
antlr3input.hpp 61 typedef typename ImplTraits::StringType StringType;
108 StringType m_fileName;
150 const StringType& get_fileName() const;
165 void set_fileName( const StringType& fileName );
197 StringType substr(ANTLR_MARKER start, ANTLR_MARKER stop);
antlr3intstream.hpp 103 typedef typename ImplTraits::StringType StringType;
111 StringType m_streamName;
128 StringType getSourceName();
129 StringType& get_streamName();
130 const StringType& get_streamName() const;
348 typedef typename ImplTraits::StringType StringType;
374 StringType getSourceName();
antlr3parser.hpp 47 typedef typename ImplTraits::StringType StringType;
antlr3rewritestreams.hpp 65 typedef typename ImplTraits::StringType StringType;
82 StringType m_elementDescription;
161 StringType getDescription();
antlr3commontreenodestream.hpp 54 typedef typename ImplTraits::StringType StringType;
220 StringType toString();
228 StringType toStringSS(TreeType* start, TreeType* stop);
237 void toStringWork(TreeType* start, TreeType* stop, StringType& buf);
antlr3recognizersharedstate.hpp 64 typedef typename ImplTraits::StringType StringType;
199 StringType m_text;
229 StringType& get_text();
251 void set_text( const StringType& text );
antlr3tokenstream.hpp 55 typedef typename ImplTraits::StringType StringType;
78 StringType m_fileName;
84 StringType& get_fileName();
87 void set_fileName( const StringType& fileName );
147 typedef typename ImplTraits::StringType StringType;
193 StringType toString();
200 StringType toStringSS(ANTLR_MARKER start, ANTLR_MARKER stop);
208 StringType toStringTT(const TokenType* start, const TokenType* stop)
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.rel/
is_convertible.pass.cpp 51 struct StringType {
52 StringType(const char*) {}
191 static_assert((std::is_convertible<Array, StringType>::value), "");
192 static_assert((std::is_convertible<char(&)[], StringType>::value), "");
  /external/llvm/unittests/ADT/
SmallStringTest.cpp 27 typedef SmallString<40> StringType;
29 StringType theString;
31 void assertEmpty(StringType & v) {
  /external/python/cpython2/Lib/test/
test_fpformat.py 10 StringType = type('')
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
SmallStringTest.cpp 27 typedef SmallString<40> StringType;
29 StringType theString;
31 void assertEmpty(StringType & v) {
  /external/libcxx/test/libcxx/debug/containers/
db_string.pass.cpp 30 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char>> StringType;
32 template <class Container = StringType, ContainerType CT = CT_String>
  /build/blueprint/parser/
ast.go 163 StringType
173 case StringType:
353 return StringType
  /external/libchrome/base/files/
file_path.h 148 typedef std::wstring StringType;
153 typedef std::string StringType;
156 typedef BasicStringPiece<StringType> StringPieceType;
157 typedef StringType::value_type CharType;
199 const StringType& value() const { return path_; }
218 void GetComponents(std::vector<FilePath::StringType>* components) const;
261 StringType Extension() const WARN_UNUSED_RESULT;
270 StringType FinalExtension() const WARN_UNUSED_RESULT;
316 // Although Windows StringType is std::wstring, since the encoding it uses for
423 static StringType GetHFSDecomposedForm(StringPieceType string)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)

Completed in 502 milliseconds

1 2