Searched defs:rootName (Results 1 – 4 of 4) sorted by relevance
25 private rootName: string | undefined = 'UnknownRootName'; property in PropertyTreeBuilderFromProto
92 const rootName = rootId.split(' '); constant
181 const rootName = `${(view as any).className}@${view.hashcode}`; constant
212 private void list(StringBuilder sb, File file, String prefix, int depth, String rootName) { in list()