Searched refs:has_type (Results 1 - 17 of 17) sorted by relevance

/external/checkpolicy/
H A Dpolicy_define.h37 int define_genfs_context(int has_type);
H A Dpolicy_define.c4450 int define_genfs_context_helper(char *fstype, int has_type) argument
4465 if (has_type)
4503 if (has_type) {
4575 int define_genfs_context(int has_type) argument
4577 return define_genfs_context_helper(queue_remove(id_queue), has_type);
/external/chromium_org/chrome/browser/policy/cloud/
H A Dtest_request_interceptor.cc133 if (!register_request.has_type() || register_request.type() != expected_type)
/external/chromium_org/tools/telemetry/telemetry/core/chrome/
H A Ddesktop_browser_finder_unittest.py37 def has_type(array, browser_type): function
/external/chromium_org/chrome/common/json_schema/
H A Djson_schema_validator.cc80 bool has_type = false; local
110 has_type = true;
228 if (!has_type) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_policy_decoder_chromeos.cc134 if (entry->has_type()) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc699 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) {
791 if (!field->has_type()) {
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc501 if (entry->has_type()) {
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc533 if (!field->has_type()) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc3369 if (proto.has_type()) {
3832 if (!proto.has_type()) {
H A Ddescriptor.pb.cc2749 if (has_type()) {
2818 if (has_type()) {
2882 if (has_type()) {
2951 if (from.has_type()) {
H A Ddescriptor.pb.h866 inline bool has_type() const;
3622 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor_unittest.cc1960 EXPECT_FALSE(proto.has_type());
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2983 if (proto.has_type()) {
3440 if (!proto.has_type()) {
H A Ddescriptor.pb.h837 inline bool has_type() const;
3047 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor_unittest.cc1858 EXPECT_FALSE(proto.has_type());
H A Ddescriptor.pb.cc2658 if (has_type()) {

Completed in 334 milliseconds