Searched refs:name_part (Results 1 – 10 of 10) sorted by relevance
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 51 void ConstructName(UChar* name_part, UnicodeString* name, int32_t name_id) { in ConstructName() argument 54 *name = name_part; in ConstructName() 60 *name = name_part; in ConstructName() 67 *name += name_part; in ConstructName() 115 UChar* name_part = name_table->Name(i); in HasName() local 116 if (name_part == NULL) { in HasName() 123 ConstructName(name_part, &(names[hash_code]), name_table->NameId(i)); in HasName() 124 delete[] name_part; in HasName()
|
/external/chromium-trace/catapult/tracing/tracing_build/ |
D | trace2html.py | 43 name_part = os.path.splitext(args.trace_files[0])[0] 44 output_filename = name_part + '.html'
|
/external/autotest/client/cros/cellular/ |
D | prologix_scpi_driver_test_noautorun.py | 171 name_part = instr['name_part'] 173 log.debug("trying %s at %s" % (name_part, ip_addr))
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 4744 if (uninterpreted_option_->name(0).name_part() == "uninterpreted_option") { in InterpretSingleOption() 4784 const string& name_part = uninterpreted_option_->name(i).name_part(); in InterpretSingleOption() local 4789 debug_msg_name += "(" + name_part + ")"; in InterpretSingleOption() 4795 symbol = builder_->LookupSymbol(name_part, in InterpretSingleOption() 4805 debug_msg_name += name_part; in InterpretSingleOption() 4807 field = descriptor->FindFieldByName(name_part); in InterpretSingleOption()
|
D | descriptor.pb.cc | 7811 this->name_part().data(), this->name_part().length(), in MergePartialFromCodedStream() 7864 this->name_part().data(), this->name_part().length(), in SerializeWithCachedSizes() 7868 1, this->name_part(), output); in SerializeWithCachedSizes() 7889 this->name_part().data(), this->name_part().length(), in SerializeWithCachedSizesToArray() 7894 1, this->name_part(), target); in SerializeWithCachedSizesToArray() 7918 this->name_part()); in ByteSize() 7954 set_name_part(from.name_part()); in MergeFrom()
|
D | descriptor.pb.h | 2484 inline const ::std::string& name_part() const; 2490 inline void set_allocated_name_part(::std::string* name_part); 6090 inline const ::std::string& UninterpretedOption_NamePart::name_part() const { in name_part() function 6136 inline void UninterpretedOption_NamePart::set_allocated_name_part(::std::string* name_part) { in set_allocated_name_part() argument 6140 if (name_part) { in set_allocated_name_part() 6142 name_part_ = name_part; in set_allocated_name_part()
|
D | descriptor.proto | 555 required string name_part = 1; field
|
D | descriptor_unittest.cc | 2215 EXPECT_EQ("grault", option.name(0).name_part()); in TEST_P()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 560 uninterpreted.name(0).name_part() == "message_set_wire_format" && in IsMessageSetWireFormatMessage()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 485 required string name_part = 1; field
|