Searched defs:Make (Results 1 – 7 of 7) sorted by relevance
32 static std::shared_ptr<TestPacketType<PacketType>> Make() { in Make() function37 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function43 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function49 static std::shared_ptr<TestPacketType<PacketType>> Make( in Make() function
40 static ArenaPtr<T> Make(Args&& ... args) { in Make() function57 static ArenaSharedPtr<T> Make(Args&& ... args) { in Make() function
30 static std::shared_ptr<VectorPacket> Make() { in Make() function34 static std::shared_ptr<VectorPacket> Make(std::vector<uint8_t> payload) { in Make() function
35 sk_sp<BlurDrawLooper> BlurDrawLooper::Make(SkColor4f color, SkColorSpace* cs, float blurSigma, in Make() function in android::BlurDrawLooper
51 std::unique_ptr<ApexUpdateListener> ApexUpdateListener::Make( in Make() function in ApexUpdateListener
33 static std::shared_ptr<ReaderPacket> Make(std::vector<uint8_t> payload) { in Make() function in bluetooth::sdp::ReaderPacket
757 inline static C2ParamField Make(S& param, T& offset) { in Make() function