Home
last modified time | relevance | path

Searched defs:IsFixedSize (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs437 public bool IsFixedSize property in Antlr.Runtime.Collections.HashList
/aosp_15_r20/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh36 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator
/aosp_15_r20/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh33 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp387 bool IsFixedSize = false; in delinearize() local
/aosp_15_r20/system/tools/aidl/
Daidl_language.cpp471 bool AidlAnnotatable::IsFixedSize() const { in IsFixedSize() function in AidlAnnotatable