Searched defs:MakeBytes (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/cpp/microbenchmarks/ | ||
D | bm_chttp2_hpack.cc | 210 static grpc_slice MakeBytes() { in MakeBytes() function in hpack_encoder_fixtures::SingleInternedBinaryElem |
/external/pigweed/pw_bytes/ | ||
D | byte_builder_test.cc | 25 constexpr std::array<byte, sizeof...(Args)> MakeBytes(Args... args) noexcept { in MakeBytes() function |