MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetString

Method GetString

renderdoc/android/jdwp_connection.cpp:607–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607rdcstr Connection::GetString(objectID str)
608{
609 Command cmd(CommandSet::StringReference, 1);
610 cmd.GetData().Write(str);
611
612 if(!SendReceive(cmd))
613 return "";
614
615 rdcstr ret;
616 cmd.GetData().Read(ret).Done();
617 return ret;
618}
619
620classID Connection::GetSuper(classID clazz)
621{

Callers 15

InjectLibrariesFunction · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45
glGetStringMethod · 0.45

Calls 4

DoneMethod · 0.80
WriteMethod · 0.45
GetDataMethod · 0.45
ReadMethod · 0.45

Tested by 1

MFGetAttributeStringFunction · 0.36