HomeSort by relevance Sort by last modified time
    Searched defs:HasField (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 80 bool HasField(const Type& type, const string& name) {
84 bool HasField(const Type& type, Field::Cardinality cardinality,
164 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL,
166 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL,
168 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL,
170 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL,
172 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL,
174 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL,
176 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL,
178 EXPECT_TRUE(HasField(type, Field::CARDINALITY_OPTIONAL
    [all...]
  /external/protobuf/python/google/protobuf/
message.py 229 if HasField() would return true, and a repeated field is non-empty if
234 def HasField(self, field_name):
  /art/dex2oat/
verifier_deps_test.cc 327 bool HasField(const std::string& expected_klass,
745 ASSERT_TRUE(HasField("Ljava/lang/System;",
756 ASSERT_TRUE(HasField(
762 ASSERT_TRUE(HasField(
769 ASSERT_TRUE(HasField("Ljavax/xml/transform/dom/DOMResult;",
    [all...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py 300 field_descriptor.GetOptions().HasField("packed") and
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 774 reflection->HasField(*message, field)) {
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 748 bool GeneratedMessageReflection::HasField(const Message& message,
750 USAGE_CHECK_MESSAGE_TYPE(HasField);
751 USAGE_CHECK_SINGULAR(HasField);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 2092 milliseconds