/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_swap_commutable_operands.cpp | 23 TransformationSwapCommutableOperands( protobufs::TransformationSwapCommutableOperands message) TransformationSwapCommutableOperands() argument
|
H A D | transformation_toggle_access_chain_instruction.cpp | 24 TransformationToggleAccessChainInstruction( protobufs::TransformationToggleAccessChainInstruction message) TransformationToggleAccessChainInstruction() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | diagnostic_test.cpp | 54 char message[] = "Test Diagnostic!"; in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/lint/ |
H A D | divergence_analysis_test.cpp | 29 CLIMessageConsumer(spv_message_level_t level, const char*, const spv_position_t& position, const char* message) CLIMessageConsumer() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | pass_utils.h | 36 const char* message; member
|
/third_party/skia/tests/ |
H A D | MD5Test.cpp | 47 const char* message; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ErrorScope.cpp | 62 bool ErrorScopeStack::HandleError(wgpu::ErrorType type, const char* message) { in HandleError() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | RequestDeviceValidationTests.cpp | 24 ExpectRequestDeviceSuccess(WGPURequestDeviceStatus status, WGPUDevice cDevice, const char* message, void* userdata) ExpectRequestDeviceSuccess() argument 38 ExpectRequestDeviceError(WGPURequestDeviceStatus status, WGPUDevice cDevice, const char* message, void* userdata) ExpectRequestDeviceError() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | lite_arena_unittest.cc | 76 protobuf_unittest::ForeignMessageArenaLite* message = in TEST_F() local
|
H A D | any.h | 68 void PackFrom(const T& message) { in PackFrom() argument 81 void PackFrom(const T& message, StringPiece type_url_prefix) { in PackFrom() argument [all...] |
H A D | any.cc | 44 void AnyMetadata::PackFrom(const Message& message) { in PackFrom() argument 48 void AnyMetadata::PackFrom(const Message& message, in PackFrom() argument 64 bool GetAnyFieldDescriptors(const Message& message, in GetAnyFieldDescriptors() argument [all...] |
H A D | any_test.cc | 43 protobuf_unittest::TestAny message; in TEST() local 72 protobuf_unittest::TestAny message; in TEST() local 115 protobuf_unittest::TestAny message; TEST() local [all...] |
H A D | map_test_util_impl.h | 109 SetMapFields(MapMessage* message) SetMapFields() argument 151 SetArenaMapFields(MapMessage* message) SetArenaMapFields() argument 192 SetMapFieldsInitialized(MapMessage* message) SetMapFieldsInitialized() argument 215 ModifyMapFields(MapMessage* message) ModifyMapFields() argument 236 ExpectClear(const MapMessage& message) ExpectClear() argument 258 ExpectMapFieldsSet(const MapMessage& message) ExpectMapFieldsSet() argument 316 ExpectArenaMapFieldsSet(const MapMessage& message) ExpectArenaMapFieldsSet() argument 373 ExpectMapFieldsSetInitialized(const MapMessage& message) ExpectMapFieldsSetInitialized() argument 413 ExpectMapFieldsModified(const MapMessage& message) ExpectMapFieldsModified() argument [all...] |
H A D | map_lite_test_util.cc | 38 void MapLiteTestUtil::SetMapFields(unittest::TestMapLite* message) { in SetMapFields() argument 44 void MapLiteTestUtil::SetArenaMapFields(unittest::TestArenaMapLite* message) { in SetArenaMapFields() argument 50 void MapLiteTestUtil::SetMapFieldsInitialized(unittest::TestMapLite* message) { in SetMapFieldsInitialized() argument 54 void MapLiteTestUtil::ModifyMapFields(unittest::TestMapLite* message) { in ModifyMapFields() argument 59 void MapLiteTestUtil::ExpectClear(const unittest::TestMapLite& message) { in ExpectClear() argument 63 ExpectMapFieldsSet(const unittest::TestMapLite& message) ExpectMapFieldsSet() argument 69 ExpectArenaMapFieldsSet( const unittest::TestArenaMapLite& message) ExpectArenaMapFieldsSet() argument 77 ExpectMapFieldsSetInitialized( const unittest::TestMapLite& message) ExpectMapFieldsSetInitialized() argument 84 ExpectMapFieldsModified( const unittest::TestMapLite& message) ExpectMapFieldsModified() argument [all...] |
H A D | reflection_ops_unittest.cc | 53 unittest::TestAllTypes message; in TEST() local 60 unittest::TestAllTypes message, message2; in TEST() local 74 unittest::TestAllExtensions message, message2; in TEST() local 84 unittest::TestOneof2 message, message in TEST() local 99 unittest::TestAllTypes message, message2; TEST() local 126 unittest::TestAllExtensions message, message2; TEST() local 196 unittest::TestAllTypes message; TEST() local 204 unittest::TestAllTypes message; TEST() local 225 unittest::TestAllExtensions message; TEST() local 248 unittest::TestEmptyMessage message; TEST() local 257 unittest::TestOneof2 message; TEST() local 274 unittest::TestAllTypes message; TEST() local 304 unittest::TestAllExtensions message; TEST() local 340 unittest::TestRequired message; TEST() local 360 unittest::TestRequiredForeign message; TEST() local 397 unittest::TestAllExtensions message; TEST() local 435 unittest::TestRequiredOneof message; TEST() local 460 FindInitializationErrors(const Message& message) FindInitializationErrors() argument 467 unittest::TestRequired message; TEST() local 472 unittest::TestRequiredForeign message; TEST() local 490 unittest::TestAllExtensions message; TEST() local 508 unittest::TestRequiredOneof message; TEST() local 516 unittest::TestAllTypes message; TEST() local 529 unittest::TestAllTypes message; TEST() local [all...] |
H A D | test_util2.h | 72 bool EqualsToSerialized(const ProtoType& message, const std::string& data) { in EqualsToSerialized() argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | wire_format_test.py | 42 from google.protobuf import message namespace
|
/third_party/protobuf/python/google/protobuf/ |
H A D | message_factory.py | 44 from google.protobuf import message namespace
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | DiscardUnknownFieldsTest.java | 62 private static void testProto2Message(Message message) throws Exception { in testProto2Message() argument 69 private static void testProto3Message(Message message) throws Exception { in testProto3Message() argument 76 assertReuseCodedInputStreamPreserve(Message message) assertReuseCodedInputStreamPreserve() argument 98 assertUnknownFieldsInUnknownFieldSetArePreserve(Message message) assertUnknownFieldsInUnknownFieldSetArePreserve() argument 105 assertUnknownFieldsPreserved(MessageLite message) assertUnknownFieldsPreserved() argument 113 assertUnknownFieldsExplicitlyDiscarded(Message message) assertUnknownFieldsExplicitlyDiscarded() argument [all...] |
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
H A D | wire_format_test.py | 38 from google.protobuf import message namespace
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyProtobuf.java | 59 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_move_unittest.cc | 82 protobuf_unittest::TestAllTypes message, &self = message; in TEST() local
|
/third_party/python/Lib/test/test_email/ |
H A D | test_inversion.py | 30 message = EmailMessage variable in TestInversion
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/ |
H A D | status_internal.h | 59 std::string message; member
|
/third_party/skia/modules/androidkit/src/ |
H A D | SurfaceThread.cpp | 35 Message message; in message_callback() local [all...] |