Searched refs:GetString (Results 1 – 2 of 2) sorted by relevance
91 std::string JsonObjectRef::GetString(const std::string &key) const { in GetString() function in header_checker::repr::JsonObjectRef95 std::string JsonObjectRef::GetString(const std::string &key, in GetString() function in header_checker::repr::JsonObjectRef128 std::string access(type_decl.GetString("access")); in GetAccess()138 std::string kind(record_type.GetString("record_kind")); in GetRecordKind()148 std::string kind(vtable_component.GetString("kind")); in GetVTableComponentKind()158 std::string binding(elf_symbol.GetString("binding")); in GetElfSymbolBinding()217 type_ir->SetSourceFile(type_decl.GetString("source_file")); in ReadTypeInfo()218 type_ir->SetLinkerSetKey(type_decl.GetString("linker_set_key")); in ReadTypeInfo()220 type_ir->SetName(type_decl.GetString("name")); in ReadTypeInfo()224 type_decl.GetString("self_type", type_ir->GetLinkerSetKey())); in ReadTypeInfo()[all …]
53 std::string GetString(const std::string &key) const;55 std::string GetString(const std::string &key,