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& message, bool binary);
Dnode_string.cc88 std::unique_ptr<Value> parseMessage(const std::string& message, bool binary) { in parseMessage() function
/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/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/typescript/src/webServer/
DwebServer.ts208 protected parseMessage(message: {}): protocol.Request { method in ts.server.WorkerSession
/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/flutter/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/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/flutter/skia/third_party/externals/icu/source/common/unicode/
Dmessagepattern.h837 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/deps/icu-small/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/node/src/
Dinspector_agent.cc248 protocol::DictionaryValue::cast(protocol::StringUtil::parseMessage( in dispatchProtocolMessage()
/third_party/typescript/src/server/
Dsession.ts2962 request = this.parseMessage(message);
3017 protected parseMessage(message: TMessage): protocol.Request {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10517 protected parseMessage(message: TMessage): protocol.Request;
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10232 protected parseMessage(message: TMessage): protocol.Request;
Dtsserver.js161483 request = this.parseMessage(message);
161527 Session.prototype.parseMessage = function (message) { method in Session
162547 WorkerSession.prototype.parseMessage = function (message) { method in WorkerSession
Dtsserverlibrary.js161677 request = this.parseMessage(message);
161721 Session.prototype.parseMessage = function (message) { method in Session