OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocatestring
(Results
1 - 3
of
3
) sorted by null
/system/extras/libc_test/
main.cpp
91
char *
allocateString
() {
306
char *string1 =
allocateString
();
307
char *string2 =
allocateString
();
401
char *string =
allocateString
();
487
char *src =
allocateString
();
492
char *dst =
allocateString
();
555
char *src =
allocateString
();
560
char *dst =
allocateString
();
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc
407
// in must be one that was constructed using
AllocateString
(), as it will
428
string*
AllocateString
(const string& value);
523
// string passed in must be one that was constructed using
AllocateString
(),
809
string* DescriptorPool::Tables::
AllocateString
(const string& value) {
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.cc
364
// in must be one that was constructed using
AllocateString
(), as it will
385
string*
AllocateString
(const string& value);
462
// string passed in must be one that was constructed using
AllocateString
(),
715
string* DescriptorPool::Tables::
AllocateString
(const string& value) {
[
all
...]
Completed in 203 milliseconds