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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 828 template <typename SearchType>
829 inline int lsearch (const SearchType &x) const
936 template <typename SearchType>
937 inline int bsearch (const SearchType &x) const
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 828 template <typename SearchType>
829 inline int lsearch (const SearchType &x) const
936 template <typename SearchType>
937 inline int bsearch (const SearchType &x) const
  /external/clang/lib/Sema/
SemaExprCXX.cpp 109 QualType SearchType;
118 SearchType = GetTypeFromParser(ObjectTypePtr);
156 LookupCtx = computeDeclContext(SearchType);
157 isDependent = SearchType->isDependentType();
170 LookupCtx = computeDeclContext(SearchType);
171 isDependent = SearchType->isDependentType();
172 assert((isDependent || !SearchType->isIncompleteType()) &&
202 if (SearchType.isNull() || SearchType->isDependentType() ||
203 Context.hasSameUnqualifiedType(T, SearchType)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 71 DHCP_SEARCH_INFO_TYPE SearchType;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_contents.js 262 * @param {DriveMetadataSearchContentScanner.SearchType} searchType The option
267 function DriveMetadataSearchContentScanner(searchType) {
269 this.searchType_ = searchType;
282 DriveMetadataSearchContentScanner.SearchType = Object.freeze({
941 * @param {DriveMetadataSearchContentScanner.SearchType} searchType The type of
947 context, fakeDirectoryEntry, searchType) {
953 return new DriveMetadataSearchContentScanner(searchType);
directory_model.js 1018 var searchType;
1021 searchType =
1022 DriveMetadataSearchContentScanner.SearchType.SEARCH_OFFLINE;
1025 searchType =
1026 DriveMetadataSearchContentScanner.SearchType.SEARCH_SHARED_WITH_ME;
1029 searchType =
1030 DriveMetadataSearchContentScanner.SearchType.SEARCH_RECENT_FILES
    [all...]

Completed in 344 milliseconds