Home
last modified time | relevance | path

Searched defs:AsString (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_string.cpp58 CPDF_String* CPDF_String::AsString() { in AsString() function in CPDF_String
62 const CPDF_String* CPDF_String::AsString() const { in AsString() function in CPDF_String
Dcpdf_object.cpp165 CPDF_String* CPDF_Object::AsString() { in AsString() function in CPDF_Object
169 const CPDF_String* CPDF_Object::AsString() const { in AsString() function in CPDF_Object
/external/llvm-project/lldb/tools/debugserver/source/
DDNBError.cpp22 const char *DNBError::AsString() const { in AsString() function in DNBError
/external/llvm-project/flang/lib/Evaluate/
Dstatic-data.cpp56 std::optional<std::string> StaticDataObject::AsString() const { in AsString() function in Fortran::evaluate::StaticDataObject
/external/gptfdisk/
Dguid.cc180 string GUIDData::AsString(void) const { in AsString() function in GUIDData
/external/deqp-deps/amber/src/
Dtokenizer.h65 const std::string& AsString() const { return string_value_; } in AsString() function
/external/perfetto/include/perfetto/trace_processor/
Dbasic_types.h161 const char* AsString() const { in AsString() function
/external/toolchain-utils/
Dfile_lock_machine.py124 def AsString(cls, file_locks): member in FileLock
/external/toolchain-utils/crosperf/
Dmachine_manager.py504 def AsString(self): member in MachineManager
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction.h95 std::string AsString() const { return AsCString(); } in AsString() function
Dscalar_analysis.cpp478 std::string SENode::AsString() const { in AsString() function in spvtools::opt::SENode
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.h93 std::string AsString() const { return AsCString(); } in AsString() function
Dscalar_analysis.cpp478 std::string SENode::AsString() const { in AsString() function in spvtools::opt::SENode
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h93 std::string AsString() const { return AsCString(); } in AsString() function
Dscalar_analysis.cpp478 std::string SENode::AsString() const { in AsString() function in spvtools::opt::SENode
/external/starlark-go/starlark/
Dvalue.go553 func AsString(x Value) (string, bool) { v, ok := x.(String); return string(v), ok } func
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h521 String AsString() const { in AsString() function
/external/python/cpython2/Modules/
D_tkinter.c352 AsString(PyObject *value, PyObject *tmp) in AsString() function
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4831 std::string AsString; in render() local
/external/tensorflow/tensorflow/go/op/
Dwrappers.go21203 func AsString(scope *Scope, input tf.Output, optional ...AsStringAttr) (output tf.Output) { func