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

1 2

  /system/tools/hidl/
StringType.h 25 struct StringType : public Type {
26 StringType();
StringType.cpp 17 #include "StringType.h"
25 StringType::StringType() {}
27 void StringType::addNamedTypesToSet(std::set<const FQName> &) const {
31 bool StringType::isString() const {
35 bool StringType::canCheckEquality() 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*) {}
189 static_assert((std::is_convertible<Array, StringType>::value), "");
190 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) {
  /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/fmtlib/fmt/
string.h 23 typedef std::basic_string<Char, std::char_traits<Char>, Allocator> StringType;
26 StringType data_;
40 void move_to(StringType &str) {
  /external/libcxx/test/libcxx/debug/containers/
db_string.pass.cpp 27 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char>> StringType;
29 template <class Container = StringType, ContainerType CT = CT_String>
  /build/blueprint/parser/
ast.go 129 StringType
138 case StringType:
291 return StringType
  /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;
194 const StringType& value() const { return path_; }
213 void GetComponents(std::vector<FilePath::StringType>* components) const;
255 StringType Extension() const WARN_UNUSED_RESULT;
264 StringType FinalExtension() const WARN_UNUSED_RESULT;
310 // Although Windows StringType is std::wstring, since the encoding it uses for
418 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,)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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...]
type_java.h 202 class StringType : public Type {
204 StringType(const JavaTypeNamespace* types, const std::string& package,
454 const Type* StringType() const { return m_string_type; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
StatusCodeDataTypeId.h 92 EFI_STRING_TYPE StringType;

Completed in 1797 milliseconds

1 2