HomeSort by relevance Sort by last modified time
    Searched defs:ClassNames (Results 1 - 8 of 8) sorted by null

  /system/tools/aidl/
generate_cpp.h 38 enum class ClassNames {
48 std::string HeaderFile(const AidlInterface& interface, ClassNames class_type,
  /external/libcxx/src/
regex.cpp 207 struct classnames struct in namespace:__anon14558
217 const classnames ClassNames[] =
240 bool operator()(const classnames& x, const char* y)
260 const classnames* i =
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
263 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 207 struct classnames struct in namespace:__anon35652
217 const classnames ClassNames[] =
240 bool operator()(const classnames& x, const char* y)
260 const classnames* i =
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
263 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0)
  /external/clang/lib/Parse/
ParseObjc.cpp 129 SmallVector<IdentifierInfo *, 8> ClassNames;
140 ClassNames.push_back(Tok.getIdentifierInfo());
157 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(),
160 ClassNames.size());
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 829 /// ClassNames - uniqued class names.
830 llvm::StringMap<llvm::GlobalVariable*> ClassNames;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 720 milliseconds