/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | protostream_objectsource.cc | 186 string field_name; in WriteMessage() local 318 StringPiece field_name, ObjectWriter* ow) { in RenderTimestamp() 342 StringPiece field_name, ObjectWriter* ow) { in RenderDuration() 381 StringPiece field_name, in RenderDouble() 395 StringPiece field_name, in RenderFloat() 409 StringPiece field_name, in RenderInt64() 423 StringPiece field_name, in RenderUInt64() 437 StringPiece field_name, in RenderInt32() 451 StringPiece field_name, in RenderUInt32() 465 StringPiece field_name, in RenderBool() [all …]
|
D | utility.cc | 156 const google::protobuf::Type* type, StringPiece field_name) { in FindFieldInTypeOrNull()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | field_mask_util_test.cc | 343 #define TEST_MERGE_ONE_PRIMITIVE_FIELD(field_name) \ in TEST() argument 377 #define TEST_MERGE_ONE_FIELD(field_name) \ in TEST() argument 492 #define TEST_TRIM_ONE_PRIMITIVE_FIELD(field_name) \ in TEST() argument 523 #define TEST_TRIM_ONE_FIELD(field_name) \ in TEST() argument
|
D | field_mask_util.cc | 135 const string& field_name = parts[i]; in InternalIsValidPath() local 358 const string& field_name = it->first; in MergeMessage() local
|
D | message_differencer_unittest.cc | 68 const Message& message, const string& field_name) { in GetFieldDescriptor()
|
/frameworks/base/core/jni/ |
D | core_jni_helpers.h | 35 static inline jfieldID GetFieldIDOrDie(JNIEnv* env, jclass clazz, const char* field_name, in GetFieldIDOrDie() 49 static inline jfieldID GetStaticFieldIDOrDie(JNIEnv* env, jclass clazz, const char* field_name, in GetStaticFieldIDOrDie()
|
D | android_hardware_Camera.cpp | 1114 const char *field_name; member
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | message.py | 234 def HasField(self, field_name): argument 240 def ClearField(self, field_name): argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wire_format.h | 325 const char* field_name) { in VerifyUTF8StringNamedField()
|
D | wire_format_lite.cc | 517 const char* field_name) { in VerifyUtf8String()
|
D | text_format.cc | 377 string field_name; in ConsumeField() local 558 string field_name; in SkipField() local
|
D | text_format_unittest.cc | 971 const Descriptor* d, const string& field_name, in ExpectLocation()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_oneof.cc | 82 string field_name = FieldNameCapitalized(field); in GenerateCaseEnum() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | message.c | 388 VALUE Message_index(VALUE _self, VALUE field_name) { in Message_index() 407 VALUE Message_index_set(VALUE _self, VALUE field_name, VALUE value) { in Message_index_set()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | python_message.py | 447 def _ReraiseTypeErrorWithFieldName(message_name, field_name): argument 542 def _GetFieldByName(message_descriptor, field_name): argument 826 def HasField(self, field_name): argument 849 def ClearField(self, field_name): argument
|
D | reflection_test.py | 621 def TestGetAndDeserialize(field_name, value, expected_type): argument 649 def TestMinAndMaxIntegers(field_name, expected_min, expected_max): argument 1041 def AddDescriptorField(proto, field_name, field_type): argument
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 214 std::string field_name; member 450 const std::string field_name = TransformToFieldName(name.entry); in ProcessResource() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 74 bool IsForbidden(const string& field_name) { in IsForbidden() 84 string field_name; in FieldName() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.cc | 786 const char* field_name = existing_field->name().c_str(); in CheckAndGetInteger() local 895 char* field_name; in CheckAndGetInteger() local 1357 const Message* message, const string& field_name, bool* in_oneof) { in CheckAndGetInteger() 1411 char* field_name; in CheckAndGetInteger() local 1642 const char* field_name = PyString_AS_STRING(arg); in CheckAndGetInteger() local 1646 const char* field_name = PyUnicode_AsUTF8AndSize(arg, &size); in CheckAndGetInteger() local 2132 const string& field_name = fields[i]->name(); in CheckAndGetInteger() local
|
/frameworks/base/tools/stats_log_api_gen/ |
D | test_collation.cpp | 68 #define EXPECT_HAS_ENUM_FIELD(atom, field_name, values) \ argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | message.c | 43 void message_set_property(zval* object, zval* field_name, zval* value, in message_set_property()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2170 const Message& descriptor_proto, const string& field_name) { in HasSpan() 2175 const Message& descriptor_proto, const string& field_name, in HasSpan() 2183 const string& field_name, int index, in HasSpan() 2206 bool HasSpan(const Message& descriptor_proto, const string& field_name) { in HasSpan() 2210 bool HasSpan(const Message& descriptor_proto, const string& field_name, in HasSpan()
|
D | parser.cc | 90 string MapEntryName(const string& field_name) { in MapEntryName()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 207 string field_name = UnderscoresToCamelCase(field->name(), true); in FieldConstantName() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 1314 string field_name; in FixOptionsForField() local
|