Home
last modified time | relevance | path

Searched refs:has_label (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/test/metrics/
Dhistogram_enum_reader.cc39 const bool has_label = reader->NodeAttribute("label", &label); in ParseEnumFromHistogramsXml() local
46 if (!has_label) { in ParseEnumFromHistogramsXml()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc843 if (field->has_label()) { in ParseMessageFieldNoLabel()
864 if (!field->has_label() && DefaultToOptionalFields()) { in ParseMessageFieldNoLabel()
867 if (!field->has_label()) { in ParseMessageFieldNoLabel()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_text.c1024 boolean has_label ) in parse_instruction() argument
1055 if (has_label) in parse_instruction()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c1038 boolean has_label ) in parse_instruction() argument
1069 if (has_label) in parse_instruction()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc4574 if (has_label()) { in SerializeWithCachedSizes()
4664 if (has_label()) { in SerializeWithCachedSizesToArray()
4748 if (has_label()) { in ByteSize()
4841 if (from.has_label()) { in MergeFrom()
5009 bool FieldDescriptorProto::has_label() const { in has_label() function in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h1103 bool has_label() const;
4718 inline bool FieldDescriptorProto::has_label() const { in has_label() function