Home
last modified time | relevance | path

Searched refs:parseMessage (Results 1 – 22 of 22) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java307 Object parseMessage( in parseMessage() method
455 public Object parseMessage( in parseMessage() method in MessageReflection.BuilderAdapter
651 public Object parseMessage( in parseMessage() method in MessageReflection.ExtensionAdapter
837 value = target.parseMessage(input, extensionRegistry, field, defaultInstance); in mergeFieldFrom()
988 Object value = target.parseMessage(input, extensionRegistry, field, extension.defaultInstance); in eagerlyMergeMessageSetExtension()
/third_party/node/src/inspector/
Dnode_string.h71 std::unique_ptr<Value> parseMessage(const std::string_view message,
Dnode_string.cc101 std::unique_ptr<Value> parseMessage(const std::string_view message, in parseMessage() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePattern.java179 parseMessage(0, 0, 0, ArgType.NONE); in parse()
862 private int parseMessage(int index, int msgStartLength, int nestingLevel, ArgType parentType) { in parseMessage() method in MessagePattern
1120 index=parseMessage(++index, 0, nestingLevel+1, ArgType.CHOICE); in parseChoiceStyle()
1232 index=parseMessage(index, 1, nestingLevel+1, argType); in parsePluralOrSelectStyle()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java186 parseMessage(0, 0, 0, ArgType.NONE); in parse()
933 private int parseMessage(int index, int msgStartLength, int nestingLevel, ArgType parentType) { in parseMessage() method in MessagePattern
1191 index=parseMessage(++index, 0, nestingLevel+1, ArgType.CHOICE); in parseChoiceStyle()
1303 index=parseMessage(index, 1, nestingLevel+1, argType); in parsePluralOrSelectStyle()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2Serializer.java149 return parseMessage(); in build()
155 private Mf2DataModel parseMessage() { in parseMessage() method in Mf2Serializer
/third_party/node/lib/internal/test_runner/
Drunner.js248 parseMessage(readData) { method in FileTest
365 subtest.parseMessage(data);
/third_party/node/deps/icu-small/source/common/
Dmessagepattern.cpp270 parseMessage(0, 0, 0, UMSGPAT_ARG_TYPE_NONE, parseError, errorCode); in parse()
434 MessagePattern::parseMessage(int32_t index, int32_t msgStartLength, in parseMessage() function in MessagePattern
749 … index=parseMessage(++index, 0, nestingLevel+1, UMSGPAT_ARG_TYPE_CHOICE, parseError, errorCode); in parseChoiceStyle()
879 index=parseMessage(index, 1, nestingLevel+1, argType, parseError, errorCode); in parsePluralOrSelectStyle()
/third_party/skia/third_party/externals/icu/source/common/
Dmessagepattern.cpp270 parseMessage(0, 0, 0, UMSGPAT_ARG_TYPE_NONE, parseError, errorCode); in parse()
434 MessagePattern::parseMessage(int32_t index, int32_t msgStartLength, in parseMessage() function in MessagePattern
749 … index=parseMessage(++index, 0, nestingLevel+1, UMSGPAT_ARG_TYPE_CHOICE, parseError, errorCode); in parseChoiceStyle()
879 index=parseMessage(index, 1, nestingLevel+1, argType, parseError, errorCode); in parsePluralOrSelectStyle()
/third_party/icu/icu4c/source/common/
Dmessagepattern.cpp270 parseMessage(0, 0, 0, UMSGPAT_ARG_TYPE_NONE, parseError, errorCode); in parse()
434 MessagePattern::parseMessage(int32_t index, int32_t msgStartLength, in parseMessage() function in MessagePattern
749 … index=parseMessage(++index, 0, nestingLevel+1, UMSGPAT_ARG_TYPE_CHOICE, parseError, errorCode); in parseChoiceStyle()
879 index=parseMessage(index, 1, nestingLevel+1, argType, parseError, errorCode); in parsePluralOrSelectStyle()
/third_party/typescript/src/webServer/
DwebServer.ts258 protected parseMessage(message: {}): protocol.Request { method in ts.server.WorkerSession
/third_party/node/test/parallel/
Dtest-runner-v8-deserializer.mjs35 chunks.forEach((chunk) => fileTest.parseMessage(chunk));
/third_party/node/deps/icu-small/source/common/unicode/
Dmessagepattern.h839 int32_t parseMessage(int32_t index, int32_t msgStartLength,
/third_party/icu/icu4c/source/common/unicode/
Dmessagepattern.h839 int32_t parseMessage(int32_t index, int32_t msgStartLength,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dmessagepattern.h839 int32_t parseMessage(int32_t index, int32_t msgStartLength,
/third_party/node/tools/inspector_protocol/lib/
Dbase_string_adapter_h.template95 static std::unique_ptr<Value> parseMessage(const std::string& message, bool binary);
Dbase_string_adapter_cc.template132 std::unique_ptr<Value> StringUtil::parseMessage(
/third_party/typescript/src/tsserver/
DnodeServer.ts774 protected parseMessage(message: any): protocol.Request { method in IpcIOSession
/third_party/node/src/
Dinspector_agent.cc252 protocol::DictionaryValue::cast(protocol::StringUtil::parseMessage( in dispatchProtocolMessage()
/third_party/typescript/src/server/
Dsession.ts3379 request = this.parseMessage(message);
3434 protected parseMessage(message: TMessage): protocol.Request {
/third_party/typescript/lib/
Dtsserverlibrary.d.ts11349 protected parseMessage(message: TMessage): protocol.Request;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts11349 protected parseMessage(message: TMessage): protocol.Request;