OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_checkers
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/python/google/protobuf/
reflection.py
65
from google.protobuf.internal import
type_checkers
namespace
267
field_encoder =
type_checkers
.TYPE_TO_ENCODER[field_descriptor.type](
269
sizer =
type_checkers
.TYPE_TO_SIZER[field_descriptor.type](
280
type_checkers
.TYPE_TO_DECODER[field_descriptor.type](
284
AddDecoder(
type_checkers
.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type],
339
type_checker =
type_checkers
.GetTypeChecker(field.cpp_type, field.type)
502
type_checker =
type_checkers
.GetTypeChecker(field.cpp_type, field.type)
762
fn =
type_checkers
.TYPE_TO_BYTE_SIZE_FN[field_type]
[
all
...]
text_format.py
39
from google.protobuf.internal import
type_checkers
namespace
309
_INTEGER_CHECKERS = [
type_checkers
.Uint32ValueChecker(),
310
type_checkers
.Int32ValueChecker(),
311
type_checkers
.Uint64ValueChecker(),
312
type_checkers
.Int64ValueChecker()]
/external/protobuf/python/
setup.py
111
'google.protobuf.internal.
type_checkers
',
/external/protobuf/
Makefile.am
128
python/google/protobuf/internal/
type_checkers
.py \
Makefile.in
315
python/google/protobuf/internal/
type_checkers
.py \
/external/protobuf/python/google/protobuf/internal/
containers.py
92
type_checker: A
type_checkers
.ValueChecker instance to run on elements
Completed in 239 milliseconds