Home
last modified time | relevance | path

Searched defs:IsInline (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_image.h46 bool IsInline() const { return m_bIsInline; } in IsInline() function
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.h69 bool IsInline() const { return m_ObjNum == 0; } in IsInline() function
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersInternalTest.cpp183 TEST(IsInlineMatcher, IsInline) { in TEST() argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h344 bool IsInline; member
/aosp_15_r20/external/clang/include/clang/AST/
H A DDecl.h886 unsigned IsInline : 1; variable
1589 unsigned IsInline : 1; variable
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dflexbuffers.py212 def IsInline(type_): member in Type
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflexbuffers.h86 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; } in IsInline() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflexbuffers.h88 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; } in IsInline() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h88 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; } in IsInline() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3d10effect.h134 WINBOOL IsInline; member
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7293 IdentifierInfo *II, bool *IsInline, in DiagnoseNamespaceInlineMismatch()
7342 bool IsInline = InlineLoc.isValid(); in ActOnStartNamespaceDef() local
H A DSemaDecl.cpp5660 bool IsInline = false, IsStaticDataMember = false, IsQualifiedFriend = false; in checkDLLAttributeRedeclaration() local