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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_util.cc 50 const ::std::string* empty_string_; member in namespace:google::protobuf::internal
54 empty_string_ = new std::string();
generated_message_util.h 65 LIBPROTOBUF_EXPORT extern const ::std::string* empty_string_;
72 return *empty_string_;
  /external/chromium_org/ppapi/proxy/
websocket_resource.cc 59 empty_string_(new StringVar(std::string())),
295 return empty_string_->GetPPVar();
309 return empty_string_->GetPPVar();
319 return empty_string_->GetPPVar();
websocket_resource.h 112 scoped_refptr<StringVar> empty_string_; member in class:ppapi::proxy::WebSocketResource
  /external/chromium_org/v8/test/cctest/
test-strings.cc 276 String* empty_string_; member in class:ConsStringGenerationData
290 empty_string_ = CcTest::heap()->empty_string();
    [all...]

Completed in 297 milliseconds