OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadString
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/chrome/test/logging/win/
mof_data_parser.cc
14
bool MofDataParser::
ReadString
(base::StringPiece* value) {
/external/chromium_org/chrome/utility/media_galleries/
iapps_xml_utils.cc
69
bool
ReadString
(XmlReader* reader, std::string* result) {
pmp_column_reader.cc
62
bool PmpColumnReader::
ReadString
(const uint32 row, std::string* result) const {
/external/chromium_org/remoting/host/setup/
start_host.cc
44
std::string
ReadString
(bool no_echo) {
110
host_pin =
ReadString
(true);
120
host_pin_confirm =
ReadString
(true);
138
auth_code =
ReadString
(true);
/external/chromium_org/tools/gn/
function_toolchain.cc
24
bool
ReadString
(Scope& scope, const char* var, std::string* dest, Err* err) {
220
if (!
ReadString
(block_scope, "command", &t.command, err) ||
221
!
ReadString
(block_scope, "depfile", &t.depfile, err) ||
222
!
ReadString
(block_scope, "deps", &t.deps, err) ||
223
!
ReadString
(block_scope, "description", &t.description, err) ||
224
!
ReadString
(block_scope, "lib_dir_prefix", &t.lib_dir_prefix, err) ||
225
!
ReadString
(block_scope, "lib_prefix", &t.lib_prefix, err) ||
226
!
ReadString
(block_scope, "pool", &t.pool, err) ||
227
!
ReadString
(block_scope, "restat", &t.restat, err) ||
228
!
ReadString
(block_scope, "rspfile", &t.rspfile, err) |
[
all
...]
/art/runtime/base/unix_file/
random_access_file_test.h
53
// TODO(enh):
ReadString
(and WriteString) might be generally useful.
54
static bool
ReadString
(RandomAccessFile* f, std::string* s) {
125
ASSERT_TRUE(
ReadString
(file.get(), &new_content));
132
ASSERT_TRUE(
ReadString
(file.get(), &new_content));
151
ASSERT_TRUE(
ReadString
(file.get(), &new_content));
164
ASSERT_TRUE(
ReadString
(file.get(), &new_content));
/external/chromium_org/remoting/base/
compound_buffer_unittest.cc
137
static void
ReadString
(CompoundBufferInputStream* input,
265
ReadString
(&stream, "Hello world!");
266
ReadString
(&stream, "This ");
267
ReadString
(&stream, "is test");
269
ReadString
(&stream, "MultipleArrayInput");
271
ReadString
(&stream, "f");
272
ReadString
(&stream, "o");
273
ReadString
(&stream, "r");
274
ReadString
(&stream, " ");
275
ReadString
(&stream, "Chromoting")
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.cc
141
bool ByteBuffer::
ReadString
(std::string* val, size_t len) {