HomeSort by relevance Sort by last modified time
    Searched refs:SearchType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/indexed_db/leveldb/
avltree.h 153 enum SearchType {
165 inline handle Search(key k, SearchType st = EQUAL);
185 void StartIter(AVLTree* tree, key k, SearchType st = EQUAL) {
705 typename AVLTree<Abstractor, maxDepth, BSet>::SearchType st) {
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_contents.js 670 DirectoryContentsDriveSearchMetadata.SearchType = {
685 * @param {DirectoryContentsDriveSearchMetadata.SearchType} searchType
695 searchType) {
700 this.searchType_ = searchType;
779 case DirectoryContentsDriveSearchMetadata.SearchType.SEARCH_ALL:
782 case DirectoryContentsDriveSearchMetadata.SearchType.SEARCH_SHARED_WITH_ME:
785 case DirectoryContentsDriveSearchMetadata.SearchType.SEARCH_RECENT_FILES:
788 case DirectoryContentsDriveSearchMetadata.SearchType.SEARCH_OFFLINE:
directory_model.js     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 106 QualType SearchType;
115 SearchType = GetTypeFromParser(ObjectTypePtr);
158 LookupCtx = computeDeclContext(SearchType);
159 isDependent = SearchType->isDependentType();
174 LookupCtx = computeDeclContext(SearchType);
175 isDependent = SearchType->isDependentType();
176 assert((isDependent || !SearchType->isIncompleteType()) &&
206 if (SearchType.isNull() || SearchType->isDependentType() ||
207 Context.hasSameUnqualifiedType(T, SearchType)) {
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 951 template <typename SearchType>
952 inline int search (const SearchType &x) const {
962 static int cmp (const SearchType *a, const Type *b) { return b->cmp (*a); }
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 951 template <typename SearchType>
952 inline int search (const SearchType &x) const

Completed in 562 milliseconds