Home
last modified time | relevance | path

Searched refs:MakeBytes (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bytes/
Dbyte_builder_test.cc25 constexpr std::array<byte, sizeof...(Args)> MakeBytes(Args... args) noexcept { in MakeBytes() function
41 std::array<byte, 3> buffer = MakeBytes(0x01, 0x02, 0x03); in TEST()
50 std::array<byte, 3> buffer = MakeBytes(0x01, 0x02, 0x03); in TEST()
60 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05); in TEST()
68 std::array<byte, 3> buffer = MakeBytes(0x01, 0x02, 0x03); in TEST()
72 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05); in TEST()
80 std::array<byte, 3> buffer = MakeBytes(0x01, 0x02, 0x03); in TEST()
85 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05, 0x06, 0x07); in TEST()
94 std::array<byte, 3> buffer = MakeBytes(0x01, 0x02, 0x03); in TEST()
99 constexpr auto kBytesTestLiteral = MakeBytes(0x04, 0x05, 0x06, 0x07); in TEST()
[all …]
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_hpack.cc201 grpc_slice bytes = MakeBytes(); in GetElems()
210 static grpc_slice MakeBytes() { in MakeBytes() function in hpack_encoder_fixtures::SingleInternedBinaryElem
245 MakeBytes())}; in GetElems()
249 static grpc_slice MakeBytes() { in MakeBytes() function in hpack_encoder_fixtures::SingleNonInternedBinaryElem