Searched refs:name_token (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _parser.py | 73 name_token = tokenizer.expect( 76 name = name_token.text
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 1038 io::Tokenizer::Token name_token = input_->current(); in ParseMessageFieldNoLabel() local 1089 location.StartAt(name_token); in ParseMessageFieldNoLabel() 1090 location.EndAt(name_token); in ParseMessageFieldNoLabel() 1099 location.StartAt(name_token); in ParseMessageFieldNoLabel() 1100 location.EndAt(name_token); in ParseMessageFieldNoLabel() 1107 AddError(name_token.line, name_token.column, in ParseMessageFieldNoLabel()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 3730 VGPU10NameToken name_token, in emit_decl_instruction() 3761 if (name_token.value) { in emit_decl_instruction() 3762 emit_dword(emit, name_token.value); in emit_decl_instruction() 3801 VGPU10NameToken name_token; in emit_input_declaration() local 3846 opcode0.value = operand0.value = name_token.value = 0; in emit_input_declaration() 3860 name_token.name = name; in emit_input_declaration() 3862 emit_decl_instruction(emit, opcode0, operand0, name_token, index, size); in emit_input_declaration() 3955 VGPU10NameToken name_token; in emit_output_declaration() local 3970 opcode0.value = operand0.value = name_token.value = 0; in emit_output_declaration() 3980 name_token in emit_output_declaration() 3727 emit_decl_instruction(struct svga_shader_emitter_v10 *emit, VGPU10OpcodeToken0 opcode0, VGPU10OperandToken0 operand0, VGPU10NameToken name_token, unsigned index, unsigned size) emit_decl_instruction() argument 4047 VGPU10NameToken name_token; emit_fragdepth_output_declaration() local 4071 VGPU10NameToken name_token; emit_samplemask_output_declaration() local 4375 VGPU10NameToken name_token; emit_tesslevel_declaration() local [all...] |
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 1555 name_token = self._GetNextToken() 1560 return self._CreateVariable(class_token, name_token.name, 1565 tokens = (class_token, token, name_token, next_token)
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 2358 Token::Value name_token = peek(); in ParseClassPropertyDefinition() local 2362 if (name_token == Token::STATIC) { in ParseClassPropertyDefinition() 2500 name_token); in ParseClassPropertyDefinition() local 2581 Token::Value name_token = peek(); in ParseObjectPropertyDefinition() local 2586 DCHECK_IMPLIES(name_token == Token::PRIVATE_NAME, has_error()); in ParseObjectPropertyDefinition() 2595 DCHECK_EQ(Token::ELLIPSIS, name_token); in ParseObjectPropertyDefinition() 2637 if (!ClassifyPropertyIdentifier(name_token, prop_info)) { in ParseObjectPropertyDefinition()
|
Completed in 24 milliseconds