Home
last modified time | relevance | path

Searched defs:StringList (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/proto_logging/stats/enums/stats/devicepolicy/
H A Ddevice_policy.proto22 message StringList { message
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DGroupCmd.h20 class StringList; variable
H A DInputCmd.h22 class StringList; variable
H A DScriptFile.h31 class StringList; variable
H A DOutputSectDesc.h22 class StringList; variable
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DStringList.cpp25 StringList::StringList() { in StringList() function in mcld::StringList
/aosp12/system/tools/sysprop/
H A Dsysprop.proto53 StringList = 24; enumerator
/aosp12/art/compiler/optimizing/
H A Dgraph_visualizer.cc65 class StringList { class
73 explicit StringList(Format format = kArrayBrackets) : format_(format), is_empty_(true) {} in StringList() function in art::StringList
78 explicit StringList(T* first_entry, Format format = kArrayBrackets) : StringList(format) { in StringList() function in art::StringList
85 explicit StringList(const Container& list, Format format = kArrayBrackets) : StringList(format) { in StringList() function in art::StringList