OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mutable_string_data
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h
369
//
mutable_string_data
() and as_string_data() are workarounds to improve
384
inline char*
mutable_string_data
(string* s) {
function in namespace:google::protobuf::io
395
// ({ char* p =
mutable_string_data
(s); make_pair(p, p != NULL); })
399
char *p =
mutable_string_data
(s);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
369
//
mutable_string_data
() and as_string_data() are workarounds to improve
384
inline char*
mutable_string_data
(string* s) {
function in namespace:google::protobuf::io
395
// ({ char* p =
mutable_string_data
(s); make_pair(p, p != NULL); })
399
char *p =
mutable_string_data
(s);
Completed in 1312 milliseconds