HomeSort by relevance Sort by last modified time
    Searched refs:AsString (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/pdfium/core/fpdfapi/parser/
cpdf_string.h 34 CPDF_String* AsString() override;
35 const CPDF_String* AsString() const override;
45 return obj ? obj->AsString() : nullptr;
49 return obj ? obj->AsString() : nullptr;
cpdf_string.cpp 56 CPDF_String* CPDF_String::AsString() {
60 const CPDF_String* CPDF_String::AsString() const {
cpdf_object.cpp 153 CPDF_String* CPDF_Object::AsString() {
157 const CPDF_String* CPDF_Object::AsString() const {
cpdf_object.h 88 virtual CPDF_String* AsString();
89 virtual const CPDF_String* AsString() const;
fpdf_parser_utility.cpp 167 buf << PDF_EncodeString(pObj->GetString(), pObj->AsString()->IsHex());
  /external/gptfdisk/
guid.h 62 string AsString(void) const;
guid.cc 180 string GUIDData::AsString(void) const {
190 } // GUIDData::AsString(void)
215 // string asString;
217 os << data.AsString();
gptcurses.cc 328 printw("Partition GUID code: %s (%s)\n", partitions[partNum].GetType().AsString().c_str(),
330 printw("Partition unique GUID: %s\n", partitions[partNum].GetUniqueGUID().AsString().c_str());
  /art/runtime/interpreter/
interpreter_intrinsics.cc 189 mirror::String* str = shadow_frame->GetVRegReference(arg[0])->AsString();
213 mirror::String* str = shadow_frame->GetVRegReference(arg[0])->AsString();
218 result_register->SetI(str->CompareTo(arg1->AsString()));
230 mirror::String* str = shadow_frame->GetVRegReference(arg[0])->AsString(); \
254 mirror::String* str = shadow_frame->GetVRegReference(arg[0])->AsString(); \
274 mirror::String* str = shadow_frame->GetVRegReference(arg[0])->AsString();
301 mirror::String* str = shadow_frame->GetVRegReference(arg[0])->AsString();
305 mirror::String* str2 = obj->AsString();
unstarted_runtime.cc 175 return param->AsString();
295 mirror::String* name2 = shadow_frame->GetVRegReference(arg_offset + 1)->AsString();
349 mirror::String* name = shadow_frame->GetVRegReference(arg_offset + 1)->AsString();
514 mirror::String* resource_name = resource_obj->AsString();
702 mirror::String* class_name = shadow_frame->GetVRegReference(arg_offset + 1)->AsString();
    [all...]
interpreter_common.h 496 !ref_value->AsString()->IsValueNull()) {
497 oss << "/java.lang.String \"" << ref_value->AsString()->ToModifiedUtf8() << "\"";
  /external/libchrome/base/json/
json_parser.h 129 const std::string& AsString();
json_parser.cc 345 const std::string& JSONParser::StringBuilder::AsString() {
538 dict->SetWithoutPathExpansion(key.AsString(), value);
613 return new StringValue(string.AsString());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h 196 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
230 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
269 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
316 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
363 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
406 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
444 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
484 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
524 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE;
563 STDMETHOD_(struct ID3D10EffectStringVariable *, AsString)(THIS) PURE
    [all...]
  /external/toolchain-utils/
file_lock_machine.py 108 def AsString(cls, file_locks):
142 logger.GetLogger().LogOutput('\n%s' % cls.AsString(file_locks))
186 return self.AsString([self])
  /external/toolchain-utils/crosperf/
experiment_status.py 107 self.experiment.machine_manager.AsString())
  /external/flatbuffers/tests/
test.cpp     [all...]
  /external/toolchain-utils/crb/
machine_manager_singleton.py 133 def AsString(self):
crb_driver.py 184 MachineManagerSingleton().AsString())
  /external/v8/src/ast/
ast.cc 590 if (key->IsString() && key->AsString()->AsArrayIndex(&element_index)) {
    [all...]
ast-value-factory.h 175 const AstRawString* AsString() const {
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 372 case TYPE_STRING: return flatbuffers::StringToInt(AsString().c_str());
399 case TYPE_STRING: return flatbuffers::StringToUInt(AsString().c_str());
426 case TYPE_STRING: return strtod(AsString().c_str(), nullptr);
445 String AsString() const {
453 // Unlike AsString(), this will convert any type to a std::string.
582 auto s = AsString();
    [all...]
  /art/runtime/openjdkjvmti/
ti_search.cc 147 str_value = self->DecodeJObject(old_value.get())->AsString()->ToModifiedUtf8();
  /art/runtime/
reference_table.cc 193 ObjPtr<mirror::String> s = ref->AsString();
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 139 std::string AsString() {

Completed in 413 milliseconds

1 2 3