Home
last modified time | relevance | path

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

/external/openscreen/cast/receiver/
Dapplication_agent_unittest.cc177 const std::string& the_namespace) { in ValidateAndParseMessage() argument
180 EXPECT_EQ(the_namespace, message.namespace_()); in ValidateAndParseMessage()
191 const std::string& the_namespace, in MakeCastMessage() argument
193 CastMessage message = MakeSimpleUTF8Message(the_namespace, json); in MakeCastMessage()
508 const std::string& the_namespace, in TEST_F()
511 EXPECT_EQ(kAppNamespace, the_namespace); in TEST_F()
/external/flatbuffers/src/
Didl_gen_dart.cpp142 const std::string &the_namespace) { in GenIncludeDependencies() argument
153 "", basename + (the_namespace == "" ? "" : "_" + the_namespace), in GenIncludeDependencies()