OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:name_part
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/tools/gn/
file_template.cc
216
case Subrange::
NAME_PART
:
232
case Subrange::
NAME_PART
:
286
t.container().push_back(Subrange(Subrange::
NAME_PART
));
287
types_required_[Subrange::
NAME_PART
] = true;
file_template.h
41
NAME_PART
,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc
411
" options { uninterpreted_option: { name {
name_part
: \"ctype\" "
414
" uninterpreted_option: { name {
name_part
: \"foo\" "
417
" uninterpreted_option: { name {
name_part
: \"foo\" "
419
" name {
name_part
: \".bar.baz\""
421
" name {
name_part
: \"qux\" "
423
" name {
name_part
: \"quux\" "
425
" name {
name_part
: \"corge\" "
428
" uninterpreted_option: { name {
name_part
: \"quux\" "
431
" uninterpreted_option: { name {
name_part
: \"baz.qux\" "
529
"
name_part
: \"message_set_wire_format\"\n
[
all
...]
parser.cc
552
uninterpreted.name(0).
name_part
() == "message_set_wire_format" &&
[
all
...]
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
51
void ConstructName(UChar*
name_part
, UnicodeString* name, int32_t name_id) {
54
*name =
name_part
;
60
*name =
name_part
;
67
*name +=
name_part
;
115
UChar*
name_part
= name_table->Name(i);
local
116
if (
name_part
== NULL) {
123
ConstructName(
name_part
, &(names[hash_code]), name_table->NameId(i));
124
delete[]
name_part
;
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
51
void ConstructName(UChar*
name_part
, UnicodeString* name, int32_t name_id) {
54
*name =
name_part
;
60
*name =
name_part
;
67
*name +=
name_part
;
115
UChar*
name_part
= name_table->Name(i);
local
116
if (
name_part
== NULL) {
123
ConstructName(
name_part
, &(names[hash_code]), name_table->NameId(i));
124
delete[]
name_part
;
/external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc
405
" options { uninterpreted_option: { name {
name_part
: \"ctype\" "
408
" uninterpreted_option: { name {
name_part
: \"foo\" "
411
" uninterpreted_option: { name {
name_part
: \"foo\" "
413
" name {
name_part
: \".bar.baz\""
415
" name {
name_part
: \"qux\" "
417
" name {
name_part
: \"quux\" "
419
" name {
name_part
: \"corge\" "
422
" uninterpreted_option: { name {
name_part
: \"quux\" "
425
" uninterpreted_option: { name {
name_part
: \"baz.qux\" "
593
" name {
name_part
: \"something.text\" is_extension: true }
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
[
all
...]
descriptor.pb.cc
[
all
...]
descriptor.proto
421
required string
name_part
= 1;
descriptor.cc
3907
const string&
name_part
= uninterpreted_option_->name(i).
name_part
();
local
[
all
...]
descriptor.pb.h
4113
inline const ::std::string& UninterpretedOption_NamePart::
name_part
() const {
function in class:google::protobuf::UninterpretedOption_NamePart
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc
[
all
...]
descriptor.cc
4359
const string&
name_part
= uninterpreted_option_->name(i).
name_part
();
local
[
all
...]
descriptor.pb.cc
[
all
...]
descriptor.pb.h
5387
inline const ::std::string& UninterpretedOption_NamePart::
name_part
() const {
function in class:google::protobuf::UninterpretedOption_NamePart
[
all
...]
descriptor.proto
491
required string
name_part
= 1;
/external/bison/tests/
existing.at
1180
MODE_PART :
NAME_PART
1183
|
NAME_PART
VALUE_PART
1184
| VALUE_PART
NAME_PART
1185
|
NAME_PART
VAR_PART
1186
| VAR_PART
NAME_PART
1189
| VAR_PART
NAME_PART
VALUE_PART
1190
|
NAME_PART
VAR_PART VALUE_PART
1191
|
NAME_PART
VALUE_PART VAR_PART
1192
| VAR_PART VALUE_PART
NAME_PART
1193
| VALUE_PART VAR_PART
NAME_PART
[
all
...]
/external/chromium_org/third_party/protobuf/
descriptor_pb2.py
[
all
...]
/prebuilts/misc/linux-x86/protobuf/
aprotoc
Completed in 1239 milliseconds