Home
last modified time | relevance | path

Searched refs:UnmarshalJSON (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go111 func (VersionTag) UnmarshalJSON(data []byte) error { func
142 func (id *ID) UnmarshalJSON(data []byte) error { func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go111 func (VersionTag) UnmarshalJSON(data []byte) error { func
142 func (id *ID) UnmarshalJSON(data []byte) error { func
/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/
Da.pb.go47 func (x *E) UnmarshalJSON(data []byte) error { func
84 func (x *M_Subenum) UnmarshalJSON(data []byte) error { func
121 func (x *M_Submessage_Submessage_Subenum) UnmarshalJSON(data []byte) error { func
/external/oss-fuzz/projects/go-json-iterator/
Dfuzz_json.go90 func (m *Marshaller) UnmarshalJSON(data []byte) error { func
/external/golang-protobuf/protoc-gen-go/testdata/multi/
Dmulti3.pb.go50 func (x *Multi3_HatType) UnmarshalJSON(data []byte) error { func
Dmulti2.pb.go53 func (x *Multi2_Color) UnmarshalJSON(data []byte) error { func
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go54 func (x *HatType) UnmarshalJSON(data []byte) error { func
98 func (x *Days) UnmarshalJSON(data []byte) error { func
141 func (x *Request_Color) UnmarshalJSON(data []byte) error { func
181 func (x *Reply_Entry_Game) UnmarshalJSON(data []byte) error { func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go122 func (s *Span) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &s.v) } func
128 func (p *Point) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &p.v) } func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go122 func (s *Span) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &s.v) } func
128 func (p *Point) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &p.v) } func
/external/boringssl/src/ssl/test/runner/hpke/
Dhpke_test.go199 func (h *HexString) UnmarshalJSON(data []byte) error { func
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go109 func (x *FieldDescriptorProto_Type) UnmarshalJSON(data []byte) error { func
153 func (x *FieldDescriptorProto_Label) UnmarshalJSON(data []byte) error { func
198 func (x *FileOptions_OptimizeMode) UnmarshalJSON(data []byte) error { func
242 func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error { func
288 func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error { func
334 func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(data []byte) error { func
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go47 func (x *FOO) UnmarshalJSON(data []byte) error { func
125 func (x *GoTest_KIND) UnmarshalJSON(data []byte) error { func
168 func (x *MyMessage_Color) UnmarshalJSON(data []byte) error { func
211 func (x *DefaultsMessage_DefaultsEnum) UnmarshalJSON(data []byte) error { func
254 func (x *Defaults_Color) UnmarshalJSON(data []byte) error { func
291 func (x *RepeatedEnum_Color) UnmarshalJSON(data []byte) error { func
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go58 func (x *Widget_Color) UnmarshalJSON(data []byte) error { func