Home
last modified time | relevance | path

Searched defs:StringId (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DStringId.java16 public final class StringId { class
/external/perfetto/src/trace_processor/containers/
Dstring_pool.cc169 StringPool::Id StringPool::Iterator::StringId() { in StringId() function in perfetto::trace_processor::StringPool::Iterator
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc199 int ProfileBuilder::StringId(const std::string& s) { in StringId() function in xla::ProfileBuilder
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp175 static StringIdRecord StringId(TypeIndex(5), "TheString"); variable
299 TEST_F(TypeIndexIteratorTest, StringId) { in TEST_F() argument
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h62 using StringId = StringPool::Id; variable
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc66 using StringId = ::perfetto::trace_processor::StringPool::Id; typedef