Home
last modified time | relevance | path

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

/external/openscreen/cast/common/channel/
Dnamespace_router.cc15 void NamespaceRouter::AddNamespaceHandler(std::string namespace_, in AddNamespaceHandler()
20 void NamespaceRouter::RemoveNamespaceHandler(const std::string& namespace_) { in RemoveNamespaceHandler()
Dmessage_util.cc103 CastMessage MakeSimpleUTF8Message(const std::string& namespace_, in MakeSimpleUTF8Message()
Dmessage_util.h201 inline bool IsTransportNamespace(absl::string_view namespace_) { in IsTransportNamespace()
/external/openscreen/cast/streaming/testing/
Dsimple_message_port.h37 void ReceiveMessage(const std::string& namespace_, in ReceiveMessage()
43 const std::string& namespace_, in ReceiveMessage()
Dmessage_pipe.h43 void ReceiveMessage(const std::string& namespace_, in ReceiveMessage()
/external/openscreen/cast/streaming/
Dsession_messenger.cc52 const std::string& namespace_, in SendMessage()
88 const auto namespace_ = (message.type == SenderMessage::Type::kRpc) in SendOutboundMessage() local
213 const auto namespace_ = (message.type == ReceiverMessage::Type::kRpc) in SendMessage() local
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.h59 std::string namespace_; variable
/external/icing/icing/store/
Ddocument-store_benchmark.cc91 DocumentProto CreateDocument(const std::string namespace_, in CreateDocument()
/external/icing/icing/
Dicing-search-engine.cc94 std::string namespace_; member
949 for (const std::string& namespace_ : namespaces) { in GetAllNamespaces() local