Searched defs:proto_name (Results 1 - 5 of 5) sorted by relevance

/external/ppp/pppd/
H A Dfsm.h116 char *proto_name; /* String name for protocol (for messages) */ member in struct:fsm_callbacks
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc144 const string& proto_name,
148 const string& proto_name,
153 const string& proto_name,
158 const string& proto_name,
367 const string& proto_name,
370 generator_name, parameter, "", proto_name, message_name, proto_name,
377 const string& proto_name,
381 generator_name, parameter, "", proto_name, message_name, proto_name,
364 ExpectGenerated( const string& generator_name, const string& parameter, const string& proto_name, const string& message_name) argument
374 ExpectGenerated( const string& generator_name, const string& parameter, const string& proto_name, const string& message_name, const string& output_directory) argument
385 ExpectGeneratedWithMultipleInputs( const string& generator_name, const string& all_proto_names, const string& proto_name, const string& message_name) argument
396 ExpectGeneratedWithInsertions( const string& generator_name, const string& parameter, const string& insertions, const string& proto_name, const string& message_name) argument
[all...]
/external/ltrace/
H A Dread_config_file.c1131 char *proto_name = NULL; local
1144 free(proto_name);
1158 proto_name = strdup(str);
1159 if (proto_name == NULL) {
1167 debug(3, " name = %s", proto_name);
1249 if (protolib_add_prototype(plib, proto_name, 1, &fun) < 0) {
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc139 const string& proto_name,
143 const string& proto_name,
149 const string& proto_name,
353 const string& proto_name,
356 generator_name, parameter, "", proto_name, message_name, temp_directory_);
362 const string& proto_name,
366 generator_name, parameter, "", proto_name, message_name,
374 const string& proto_name,
377 generator_name, parameter, insertions, proto_name, message_name,
350 ExpectGenerated( const string& generator_name, const string& parameter, const string& proto_name, const string& message_name) argument
359 ExpectGenerated( const string& generator_name, const string& parameter, const string& proto_name, const string& message_name, const string& output_directory) argument
370 ExpectGeneratedWithInsertions( const string& generator_name, const string& parameter, const string& insertions, const string& proto_name, const string& message_name) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.cc225 std::string proto_name = ProtoToString(addr.proto); local
229 LOG(INFO) << "Redundant relay address: " << proto_name
242 std::string proto_name = ProtoToString(iter->proto); local
247 proto_name, "", RELAY_PORT_TYPE,

Completed in 2870 milliseconds