OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cord
(Results
1 - 25
of
116
) sorted by null
1
2
3
4
5
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc
152
// Check field accessors for a required
cord
:
157
// Check field accessors for a repeated
cord
:
165
// Check field accessors for a
cord
inside oneof{}:
207
" ctype =
CORD
\n"
210
" ctype =
CORD
\n"
219
" ctype =
CORD
\n"
cpp_test_bad_identifiers.proto
68
message Data6 { repeated string data = 1 [ctype=
CORD
]; }
93
message
Cord
{}
94
optional string some_cord = 28 [ctype=
CORD
];
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
unittest_reference_types_nano.proto
44
optional string optional_cord = 25 [ctype=
CORD
];
72
repeated string repeated_cord = 55 [ctype=
CORD
];
unittest_nano.proto
84
optional string optional_cord = 25 [ctype=
CORD
];
117
repeated string repeated_cord = 55 [ctype=
CORD
];
159
optional string default_cord = 85 [ctype=
CORD
,default="123"];
/external/protobuf/src/google/protobuf/
unittest_no_field_presence.proto
83
string optional_cord = 25 [ctype=
CORD
];
112
repeated string repeated_cord = 55 [ctype=
CORD
];
unittest.proto
107
optional string optional_cord = 25 [ctype=
CORD
];
145
repeated string repeated_cord = 55 [ctype=
CORD
];
172
optional string default_cord = 85 [ctype=
CORD
,default="123"];
248
optional string optional_cord_extension = 25 [ctype=
CORD
];
288
repeated string repeated_cord_extension = 55 [ctype=
CORD
];
319
optional string default_cord_extension = 85 [ctype=
CORD
, default="123"];
497
optional string CordField = 6 [ctype=
CORD
];
504
repeated string RepeatedCordField = 12 [ctype=
CORD
];
578
optional string cord_with_zero = 26 [ctype=
CORD
,
652
string foo_cord = 3 [ctype=
CORD
];
[
all
...]
unittest_lite.proto
89
optional string optional_cord = 25 [ctype=
CORD
];
128
repeated string repeated_cord = 55 [ctype=
CORD
];
156
optional string default_cord = 85 [ctype=
CORD
,default="123"];
234
optional string optional_cord_extension_lite = 25 [ctype=
CORD
];
276
repeated string repeated_cord_extension_lite = 55 [ctype=
CORD
];
307
optional string default_cord_extension_lite = 85 [ctype=
CORD
, default="123"];
unittest_no_arena.proto
111
optional string optional_cord = 25 [ctype=
CORD
];
149
repeated string repeated_cord = 55 [ctype=
CORD
];
176
optional string default_cord = 85 [ctype=
CORD
,default="123"];
unittest_proto3_arena.proto
92
string optional_cord = 25 [ctype=
CORD
];
135
repeated string repeated_cord = 55 [ctype=
CORD
];
unittest_proto3_arena_lite.proto
93
string optional_cord = 25 [ctype=
CORD
];
136
repeated string repeated_cord = 55 [ctype=
CORD
];
unittest_proto3_lite.proto
92
string optional_cord = 25 [ctype=
CORD
];
135
repeated string repeated_cord = 55 [ctype=
CORD
];
message_unittest.cc
255
Cord
one_megabyte;
264
Cord
serialized;
dynamic_message_unittest.cc
219
EXPECT_EQ("
CORD
", reflection->GetString(
unittest_custom_options.proto
100
optional string field1 = 1 [ctype=
CORD
,
/external/tensorflow/tensorflow/contrib/lite/toco/
toco_port.h
27
#include "absl/strings/
cord
.h"
75
void CopyToBuffer(const ::
Cord
& src, char* dest);
toco_port.cc
28
void CopyToBuffer(const
Cord
& src, char* dest) { src.CopyToArray(dest); }
/external/protobuf/src/google/protobuf/util/internal/testdata/
default_value_test.proto
45
bytes bytes_value = 17 [ctype =
CORD
];
/external/protobuf/src/google/protobuf/util/internal/
datapiece.h
56
// For string, a StringPiece is stored. For
Cord
, a pointer to
Cord
is stored.
58
// the actual string or
Cord
, so it is the user's responsiblity to guarantee
datapiece.cc
307
"Wrong type. Bool, Enum, String and
Cord
not supported in "
proto_writer.h
253
// intermediate
Cord
buffer.
/external/golang-protobuf/_conformance/conformance_proto/
conformance.proto
157
string optional_cord = 25 [ctype=
CORD
];
185
repeated string repeated_cord = 55 [ctype=
CORD
];
/external/protobuf/conformance/
conformance.proto
157
string optional_cord = 25 [ctype=
CORD
];
185
repeated string repeated_cord = 55 [ctype=
CORD
];
/external/protobuf/src/google/protobuf/stubs/
stringpiece.h
31
// A StringPiece points to part or all of a string,
Cord
, double-quoted string
67
// type for the output. For another example, a
Cord
is a non-contiguous,
68
// potentially very long string-like object. The
Cord
class has an interface
70
// successive pieces of a
Cord
object.
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h
31
// A StringPiece points to part or all of a string,
Cord
, double-quoted string
67
// type for the output. For another example, a
Cord
is a non-contiguous,
68
// potentially very long string-like object. The
Cord
class has an interface
70
// successive pieces of a
Cord
object.
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session.cc
80
// a
Cord
. This is mildly helpful for reducing the peak memory
Completed in 669 milliseconds
1
2
3
4
5