Home
last modified time | relevance | path

Searched refs:Stringify (Results 1 – 25 of 41) sorted by relevance

12

/external/openscreen/util/json/
Djson_serialization_unittest.cc49 const auto actual = json::Stringify(null_value); in TEST()
57 const auto actual = json::Stringify(value); in TEST()
Djson_serialization.h19 ErrorOr<std::string> Stringify(const Json::Value& value);
Djson_serialization.cc39 ErrorOr<std::string> Stringify(const Json::Value& value) { in Stringify() function
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp263 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extensionCreateInfo->sType).c_str()); in ValidateRenderPassPNextChain()
551 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(createInfo->sType).c_str()); in vkCreateInstance()
881 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extensionCreateInfo->sType).c_str()); in vkCreateDevice()
911 …LOG_TRAP("pCreateInfo->pQueueCreateInfos[%d].pNext sType = %s", i, vk::Stringify(extInfo->sType).c… in vkCreateDevice()
1107 LOG_TRAP("pAllocateInfo->pNext sType = %s", vk::Stringify(allocationInfo->sType).c_str()); in vkAllocateMemory()
1387 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateFence()
1457 WARN("nextInfo->sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateSemaphore()
1588 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateEvent()
1642 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in vkCreateQueryPool()
1679 LOG_TRAP("pCreateInfo->pNext sType = %s", vk::Stringify(nextInfo->sType).c_str()); in vkCreateBuffer()
[all …]
DVkStringify.hpp25 std::string Stringify(VkStructureType value);
DVkQueue.cpp58 WARN("submitInfo[%d]->pNext sType: %s", i, vk::Stringify(extension->sType).c_str()); in DeepCopySubmitInfo()
123 WARN("submitInfo[%d]->pNext sType: %s", i, vk::Stringify(extension->sType).c_str()); in DeepCopySubmitInfo()
192 WARN("submitInfo.pNext->sType = %s", vk::Stringify(nextInfo->sType).c_str()); in submitQueue()
DVkStringify.cpp27 std::string Stringify(VkStructureType value) in Stringify() function
DVkFramebuffer.cpp40 LOG_TRAP("pFramebufferCreateInfo->pNext->sType = %s", vk::Stringify(curInfo->sType).c_str());
211 LOG_TRAP("pFramebufferCreateInfo->pNext->sType = %s", vk::Stringify(curInfo->sType).c_str()); in ComputeRequiredAllocationSize()
DVkRenderPass.cpp197 i, vk::Stringify(extension->sType).c_str()); in RenderPass()
264 WARN("pCreateInfo->pNext sType = %s", vk::Stringify(extensionCreateInfo->sType).c_str()); in init()
409 i, vk::Stringify(extension->sType).c_str()); in ComputeRequiredAllocationSize()
DVkDeviceMemoryExternalFuchsia.hpp76 WARN("VkMemoryAllocateInfo->pNext sType = %s", vk::Stringify(extInfo->sType).c_str()); in AllocateInfo()
DVkSemaphore.cpp124 WARN("nextInfo->sType = %s", vk::Stringify(nextInfo->sType).c_str()); in SemaphoreCreateInfo()
/external/llvm-project/clang/unittests/Lex/
DLexerTest.cpp508 String1 = Lexer::Stringify(StringRef(String1)); in TEST_F()
509 Lexer::Stringify(String2); in TEST_F()
510 String3 = Lexer::Stringify(StringRef(String3)); in TEST_F()
511 Lexer::Stringify(String4); in TEST_F()
512 String5 = Lexer::Stringify(StringRef(String5)); in TEST_F()
513 Lexer::Stringify(String6); in TEST_F()
/external/pigweed/pw_preprocessor/
Dutil_test.cc47 TEST(Macros, Stringify) { in TEST() argument
/external/openscreen/cast/receiver/channel/
Dmessage_util.cc32 ErrorOr<std::string> serialized = json::Stringify(dict); in CreateAppAvailabilityResponse()
/external/openscreen/cast/sender/channel/
Dmessage_util.cc51 ErrorOr<std::string> serialized = json::Stringify(dict); in CreateAppAvailabilityRequest()
/external/clang/include/clang/Lex/
DLexer.h231 static std::string Stringify(StringRef Str, bool Charify = false);
235 static void Stringify(SmallVectorImpl<char> &Str);
/external/tensorflow/tensorflow/core/graph/
Dgraph_test.cc64 EXPECT_EQ(Stringify(expected_in), Stringify(in)); in VerifyNodes()
70 EXPECT_EQ(Stringify(expected_out), Stringify(out)); in VerifyNodes()
146 static std::vector<string> Stringify(const std::vector<Node*>& nodes) { in Stringify() function in tensorflow::__anona595e69a0111::GraphTest
/external/llvm-project/clang/include/clang/Lex/
DLexer.h290 static std::string Stringify(StringRef Str, bool Charify = false);
294 static void Stringify(SmallVectorImpl<char> &Str);
/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp58 Lexer::Stringify(Pathname); in PrintHeaderInfo()
/external/openscreen/cast/common/channel/
Dmessage_util.cc144 connect_message.set_payload_utf8(json::Stringify(std::move(message)).value()); in MakeConnectMessage()
/external/llvm-project/clang/lib/Frontend/
DHeaderIncludeGen.cpp57 Lexer::Stringify(Pathname); in PrintHeaderInfo()
/external/openscreen/cast/receiver/
Dapplication_agent.cc172 MakeSimpleUTF8Message(ns, json::Stringify(response).value())); in OnMessage()
405 json::Stringify(message).value())); in BroadcastReceiverStatus()
/external/clang/lib/Lex/
DMacroArgs.cpp226 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()
/external/openscreen/cast/streaming/
Dsession_messager.cc57 auto body_or_error = json::Stringify(message_root); in SendMessage()
/external/llvm-project/clang/lib/Lex/
DMacroArgs.cpp240 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()

12