Searched defs:trieBytes (Results 1 – 6 of 6) sorted by relevance
64 BytesTrie(const void *trieBytes) in BytesTrie()351 BytesTrie(void *adoptBytes, const void *trieBytes) in BytesTrie()
23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator()
584 StringPiece trieBytes=builder_->buildStringPiece(USTRINGTRIE_BUILD_FAST, errorCode); in TestIteratorFromBytes() local