HomeSort by relevance Sort by last modified time
    Searched defs:Specialize (Results 1 - 2 of 2) sorted by null

  /system/bt/packet/base/
packet.h 63 // Convert a packet horizontally in a layer, you may only specialize
69 // Packet::Specialize<AvrcpVendorPacket>(base);
71 static std::shared_ptr<T> Specialize(const std::shared_ptr<U>& pkt) {
73 "Unable to specialize a non-packet object.");
75 "Unable to specialize to something that isn't a packet");
  /external/protobuf/src/google/protobuf/stubs/
statusor.h 172 struct Specialize;
176 struct StatusOrHelper::Specialize {
182 struct StatusOrHelper::Specialize<T*> {
204 if (internal::StatusOrHelper::Specialize<T>::IsValueNull(value)) {

Completed in 69 milliseconds