HomeSort by relevance Sort by last modified time
    Searched defs:string_as_array (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
stl_util.h 75 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the
83 inline char* string_as_array(string* str) { function in namespace:google::protobuf
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stl_util.h 75 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the
83 inline char* string_as_array(string* str) { function in namespace:google::protobuf
  /external/tensorflow/tensorflow/core/lib/gtl/
stl_util.h 36 inline char* string_as_array(string* str) { return &*str->begin(); } function in namespace:tensorflow::gtl
  /external/libchrome/base/
stl_util.h 66 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the
74 inline char* string_as_array(std::string* str) { function in namespace:base
  /external/webrtc/webrtc/system_wrappers/include/
stl_util.h 117 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the
125 inline char* string_as_array(std::string* str) { function in namespace:webrtc

Completed in 260 milliseconds