Home
last modified time | relevance | path

Searched refs:name_data (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dbroker_host.cc95 base::char16* name_data; in SendNamedChannel() local
97 BrokerMessageType::INIT, 0, sizeof(*name_data) * pipe_name.length(), in SendNamedChannel()
98 &data, reinterpret_cast<void**>(&name_data)); in SendNamedChannel()
100 std::copy(pipe_name.begin(), pipe_name.end(), name_data); in SendNamedChannel()
Dbroker_win.cc109 const base::char16* name_data = in Broker() local
113 base::StringPiece16(name_data, data->pipe_name_length).as_string()); in Broker()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc71 const string name_data(name + "_data"); in CheckFeedFetchNameConflicts() local
72 if (names.find(name_data) != names.end()) { in CheckFeedFetchNameConflicts()
74 " and ", name_data); in CheckFeedFetchNameConflicts()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2058 char *name_data; in CheckAndGetInteger() local
2059 if (PyString_AsStringAndSize(arg, &name_data, &name_size) < 0) in CheckAndGetInteger()
2061 string oneof_name = string(name_data, name_size); in CheckAndGetInteger()