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

1 2

  /system/tools/hidl/
StringType.h 25 struct StringType : public Type {
26 StringType(Scope* parent);
StringType.cpp 17 #include "StringType.h"
25 StringType::StringType(Scope* parent) : Type(parent) {}
27 bool StringType::isString() const {
31 bool StringType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const {
35 std::string StringType::typeName() const {
39 std::string StringType::getCppType(StorageMode mode,
57 std::string StringType::getJavaType(bool /* forInitializer */) const {
61 std::string StringType::getJavaSuffix() const {
65 std::string StringType::getVtsType() const
    [all...]
  /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/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):
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 26 typedef Path::StringType StringType;
31 explicit RealPath(const StringType& s);
Path.h 47 typedef std::string StringType;
52 explicit Path(const StringType& s);
59 Path& assign(const StringType& s);
66 Path& append(const StringType& pPath);
74 const StringType& native() const { return m_PathName; }
75 StringType& native() { return m_PathName; }
86 StringType generic_string() const;
90 StringType::size_type m_append_separator_if_needed();
91 void m_erase_redundant_separator(StringType::size_type sep_pos);
94 StringType m_PathName
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fpformat.py 10 StringType = type('')
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fpformat.py 10 StringType = type('')
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fpformat.py 10 StringType = type('')
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fpformat.py 10 StringType = type('')
25 if isinstance(n, StringType):
33 if isinstance(n, StringType):
  /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>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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>
  /external/libchrome/base/files/
file_path.h 151 typedef std::string StringType;
155 typedef std::wstring StringType;
158 typedef BasicStringPiece<StringType> StringPieceType;
159 typedef StringType::value_type CharType;
201 const StringType& value() const { return path_; }
220 void GetComponents(std::vector<FilePath::StringType>* components) const;
262 StringType Extension() const WARN_UNUSED_RESULT;
271 StringType FinalExtension() const WARN_UNUSED_RESULT;
317 // Although Windows StringType is std::wstring, since the encoding it uses for
425 static StringType GetHFSDecomposedForm(StringPieceType string)
    [all...]
  /build/blueprint/parser/
ast.go 163 StringType
173 case StringType:
353 return StringType
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /external/python/cpython2/Lib/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 25 StringType = str
32 StringTypes = (StringType, UnicodeType)
34 StringTypes = (StringType,)
  /system/tools/aidl/
type_java.cpp 261 StringType::StringType(const JavaTypeNamespace* types,
269 string StringType::CreatorName() const {
273 void StringType::WriteToParcel(StatementBlock* addTo, Variable* v,
278 void StringType::CreateFromParcel(StatementBlock* addTo, Variable* v,
731 if (m_creator == m_types->StringType()->CreatorName()) {
743 if (m_creator == m_types->StringType()->CreatorName()) {
759 if (m_creator == m_types->StringType()->CreatorName()) {
    [all...]

Completed in 457 milliseconds

1 2