Home
last modified time | relevance | path

Searched refs:DecodeIntFromCString (Results 1 – 4 of 4) sorted by relevance

/external/icing/icing/util/
Dencode-util_test.cc38 EXPECT_THAT(DecodeIntFromCString(encoded_str), Eq(value)); in TEST()
44 EXPECT_THAT(DecodeIntFromCString(encoded_str), Eq(value)); in TEST()
48 EXPECT_THAT(DecodeIntFromCString(EncodeIntToCString(25)), Eq(25)); in TEST()
49 EXPECT_THAT(DecodeIntFromCString(EncodeIntToCString(766)), Eq(766)); in TEST()
50 EXPECT_THAT(DecodeIntFromCString(EncodeIntToCString(2305)), Eq(2305)); in TEST()
51 EXPECT_THAT(DecodeIntFromCString(EncodeIntToCString(6922)), Eq(6922)); in TEST()
52 EXPECT_THAT(DecodeIntFromCString(EncodeIntToCString(62326)), Eq(62326)); in TEST()
53 EXPECT_THAT(DecodeIntFromCString(EncodeIntToCString(186985)), Eq(186985)); in TEST()
54 EXPECT_THAT(DecodeIntFromCString(EncodeIntToCString(560962)), Eq(560962)); in TEST()
55 EXPECT_THAT(DecodeIntFromCString(EncodeIntToCString(1682893)), Eq(1682893)); in TEST()
[all …]
Dencode-util.h38 uint64_t DecodeIntFromCString(std::string_view encoded_str);
Dencode-util.cc37 uint64_t DecodeIntFromCString(std::string_view encoded_str) { in DecodeIntFromCString() function
/external/icing/icing/join/
Dqualified-id-type-joinable-index.cc374 encode_util::DecodeIntFromCString(iter->GetKey())); in TransferIndex()