Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
b1c55030
Unverified
Commit
b1c55030
authored
Jul 20, 2018
by
Feng Xiao
Committed by
GitHub
Jul 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused files. (#4942)
* Delete unused files.
parent
88795f64
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
553 deletions
+0
-553
BUILD
BUILD
+0
-2
libprotoc.cmake
cmake/libprotoc.cmake
+0
-4
Makefile.am
src/Makefile.am
+0
-4
java_lazy_message_field.cc
src/google/protobuf/compiler/java/java_lazy_message_field.cc
+0
-0
java_lazy_message_field.h
src/google/protobuf/compiler/java/java_lazy_message_field.h
+0
-121
java_lazy_message_field_lite.cc
...le/protobuf/compiler/java/java_lazy_message_field_lite.cc
+0
-0
java_lazy_message_field_lite.h
...gle/protobuf/compiler/java/java_lazy_message_field_lite.h
+0
-121
any.js
src/google/protobuf/compiler/js/well_known_types/any.js
+0
-80
struct.js
src/google/protobuf/compiler/js/well_known_types/struct.js
+0
-168
timestamp.js
...google/protobuf/compiler/js/well_known_types/timestamp.js
+0
-53
No files found.
BUILD
View file @
b1c55030
...
...
@@ -322,8 +322,6 @@ cc_library(
"src/google/protobuf/compiler/java/java_generator.cc",
"src/google/protobuf/compiler/java/java_generator_factory.cc",
"src/google/protobuf/compiler/java/java_helpers.cc",
"src/google/protobuf/compiler/java/java_lazy_message_field.cc",
"src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc",
"src/google/protobuf/compiler/java/java_map_field.cc",
"src/google/protobuf/compiler/java/java_map_field_lite.cc",
"src/google/protobuf/compiler/java/java_message.cc",
...
...
cmake/libprotoc.cmake
View file @
b1c55030
...
...
@@ -44,8 +44,6 @@ set(libprotoc_files
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_generator.cc
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_generator_factory.cc
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_helpers.cc
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_lazy_message_field.cc
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_map_field.cc
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_map_field_lite.cc
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_message.cc
...
...
@@ -128,8 +126,6 @@ set(libprotoc_headers
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_file.h
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_generator_factory.h
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_helpers.h
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_lazy_message_field.h
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_lazy_message_field_lite.h
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_map_field.h
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_map_field_lite.h
${
protobuf_source_dir
}
/src/google/protobuf/compiler/java/java_message.h
...
...
src/Makefile.am
View file @
b1c55030
...
...
@@ -367,10 +367,6 @@ libprotoc_la_SOURCES = \
google/protobuf/compiler/java/java_generator_factory.h
\
google/protobuf/compiler/java/java_helpers.cc
\
google/protobuf/compiler/java/java_helpers.h
\
google/protobuf/compiler/java/java_lazy_message_field.cc
\
google/protobuf/compiler/java/java_lazy_message_field.h
\
google/protobuf/compiler/java/java_lazy_message_field_lite.cc
\
google/protobuf/compiler/java/java_lazy_message_field_lite.h
\
google/protobuf/compiler/java/java_map_field.cc
\
google/protobuf/compiler/java/java_map_field.h
\
google/protobuf/compiler/java/java_map_field_lite.cc
\
...
...
src/google/protobuf/compiler/java/java_lazy_message_field.cc
deleted
100644 → 0
View file @
88795f64
This diff is collapsed.
Click to expand it.
src/google/protobuf/compiler/java/java_lazy_message_field.h
deleted
100644 → 0
View file @
88795f64
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Author: niwasaki@google.com (Naoki Iwasaki)
// Based on original Protocol Buffers design by
// Sanjay Ghemawat, Jeff Dean, and others.
#ifndef GOOGLE_PROTOBUF_COMPILER_JAVA_LAZY_MESSAGE_FIELD_H__
#define GOOGLE_PROTOBUF_COMPILER_JAVA_LAZY_MESSAGE_FIELD_H__
#include <google/protobuf/compiler/java/java_field.h>
#include <google/protobuf/compiler/java/java_message_field.h>
namespace
google
{
namespace
protobuf
{
namespace
compiler
{
namespace
java
{
class
Context
;
// context.h
}
}
}
namespace
protobuf
{
namespace
compiler
{
namespace
java
{
class
ImmutableLazyMessageFieldGenerator
:
public
ImmutableMessageFieldGenerator
{
public
:
explicit
ImmutableLazyMessageFieldGenerator
(
const
FieldDescriptor
*
descriptor
,
int
messageBitIndex
,
int
builderBitIndex
,
Context
*
context
);
~
ImmutableLazyMessageFieldGenerator
();
// overroads ImmutableMessageFieldGenerator ---------------------------------
void
GenerateMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuilderMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateInitializationCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuilderClearCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateMergingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuildingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateParsingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializationCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializedSizeCode
(
io
::
Printer
*
printer
)
const
;
private
:
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS
(
ImmutableLazyMessageFieldGenerator
);
};
class
ImmutableLazyMessageOneofFieldGenerator
:
public
ImmutableLazyMessageFieldGenerator
{
public
:
ImmutableLazyMessageOneofFieldGenerator
(
const
FieldDescriptor
*
descriptor
,
int
messageBitIndex
,
int
builderBitIndex
,
Context
*
context
);
~
ImmutableLazyMessageOneofFieldGenerator
();
void
GenerateMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuilderMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateMergingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuildingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateParsingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializationCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializedSizeCode
(
io
::
Printer
*
printer
)
const
;
private
:
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS
(
ImmutableLazyMessageOneofFieldGenerator
);
};
class
RepeatedImmutableLazyMessageFieldGenerator
:
public
RepeatedImmutableMessageFieldGenerator
{
public
:
explicit
RepeatedImmutableLazyMessageFieldGenerator
(
const
FieldDescriptor
*
descriptor
,
int
messageBitIndex
,
int
builderBitIndex
,
Context
*
context
);
~
RepeatedImmutableLazyMessageFieldGenerator
();
// overroads RepeatedImmutableMessageFieldGenerator -------------------------
void
GenerateMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuilderMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateParsingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializationCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializedSizeCode
(
io
::
Printer
*
printer
)
const
;
private
:
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS
(
RepeatedImmutableLazyMessageFieldGenerator
);
};
}
// namespace java
}
// namespace compiler
}
// namespace protobuf
}
// namespace google
#endif // GOOGLE_PROTOBUF_COMPILER_JAVA_LAZY_MESSAGE_FIELD_H__
src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc
deleted
100644 → 0
View file @
88795f64
This diff is collapsed.
Click to expand it.
src/google/protobuf/compiler/java/java_lazy_message_field_lite.h
deleted
100644 → 0
View file @
88795f64
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Author: niwasaki@google.com (Naoki Iwasaki)
// Based on original Protocol Buffers design by
// Sanjay Ghemawat, Jeff Dean, and others.
#ifndef GOOGLE_PROTOBUF_COMPILER_JAVA_LAZY_MESSAGE_FIELD_LITE_H__
#define GOOGLE_PROTOBUF_COMPILER_JAVA_LAZY_MESSAGE_FIELD_LITE_H__
#include <google/protobuf/compiler/java/java_field.h>
#include <google/protobuf/compiler/java/java_message_field_lite.h>
namespace
google
{
namespace
protobuf
{
namespace
compiler
{
namespace
java
{
class
Context
;
// context.h
}
}
}
namespace
protobuf
{
namespace
compiler
{
namespace
java
{
class
ImmutableLazyMessageFieldLiteGenerator
:
public
ImmutableMessageFieldLiteGenerator
{
public
:
explicit
ImmutableLazyMessageFieldLiteGenerator
(
const
FieldDescriptor
*
descriptor
,
int
messageBitIndex
,
int
builderBitIndex
,
Context
*
context
);
~
ImmutableLazyMessageFieldLiteGenerator
();
// overroads ImmutableMessageFieldLiteGenerator ------------------------------
void
GenerateMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuilderMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateInitializationCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateVisitCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateParsingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializationCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializedSizeCode
(
io
::
Printer
*
printer
)
const
;
private
:
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS
(
ImmutableLazyMessageFieldLiteGenerator
);
};
class
ImmutableLazyMessageOneofFieldLiteGenerator
:
public
ImmutableLazyMessageFieldLiteGenerator
{
public
:
ImmutableLazyMessageOneofFieldLiteGenerator
(
const
FieldDescriptor
*
descriptor
,
int
messageBitIndex
,
int
builderBitIndex
,
Context
*
context
);
~
ImmutableLazyMessageOneofFieldLiteGenerator
();
void
GenerateMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuilderMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateVisitCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateParsingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializationCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializedSizeCode
(
io
::
Printer
*
printer
)
const
;
private
:
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS
(
ImmutableLazyMessageOneofFieldLiteGenerator
);
};
class
RepeatedImmutableLazyMessageFieldLiteGenerator
:
public
RepeatedImmutableMessageFieldLiteGenerator
{
public
:
explicit
RepeatedImmutableLazyMessageFieldLiteGenerator
(
const
FieldDescriptor
*
descriptor
,
int
messageBitIndex
,
int
builderBitIndex
,
Context
*
context
);
~
RepeatedImmutableLazyMessageFieldLiteGenerator
();
// overroads RepeatedImmutableMessageFieldLiteGenerator ----------------------
void
GenerateMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateBuilderMembers
(
io
::
Printer
*
printer
)
const
;
void
GenerateParsingCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializationCode
(
io
::
Printer
*
printer
)
const
;
void
GenerateSerializedSizeCode
(
io
::
Printer
*
printer
)
const
;
private
:
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS
(
RepeatedImmutableLazyMessageFieldLiteGenerator
);
};
}
// namespace java
}
// namespace compiler
}
// namespace protobuf
}
// namespace google
#endif // GOOGLE_PROTOBUF_COMPILER_JAVA_LAZY_MESSAGE_FIELD_LITE_H__
src/google/protobuf/compiler/js/well_known_types/any.js
deleted
100644 → 0
View file @
88795f64
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* This code will be inserted into generated code for
* google/protobuf/any.proto. */
/**
* Returns the type name contained in this instance, if any.
* @return {string|undefined}
*/
proto
.
google
.
protobuf
.
Any
.
prototype
.
getTypeName
=
function
()
{
return
this
.
getTypeUrl
().
split
(
'/'
).
pop
();
};
/**
* Packs the given message instance into this Any.
* @param {!Uint8Array} serialized The serialized data to pack.
* @param {string} name The type name of this message object.
* @param {string=} opt_typeUrlPrefix the type URL prefix.
*/
proto
.
google
.
protobuf
.
Any
.
prototype
.
pack
=
function
(
serialized
,
name
,
opt_typeUrlPrefix
)
{
if
(
!
opt_typeUrlPrefix
)
{
opt_typeUrlPrefix
=
'type.googleapis.com/'
;
}
if
(
opt_typeUrlPrefix
.
substr
(
-
1
)
!=
'/'
)
{
this
.
setTypeUrl
(
opt_typeUrlPrefix
+
'/'
+
name
);
}
else
{
this
.
setTypeUrl
(
opt_typeUrlPrefix
+
name
);
}
this
.
setValue
(
serialized
);
};
/**
* @template T
* Unpacks this Any into the given message object.
* @param {function(Uint8Array):T} deserialize Function that will deserialize
* the binary data properly.
* @param {string} name The expected type name of this message object.
* @return {?T} If the name matched the expected name, returns the deserialized
* object, otherwise returns null.
*/
proto
.
google
.
protobuf
.
Any
.
prototype
.
unpack
=
function
(
deserialize
,
name
)
{
if
(
this
.
getTypeName
()
==
name
)
{
return
deserialize
(
this
.
getValue_asU8
());
}
else
{
return
null
;
}
};
src/google/protobuf/compiler/js/well_known_types/struct.js
deleted
100644 → 0
View file @
88795f64
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* This code will be inserted into generated code for
* google/protobuf/struct.proto. */
/**
* Typedef representing plain JavaScript values that can go into a
* Struct.
* @typedef {null|number|string|boolean|Array|Object}
*/
proto
.
google
.
protobuf
.
JavaScriptValue
;
/**
* Converts this Value object to a plain JavaScript value.
* @return {?proto.google.protobuf.JavaScriptValue} a plain JavaScript
* value representing this Struct.
*/
proto
.
google
.
protobuf
.
Value
.
prototype
.
toJavaScript
=
function
()
{
var
kindCase
=
proto
.
google
.
protobuf
.
Value
.
KindCase
;
switch
(
this
.
getKindCase
())
{
case
kindCase
.
NULL_VALUE
:
return
null
;
case
kindCase
.
NUMBER_VALUE
:
return
this
.
getNumberValue
();
case
kindCase
.
STRING_VALUE
:
return
this
.
getStringValue
();
case
kindCase
.
BOOL_VALUE
:
return
this
.
getBoolValue
();
case
kindCase
.
STRUCT_VALUE
:
return
this
.
getStructValue
().
toJavaScript
();
case
kindCase
.
LIST_VALUE
:
return
this
.
getListValue
().
toJavaScript
();
default
:
throw
new
Error
(
'Unexpected struct type'
);
}
};
/**
* Converts this JavaScript value to a new Value proto.
* @param {!proto.google.protobuf.JavaScriptValue} value The value to
* convert.
* @return {!proto.google.protobuf.Value} The newly constructed value.
*/
proto
.
google
.
protobuf
.
Value
.
fromJavaScript
=
function
(
value
)
{
var
ret
=
new
proto
.
google
.
protobuf
.
Value
();
switch
(
goog
.
typeOf
(
value
))
{
case
'string'
:
ret
.
setStringValue
(
/** @type {string} */
(
value
));
break
;
case
'number'
:
ret
.
setNumberValue
(
/** @type {number} */
(
value
));
break
;
case
'boolean'
:
ret
.
setBoolValue
(
/** @type {boolean} */
(
value
));
break
;
case
'null'
:
ret
.
setNullValue
(
proto
.
google
.
protobuf
.
NullValue
.
NULL_VALUE
);
break
;
case
'array'
:
ret
.
setListValue
(
proto
.
google
.
protobuf
.
ListValue
.
fromJavaScript
(
/** @type{!Array} */
(
value
)));
break
;
case
'object'
:
ret
.
setStructValue
(
proto
.
google
.
protobuf
.
Struct
.
fromJavaScript
(
/** @type{!Object} */
(
value
)));
break
;
default
:
throw
new
Error
(
'Unexpected struct type.'
);
}
return
ret
;
};
/**
* Converts this ListValue object to a plain JavaScript array.
* @return {!Array} a plain JavaScript array representing this List.
*/
proto
.
google
.
protobuf
.
ListValue
.
prototype
.
toJavaScript
=
function
()
{
var
ret
=
[];
var
values
=
this
.
getValuesList
();
for
(
var
i
=
0
;
i
<
values
.
length
;
i
++
)
{
ret
[
i
]
=
values
[
i
].
toJavaScript
();
}
return
ret
;
};
/**
* Constructs a ListValue protobuf from this plain JavaScript array.
* @param {!Array} array a plain JavaScript array
* @return {proto.google.protobuf.ListValue} a new ListValue object
*/
proto
.
google
.
protobuf
.
ListValue
.
fromJavaScript
=
function
(
array
)
{
var
ret
=
new
proto
.
google
.
protobuf
.
ListValue
();
for
(
var
i
=
0
;
i
<
array
.
length
;
i
++
)
{
ret
.
addValues
(
proto
.
google
.
protobuf
.
Value
.
fromJavaScript
(
array
[
i
]));
}
return
ret
;
};
/**
* Converts this Struct object to a plain JavaScript object.
* @return {!Object<string, !proto.google.protobuf.JavaScriptValue>} a plain
* JavaScript object representing this Struct.
*/
proto
.
google
.
protobuf
.
Struct
.
prototype
.
toJavaScript
=
function
()
{
var
ret
=
{};
this
.
getFieldsMap
().
forEach
(
function
(
value
,
key
)
{
ret
[
key
]
=
value
.
toJavaScript
();
});
return
ret
;
};
/**
* Constructs a Struct protobuf from this plain JavaScript object.
* @param {!Object} obj a plain JavaScript object
* @return {proto.google.protobuf.Struct} a new Struct object
*/
proto
.
google
.
protobuf
.
Struct
.
fromJavaScript
=
function
(
obj
)
{
var
ret
=
new
proto
.
google
.
protobuf
.
Struct
();
var
map
=
ret
.
getFieldsMap
();
for
(
var
property
in
obj
)
{
var
val
=
obj
[
property
];
map
.
set
(
property
,
proto
.
google
.
protobuf
.
Value
.
fromJavaScript
(
val
));
}
return
ret
;
};
src/google/protobuf/compiler/js/well_known_types/timestamp.js
deleted
100644 → 0
View file @
88795f64
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* This code will be inserted into generated code for
* google/protobuf/timestamp.proto. */
/**
* Returns a JavaScript 'Date' object corresponding to this Timestamp.
* @return {!Date}
*/
proto
.
google
.
protobuf
.
Timestamp
.
prototype
.
toDate
=
function
()
{
var
seconds
=
this
.
getSeconds
();
var
nanos
=
this
.
getNanos
();
return
new
Date
((
seconds
*
1000
)
+
(
nanos
/
1000000
));
};
/**
* Sets the value of this Timestamp object to be the given Date.
* @param {!Date} value The value to set.
*/
proto
.
google
.
protobuf
.
Timestamp
.
prototype
.
fromDate
=
function
(
value
)
{
this
.
setSeconds
(
Math
.
floor
(
value
.
getTime
()
/
1000
));
this
.
setNanos
(
value
.
getMilliseconds
()
*
1000000
);
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment