Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/util/
H A Dinput_stream_util_test.cc45 auto text_or = ReadBytesFromStream(content.size(), &input_stream); in TEST() local
54 auto text_or = ReadBytesFromStream(100, &input_stream); in TEST() local
61 auto text_or = ReadBytesFromStream(7, &input_stream); in TEST() local
69 auto text_or = ReadBytesFromStream(7, &input_stream); in TEST() local
83 auto text_or = ReadBytesFromStream(11, &input_stream); in TEST() local
95 auto text_or = ReadBytesFromStream(4, &input_stream); in TEST() local
112 auto text_or = ReadBytesFromStream(-1, &input_stream); in TEST() local
119 auto text_or = ReadBytesFromStream(0, &input_stream); in TEST() local
130 auto text_or = ReadSecretBytesFromStream(content.size(), &input_stream); in TEST() local
139 auto text_or = ReadSecretBytesFromStream(100, &input_stream); in TEST() local
[all …]