Home
last modified time | relevance | path

Searched defs:StringPool (Results 1 – 25 of 25) sorted by relevance

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
DStringPool.java40 public class StringPool extends StringTypeBasePool implements class
43 public StringPool(@Nonnull DexPool dexPool) { in StringPool() method in StringPool
/external/pdfium/core/fxcrt/
Dstring_pool_template_unittest.cpp11 TEST(StringPool, ByteString) { in TEST() argument
54 TEST(StringPool, WideString) { in TEST() argument
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Dgraph_traversal.h25 class StringPool; variable
Dtype_builders.h25 class StringPool; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h37 NonRelocatableStringpool &StringPool) { in resolve()
161 NonRelocatableStringpool StringPool; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringPool.cpp18 StringPool::StringPool() {} in StringPool() function in StringPool
/external/llvm/lib/Support/
DStringPool.cpp19 StringPool::StringPool() {} in StringPool() function in StringPool
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DStringPool.java27 public final class StringPool { class
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVSupport.cpp25 LVStringPool StringPool; variable
/external/perfetto/src/trace_processor/containers/
Dstring_pool.cc28 StringPool::StringPool() { in StringPool() function in perfetto::trace_processor::StringPool
/external/clang/tools/libclang/
DCXTranslationUnit.h32 clang::cxstring::CXStringPool *StringPool; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp45 UniquingStringPool &StringPool, bool InClangModule) { in getChildDeclContext()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h33 StringRef resolve(std::string Path, NonRelocatableStringpool &StringPool) { in resolve()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
DDWARFLinker.cpp174 OffsetsStringPool &StringPool, in getDIENames()
941 const DWARFUnit &, OffsetsStringPool &StringPool, AttributesInfo &Info) { in cloneStringAttribute()
1323 CompileUnit &Unit, OffsetsStringPool &StringPool, const DWARFFormValue &Val, in cloneAttribute()
1383 OffsetsStringPool &StringPool, in addObjCAccelerator()
1451 OffsetsStringPool &StringPool, in cloneDIE()
2265 OffsetsStringPool &StringPool, bool IsLittleEndian) { in cloneAllCompileUnits()
2348 OffsetsStringPool &StringPool) { in emitPaperTrailWarnings()
DDWARFStreamer.cpp790 OffsetsStringPool &StringPool) { in emitMacroTables()
808 OffsetsStringPool &StringPool, in emitMacroTableImpl()
/external/cronet/tot/build/android/gyp/proto/
DResources_pb2.py2459 StringPool = _reflection.GeneratedProtocolMessageType('StringPool', (_message.Message,), { variable
/external/angle/build/android/gyp/proto/
DResources_pb2.py2459 StringPool = _reflection.GeneratedProtocolMessageType('StringPool', (_message.Message,), { variable
/external/cronet/stable/build/android/gyp/proto/
DResources_pb2.py2459 StringPool = _reflection.GeneratedProtocolMessageType('StringPool', (_message.Message,), { variable
/external/libxml2/
Dtestdict.c494 } StringPool; typedef
/external/cronet/stable/third_party/libxml/src/
Dtestdict.c505 } StringPool; typedef
/external/cronet/tot/third_party/libxml/src/
Dtestdict.c505 } StringPool; typedef
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1441 NonRelocatableStringpool StringPool; member in llvm::dsymutil::__anon39442f050111::DwarfLinker
1545 NonRelocatableStringpool &StringPool, bool InClangModule) { in getChildDeclContext()
1765 NonRelocatableStringpool &StringPool, in analyzeContextInfo()
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_visa.h2086 StringPool(unsigned version) {} in StringPool() function
2093 StringPool(const StringPool& other) { in StringPool() function
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/utils/
Dvp_visa.h2124 StringPool(unsigned version) {} in StringPool() function
2131 StringPool(const StringPool& other) { in StringPool() function
/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py1000 def StringPool(self): member in Builder