| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_test_util.h | 296 SetMapFieldsViaReflection(Message* message) SetMapFieldsViaReflection() argument 492 SetMapFieldsViaMapReflection( Message* message) SetMapFieldsViaMapReflection() argument 681 GetMapValueViaMapReflection( Message* message, const std::string& field_name, const MapKey& map_key, MapValueRef* map_val) GetMapValueViaMapReflection() argument 689 GetMapEntryViaReflection( Message* message, const std::string& field_name, int index) GetMapEntryViaReflection() argument 695 MapBegin( Message* message, const std::string& field_name) MapBegin() argument 701 MapEnd(Message* message, const std::string& field_name) MapEnd() argument 707 MapSize(const Message& message, const std::string& field_name) MapSize() argument 713 ClearMapFieldsViaReflection(Message* message) ClearMapFieldsViaReflection() argument 735 ModifyMapFieldsViaReflection( Message* message) ModifyMapFieldsViaReflection() argument 831 RemoveLastMapsViaReflection(Message* message) RemoveLastMapsViaReflection() argument 843 ReleaseLastMapsViaReflection( Message* message) ReleaseLastMapsViaReflection() argument 861 SwapMapsViaReflection(Message* message) SwapMapsViaReflection() argument 872 MutableUnknownFieldsOfMapFieldsViaReflection( Message* message) MutableUnknownFieldsOfMapFieldsViaReflection() argument 930 ExpectMapFieldsSetViaReflection( const Message& message) ExpectMapFieldsSetViaReflection() argument 1270 ExpectMapFieldsSetViaReflectionIterator( Message* message) ExpectMapFieldsSetViaReflectionIterator() argument 1497 ExpectClearViaReflection( const Message& message) ExpectClearViaReflection() argument 1522 ExpectClearViaReflectionIterator( Message* message) ExpectClearViaReflectionIterator() argument [all...] |
| H A D | message_lite.cc | 80 ByteSizeConsistencyError(size_t byte_size_before_serialization, size_t byte_size_after_serialization, size_t bytes_produced_by_serialization, const MessageLite& message) ByteSizeConsistencyError() argument 95 InitializationErrorMessage(const char* action, const MessageLite& message) InitializationErrorMessage() argument 199 MessageLite* message = New(); New() local [all...] |
| H A D | text_format_unittest.cc | 264 unittest::TestEmptyMessage message; in TEST_F() local 294 unittest::OneString message; in TEST_F() local 319 protobuf_unittest::TestAllTypes message; in TEST_F() local 386 unittest::TestEmptyMessage message; TEST_F() local 395 protobuf_unittest::TestAllTypes message; TEST_F() local 417 protobuf_unittest::TestAllTypes message; TEST_F() local 437 protobuf_unittest::TestAllTypes message; TEST_F() local 458 protobuf_unittest::TestAllTypes message; TEST_F() local 482 protobuf_unittest::TestAllTypes message; TEST_F() local 497 protobuf_unittest::TestAllTypes message; TEST_F() local 510 protobuf_unittest::TestAllTypes message; TEST_F() local 532 PrintMessageStart(const Message& message, int field_index, int field_count, bool single_line_mode) const PrintMessageStart() argument 544 protobuf_unittest::TestAllTypes message; TEST_F() local 591 protobuf_unittest::TestAllTypes message; TEST_F() local 625 PrintMessageStart(const Message& message, int field_index, int field_count, bool single_line_comment) const PrintMessageStart() argument 633 protobuf_unittest::TestAllTypes message; TEST_F() local 705 protobuf_unittest::TestAllTypes message; TEST_F() local 755 protobuf_unittest::TestAllTypes message; TEST_F() local 784 unittest::TestAllTypes message; TEST_F() local 1070 unittest::TestAllTypes message; TEST_F() local 1119 unittest::TestAllTypes message; TEST_F() local 1205 unittest::TestRequired message; TEST_F() local 1215 unittest::TestAllTypes message; TEST_F() local 1309 protobuf_unittest::TestFieldOrderings message; TEST_F() local 1395 ExpectFailure(const std::string& input, const std::string& message, int line, int col) ExpectFailure() argument 1401 ExpectFailure(const std::string& input, const std::string& message, int line, int col, Message* proto) ExpectFailure() argument 1406 ExpectMessage(const std::string& input, const std::string& message, int line, int col, Message* proto, bool expected_result) ExpectMessage() argument 1447 AddError(int line, int column, const std::string& message) AddError() argument 1452 AddWarning(int line, int column, const std::string& message) AddWarning() argument 1820 unittest::TestRequired message; TEST_F() local 1826 unittest::TestRequired message; TEST_F() local 1833 unittest::ForeignMessage message; TEST_F() local 1840 unittest::TestRequired message; TEST_F() local 1847 unittest::ForeignMessage message; TEST_F() local 1854 unittest::TestRequired message; TEST_F() local 1897 unittest::TestDeprecatedFields message; TEST_F() local 1909 unittest::NestedTestAllTypes message; TEST_F() local 1930 unittest::NestedTestAllTypes message; TEST_F() local [all...] |
| H A D | wire_format.cc | 333 ParseAndMergePartial(io::CodedInputStream* input, Message* message) ParseAndMergePartial() argument 393 ParseAndMergeMessageSetField(uint32 field_number, const FieldDescriptor* field, Message* message, io::CodedInputStream* input) ParseAndMergeMessageSetField() argument 419 ParseAndMergeField( uint32 tag, const FieldDescriptor* field, Message* message, io::CodedInputStream* input) ParseAndMergeField() argument 637 ParseAndMergeMessageSetItem(io::CodedInputStream* input, Message* message) ParseAndMergeMessageSetItem() argument 651 Message* message; ParseAndMergeMessageSetItem() member 1035 _InternalSerialize(const Message& message, uint8* target, io::EpsCopyOutputStream* stream) _InternalSerialize() argument 1144 SortKey(const Message& message, const Reflection* reflection, const FieldDescriptor* field) SortKey() argument 1205 InternalSerializeField(const FieldDescriptor* field, const Message& message, uint8* target, io::EpsCopyOutputStream* stream) InternalSerializeField() argument 1423 InternalSerializeMessageSetItem( const FieldDescriptor* field, const Message& message, uint8* target, io::EpsCopyOutputStream* stream) InternalSerializeMessageSetItem() argument 1448 ByteSize(const Message& message) ByteSize() argument 1480 FieldByteSize(const FieldDescriptor* field, const Message& message) FieldByteSize() argument 1608 FieldDataOnlyByteSize(const FieldDescriptor* field, const Message& message) FieldDataOnlyByteSize() argument 1719 MessageSetItemByteSize(const FieldDescriptor* field, const Message& message) MessageSetItemByteSize() argument [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | json_stream_parser.cc | 828 util::Status JsonStreamParser::ReportFailure(StringPiece message) { in ReportFailure() argument 842 util::Status JsonStreamParser::ReportUnknown(StringPiece message) { in ReportUnknown() argument
|
| H A D | proto_writer.cc | 442 listener_->InvalidName(location(), unknown_name, message); in InvalidName() local 440 InvalidName(StringPiece unknown_name, StringPiece message) InvalidName() argument [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | merge_return_pass.cpp | 105 std::string message = in ProcessStructured() local
|
| /third_party/spirv-tools/tools/fuzz/ |
| H A D | fuzz.cpp | 194 FuzzDiagnostic(spv_message_level_t level, const char* , const spv_position_t& , const char* message) FuzzDiagnostic() argument
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fVertexArrayObjectTests.cpp | 196 std::stringstream message; in logVertexArrayState() local 722 std::stringstream message; in logVertexArrayState() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fDebugTests.cpp | 307 string message; member 359 callbackHandle(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, const void* userParam) callbackHandle() argument 383 callback(GLenum source, GLenum type, GLuint id, GLenum severity, const string& message) callback() argument 535 verifyMessageExists(const MessageData& message, GLenum source, GLenum type) verifyMessageExists() argument 559 verifyMessageGroup(const MessageData& message, GLenum source, GLenum type) verifyMessageGroup() argument 578 verifyMessageString(const MessageData& message) verifyMessageString() argument 591 verifyMessage(const MessageData& message, GLenum source, GLenum type) verifyMessage() argument 600 verifyMessage(const MessageData& message, GLenum source, GLenum type, GLuint id, GLenum severity) verifyMessage() argument 696 callback(GLenum source, GLenum type, GLuint id, GLenum severity, const string& message) callback() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsRandomShaderCase.cpp | 408 tcu::MessageBuilder& operator<< (tcu::MessageBuilder& message, rsg::ConstValueAccess value) in operator <<() argument 452 operator <<(tcu::MessageBuilder& message, rsg::ConstValueRangeAccess valueRange) operator <<() argument [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTestLog.hpp | 489 inline MessageBuilder TestLog::message (void) in message() function in tcu::TestLog
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglImageUtil.cpp | 521 UnsupportedImageSource (const string& message, GLenum format, bool isYUV) : m_message(message), m_format(format), m_isY8Cb8Cr8_420(isYUV) {} in UnsupportedImageSource() argument 553 MovePtr<ImageSource> createUnsupportedImageSource (const string& message, GLenum format, bool isYUV) in createUnsupportedImageSource() argument
|
| /third_party/vulkan-loader/tests/ |
| H A D | loader_debug_ext_tests.cpp | 43 void VerifyExpected(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT object_type, const std::string& message) { in VerifyExpected() argument 370 VerifyExpected(VkDebugUtilsMessageTypeFlagsEXT message_flags, VkDebugUtilsMessageSeverityFlagsEXT severity_flags, const std::string& message, const VkDebugUtilsMessengerCallbackDataEXT* callback_data) VerifyExpected() argument [all...] |
| /base/hiviewdfx/hiview/plugins/faultlogger/service/ |
| H A D | faultlogger.cpp | 195 void ParseJsErrorSummary(std::string& summary, std::string& name, std::string& message, std::string& stack) in ParseJsErrorSummary() argument 219 std::string message = ""; in FillJsErrorParams() local [all...] |
| /base/request/request/frameworks/js/napi/include/ |
| H A D | js_common.h | 197 std::string message;
member
|
| /base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
| H A D | common_event_parse.cpp | 67 napi_value message = nullptr; in NapiThrow() local 85 napi_value message = nullptr; in NapiThrow() local 115 napi_value message = nullptr; in GetCallbackErrorValue() local [all...] |
| /base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
| H A D | lib_event_handler_event_queue_test.cpp | 66 void Dump(const std::string &message) in Dump() argument
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | notification_preferences.cpp | 46 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_7, EventBranchId::BRANCH_1) in NotificationPreferences() local 70 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_5, EventBranchId::BRANCH_1) in AddNotificationSlots() local 128 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_5, EventBranchId::BRANCH_1) in RemoveNotificationSlot() local 156 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_5, EventBranchId::BRANCH_1) RemoveNotificationAllSlots() local 214 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_5, EventBranchId::BRANCH_2) UpdateNotificationSlots() local 895 HaMetaMessage message = HaMetaMessage().BundleName(bundleInfo.GetBundleName()); SaveBundleProperty() local [all...] |
| /base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/ |
| H A D | downloaduploadmanager_fuzzer.cpp | 750 std::string message = "message"; in ResponseMessageFuzzTestTaskStatesFromParcel() local 808 std::string message = "message"; in ResponseMessageFuzzTestNotifyDataFromParcel() local [all...] |
| /base/security/access_token/interfaces/kits/cj/accesstoken/src/ |
| H A D | at_manager_impl.cpp | 531 void UIExtensionCallback::OnError(int32_t code, const std::string& name, const std::string& message) in OnError() argument
|
| /base/security/access_token/frameworks/js/napi/accesstoken/src/ |
| H A D | napi_request_permission.cpp | 524 void UIExtensionCallback::OnError(int32_t code, const std::string& name, const std::string& message) in OnError() argument
|
| /base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
| H A D | group_operation_common.c | 1143 Uint8Buff message = { NULL, infoLen }; in GetHashResult() local
|
| /base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
| H A D | iso_protocol.c | 75 static int32_t BuildSelfTokenMessage(uint8_t *message, int32_t messageLen, in BuildSelfTokenMessage() argument 115 static int32_t BuildPeerTokenMessage(uint8_t *message, int32_t messageLen, in BuildPeerTokenMessage() argument 162 uint8_t *message = (uint8_t *)HcMalloc(length, 0); IsoCalToken() local [all...] |
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
| H A D | dlp_file.cpp | 913 struct DlpBlob message, outMessage; in DoDlpContentCryptyOperation() local
|